Skip to content

tao12345666333/httpmultipart

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HttpMultipart

https://travis-ci.org/tao12345666333/httpmultipart.svg?branch=master https://coveralls.io/repos/tao12345666333/httpmultipart/badge.svg?branch=master&service=github

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

Usage

Post

>>> import httpmultipart
>>> httpmultipart.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.

Documentation

The HttpMultipart documentation is hosted on Read the Docs.

About

HttpMultipart is a Python 2 library for post multipart request.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages