--- id: python-multipart version: "0.0.32" license: Apache-2.0 license_treatment: permissive maintenance: active --- # python-multipart — A streaming multipart parser for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install python-multipart uv add python-multipart poetry add python-multipart ## Description # [Python-Multipart](https://kludex.github.io/python-multipart/) [![Build Status](https://github.com/Kludex/python-multipart/workflows/CI/badge.svg)](https://github.com/Kludex/python-multipart/actions) [![Package version](https://badge.fury.io/py/python-multipart.svg)](https://pypi.python.org/pypi/python-multipart) [![Supported Python Version](https://img.shields.io/pypi/pyversions/python-multipart.svg?color=%2334D058)](https://pypi.org/project/python-multipart) [![Discord](https://img.shields.io/discord/1051468649518616576?logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/RxKUF5JuHs) --- `python-multipart` is an Apache2-licensed streaming multipart parser for Python. Test coverage is currently 100%. ## Why? Because streaming uploads are awesome for large files. ## AI interpretation — verify before relying Streams multipart form data parsing in Python, enabling efficient handling of large file uploads without loading entire payloads into memory. Verdict: Production-ready streaming multipart parser with strong maintenance signals, zero dependencies, and permissive licensing. Active development, 100% test coverage, and top-1000 PyPI popularity make it a reliable choice for multipart form handling in modern Python applications. [View on SkillFed](https://skillfed.io/packages/python-multipart) · [View on PyPI](https://pypi.org/project/python-multipart/)