• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

multipart/H12-Oct-2018-3,9252,672

python_multipart.egg-info/H03-May-2022-2221

MANIFEST.inH A D11-Oct-2018159 53

PKG-INFOH A D12-Oct-2018823 2221

README.rstH A D11-Oct-2018678 2716

setup.cfgH A D12-Oct-201838 53

setup.pyH A D11-Oct-20181.6 KiB5648

README.rst

1==================
2 Python-Multipart
3==================
4
5.. image:: https://secure.travis-ci.org/andrew-d/python-multipart.png?branch=master
6        :target: http://travis-ci.org/andrew-d/python-multipart
7
8
9python-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`_.
10
11.. _here: http://andrew-d.github.io/python-multipart/
12
13Why?
14----
15
16Because streaming uploads are awesome for large files.  More examples will be coming soon :)
17
18How to Test
19-----------
20
21If you want to test:
22
23.. code-block:: bash
24
25    $ pip install -r requirements.txt
26    $ py.test
27