Welcome to HttpMultipart’s documentation!

HttpMultipart is a Python http multipart post handler.

Installation

Automatic installation:

pip install httpmultipart

HttpMultipart is listed in PyPI and can be installed with pip or easy_install.

Manual installation: Download the latest source from PyPI.

tar xzvf httpmultipart-$VERSION.tar.gz
cd httpmultipart-$VERSION
python setup.py build
sudo python setup.py install

The HttpMultipart source code is hosted on GitHub.