| Port details | 
	| 
 py-multipart Parser for multipart/form-data
 1.3.0 devel  =2          1.2.1Version of this port present on the latest quarterly branch.Maintainer: sunpoet@FreeBSD.org Port Added: 2023-11-02 07:42:08Last Update: 2025-08-12 18:15:42Commit Hash: ea910e5People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-SaneAlso Listed In: pythonLicense: MITWWW: https://multipart.readthedocs.io/en/latest/https://github.com/defnull/multipartDescription:Multipart provides a parser for the multipart/form-data format. It can read from
a file, a socket or a WSGI environment. The parser can be used to replace
cgi.FieldStorage to work around its limitations.
Features:
- Parses multipart/form-data and application/x-www-form-urlencoded.
- Produces useful error messages in 'strict'-mode.
- Gracefully handle uploads of unknown size (missing Content-Length header).
- Fast memory mapped files (io.BytesIO) for small uploads.
- Temporary files on disk for big uploads.
- Memory and disk resource limits to prevent DOS attacks.
- Fixes many shortcomings and bugs of cgi.FieldStorage.
- 100% test coverage.    ¦  ¦  ¦  ¦ 
 Manual pages:FreshPorts has no man page information for this port.pkg-plist: as obtained via: make generate-plistThere is no configure plist information for this port.Dependency lines:
${PYTHON_PKGNAMEPREFIX}multipart>0:devel/py-multipart@${PY_FLAVOR}
To install the port: cd /usr/ports/devel/py-multipart/ && make install cleanTo add the package, run one of these commands:NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.pkg install devel/py-multipartpkg install py311-multipart
 NOTE: This is a Python port. Instead of py311-multipart listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-multipartPackage flavors (<flavor>: <package>)distinfo:TIMESTAMP = 1753796072
SHA256 (multipart-1.3.0.tar.gz) = a46bd6b0eb4c1ba865beb88ddd886012a3da709b6e7b86084fc37e99087e5cf1
SIZE (multipart-1.3.0.tar.gz) = 38816 
Packages (timestamps in pop-ups are UTC):
 
DependenciesNOTE: FreshPorts displays only information on required and default dependencies.  Optional dependencies are not covered.Build dependencies:
py311-flit-core>=3.9<4 : devel/py-flit-core@py311python3.11 : lang/python311py311-build>=0 : devel/py-build@py311py311-installer>=0 : devel/py-installer@py311
Test dependencies:
python3.11 : lang/python311
Runtime dependencies:
python3.11 : lang/python311
This port is required by:for Run
					            
misc/py-mcp
Configuration Options:
     No options to configureOptions name:devel_py-multipartUSES:pythonFreshPorts was unable to extract/find any pkg message
Master Sites: |