Getting started

UploadKit is a modular, framework-independent upload pipeline for Python. Install Core, add security validators, then wire a framework adapter (or use Core directly).

Install Core

Shell
pip install uploadkit uploadkit-security
# optional storage SDKs (not package deps):
# pip install boto3 aioboto3
Shell
uv add uploadkit uploadkit-security
Shell
poetry add uploadkit uploadkit-security

Next steps