python3-multipart

Python multipart/form-data parser

Description

This module provides a fast incremental non-blocking parser for multipart/form-data (HTML5, RFC7578), as well as blocking alternatives for easier use in WSGI or CGI applications:

 * PushMultipartParser: Fast SansIO (incremental, non-blocking) parser
   suitable for ASGI, asyncio and other IO, time or memory constrained
   environments.
 * MultipartParser: Streaming parser that reads from a byte stream and
   yields memory- or disk-buffered MultipartPart instances.
 * WSGI Helper: High-level functions and containers for WSGI or CGI
   applications with support for both multipart and urlencoded form
   submissions.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/defnull/multipart


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-multipart