Skip to content

andrew-d/python-multipart

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

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 23, 2021 18:03
October 30, 2013 10:12
January 10, 2022 20:40
February 27, 2023 17:37
November 23, 2021 18:03
November 19, 2022 19:40

Python-Multipart

python-multipart is an Apache2 licensed streaming multipart parser for Python. Test coverage is currently 100%. Documentation is available here.

Why?

Because streaming uploads are awesome for large files.

How to Test

If you want to test:

$ pip install .[dev]
$ inv test