Skip to main content

A httpmultipart post handler

Project description

https://img.shields.io/pypi/v/httpmultipart.svg https://travis-ci.org/tao12345666333/httpmultipart.svg?branch=master https://coveralls.io/repos/tao12345666333/httpmultipart/badge.svg?branch=master&service=github https://img.shields.io/pypi/dm/httpmultipart.svg https://img.shields.io/pypi/wheel/httpmultipart.svg https://img.shields.io/pypi/status/httpmultipart.svg https://img.shields.io/pypi/l/httpmultipart.svg

Just a Python Http Multipart Post Handler. You can use it to post multipart requests.

Usage

Post

>>> import httpmultipart
>>> multipart.post(url, fields, files)
...

The fields and files are both sequence. After run post function, it will return the response.

Installation

Automatic installation:

pip install httpmultipart

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpmultipart-0.2.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

httpmultipart-0.2.0-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page