Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

litestar-org/starlite-multipart

Repository files navigation

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