jtraub / starlite-multipart

Toolkit for working with multipart/formdata

Home Page:https://starlite-api.github.io/starlite-multipart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starlite Multipart

Starlite logo

Discord Matrix

Quality Gate Status Coverage

Reliability Rating Bugs Technical Debt Security Rating

This library offers a toolkit for working with multipart form-data. It's based on the Werkzeug multipart decoder/encoder implementation and is designed to be a zero dependency library that can be used on its own.

Its also used internally by Starlite, but Starlite is not required for it to function.

Checkout the docs 📚.

Installation

pip install starlite-multipart

About

Toolkit for working with multipart/formdata

https://starlite-api.github.io/starlite-multipart/

License:MIT License


Languages

Language:Python 99.4%Language:Dockerfile 0.6%