experimental/cuda-ubi9/: python-multipart-0.0.9 metadata and description

Simple index

A streaming multipart parser for Python

author_email Andrew Dunham <andrew@du.nham.ca>
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Operating System :: OS Independent
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Software Development :: Libraries :: Python Modules
description_content_type text/x-rst
project_urls
  • Homepage, https://github.com/andrew-d/python-multipart
  • Documentation, https://andrew-d.github.io/python-multipart/
  • Changelog, https://github.com/andrew-d/python-multipart/blob/master/CHANGELOG.md
  • Source, https://github.com/andrew-d/python-multipart
provides_extras dev
requires_dist
  • atomicwrites==1.4.1; extra == 'dev'
  • attrs==23.2.0; extra == 'dev'
  • coverage==7.4.1; extra == 'dev'
  • hatch; extra == 'dev'
  • invoke==2.2.0; extra == 'dev'
  • more-itertools==10.2.0; extra == 'dev'
  • pbr==6.0.0; extra == 'dev'
  • pluggy==1.4.0; extra == 'dev'
  • py==1.11.0; extra == 'dev'
  • pytest-cov==4.1.0; extra == 'dev'
  • pytest-timeout==2.2.0; extra == 'dev'
  • pytest==8.0.0; extra == 'dev'
  • pyyaml==6.0.1; extra == 'dev'
  • ruff==0.2.1; extra == 'dev'
requires_python >=3.8
File Tox results History
python_multipart-0.0.9-py3-none-any.whl
Size
22 KB
Type
Python Wheel
Python
3
https://github.com/andrew-d/python-multipart/actions/workflows/test.yaml/badge.svg

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