Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 599 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 599 Bytes

Python-Multipart

https://secure.travis-ci.org/andrew-d/python-multipart.png?branch=master

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

Why?

Because streaming uploads are awesome for large files.

How to Test

If you want to test:

$ pip install -r requirements.txt
$ py.test