A streaming multipart parser for Python
.. image:: https://github.com/andrew-d/python-multipart/actions/workflows/test.yaml/badge.svg :target: https://github.com/andrew-d/python-multipart/actions
python-multipart is an Apache2 licensed streaming multipart parser for Python.
Test coverage is currently 100%.
Documentation is available here
_.
.. _here: https://andrew-d.github.io/python-multipart/
Because streaming uploads are awesome for large files.
If you want to test:
.. code-block:: bash
$ pip install .[dev]
$ inv test