Port details |
- py-multipart Parser for multipart/form-data
- 1.2.1 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:08
- Last Update: 2024-12-25 19:15:28
- Commit Hash: 9dbc0d3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://multipart.readthedocs.io/en/latest/
- https://github.com/defnull/multipart
- Description:
- 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-plist - There 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 clean
- To add the package, run one of these commands:
- pkg install devel/py-multipart
- pkg install py311-multipart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. 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-multipart
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1734888218
SHA256 (multipart-1.2.1.tar.gz) = 829b909b67bc1ad1c6d4488fcdc6391c2847842b08323addf5200db88dbe9480
SIZE (multipart-1.2.1.tar.gz) = 36507
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: 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@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-multipart
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|