Project: multipart

Parser for multipart/form-data.

Project Details

Latest version
0.2.4
Home Page
http://github.com/defnull/multipart
PyPI Page
https://pypi.org/project/multipart/

Project Popularity

PageRank
0.0024569953021127177
Number of downloads
305147

Parser for multipart/form-data

This module provides a parser for the multipart/form-data format. It can read from a file, a socket or a WSGI environment. The parser can be used to replace cgi.FieldStorage to work around its limitations.