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.
# Run mypy
$ docker compose run --rm package mypy
# Run pytest
$ docker compose run --rm package pytest