Skip to content

kyzima-spb/flask-uploader

Repository files navigation

Flask-Uploader

Latest Version MIT GitHub stars Documentation Status

DOWNLOADS DOWNLOADS_M DOWNLOADS_W

Flask-Uploader - file uploader for Flask with flexible extensibility.

How to use can be found in the documentation. Documentation is in Russian only, use a translator for other languages.

See the usage example for more understanding.

Development

# Run mypy
$ docker compose run --rm package mypy

# Run pytest
$ docker compose run --rm package pytest