Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 738 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 738 Bytes

Build Status Package version Supported Python Version


python-multipart is an Apache2-licensed streaming multipart parser for Python. Test coverage is currently 100%.

Why?

Because streaming uploads are awesome for large files.

How to Test

If you want to test:

$ pip install '.[dev]'
$ inv test