Project: python-multipart

A streaming multipart parser for Python

Project Details

Latest version
0.0.6
Home Page
None
PyPI Page
https://pypi.org/project/python-multipart/

Project Popularity

PageRank
0.006609520297414746
Number of downloads
5141342

================== Python-Multipart

.. 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/

Why?

Because streaming uploads are awesome for large files.

How to Test

If you want to test:

.. code-block:: bash

$ pip install .[dev]
$ inv test