yunstanford / python-multipart

A streaming multipart parser for Python.

Home Page:http://andrew-d.github.io/python-multipart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. It's still under some development, but test coverage is currently 100%. Documentation is available here.

Why?

Because streaming uploads are awesome for large files. More examples will be coming soon :)

How to Test

If you want to test:

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

About

A streaming multipart parser for Python.

http://andrew-d.github.io/python-multipart/

License:Other


Languages

Language:Python 100.0%