https://github.com/kyzima-spb/flask-uploader
File uploader for Flask with flexible extensibility.
https://github.com/kyzima-spb/flask-uploader
aws flask gridfs s3 upload upload-file uploader
Last synced: about 2 months ago
JSON representation
File uploader for Flask with flexible extensibility.
- Host: GitHub
- URL: https://github.com/kyzima-spb/flask-uploader
- Owner: kyzima-spb
- License: mit
- Created: 2022-04-29T17:47:52.000Z (about 4 years ago)
- Default Branch: dev-master
- Last Pushed: 2024-10-26T00:14:04.000Z (over 1 year ago)
- Last Synced: 2025-03-21T23:34:57.782Z (about 1 year ago)
- Topics: aws, flask, gridfs, s3, upload, upload-file, uploader
- Language: Python
- Homepage:
- Size: 197 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
Flask-Uploader
==============
|PyPI| |LICENCE| |STARS| |DOCS|
|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
-----------
.. code-block:: shell
# Run mypy
$ docker compose run --rm package mypy
# Run pytest
$ docker compose run --rm package pytest
.. |PyPI| image:: https://img.shields.io/pypi/v/flask-uploader.svg
:target: https://pypi.org/project/flask-uploader/
:alt: Latest Version
.. |LICENCE| image:: https://img.shields.io/github/license/kyzima-spb/flask-uploader.svg
:target: https://github.com/kyzima-spb/flask-uploader/blob/master/LICENSE
:alt: MIT
.. |STARS| image:: https://img.shields.io/github/stars/kyzima-spb/flask-uploader.svg
:target: https://github.com/kyzima-spb/flask-uploader/stargazers
:alt: GitHub stars
.. |DOCS| image:: https://readthedocs.org/projects/flask-uploader/badge/?version=latest
:target: https://flask-uploader.readthedocs.io/ru/latest/?badge=latest
:alt: Documentation Status
.. |DOWNLOADS| image:: https://pepy.tech/badge/flask-uploader
:target: https://pepy.tech/project/flask-uploader
.. |DOWNLOADS_M| image:: https://pepy.tech/badge/flask-uploader/month
:target: https://pepy.tech/project/flask-uploader
.. |DOWNLOADS_W| image:: https://pepy.tech/badge/flask-uploader/week
:target: https://pepy.tech/project/flask-uploader
.. _documentation: https://flask-uploader.readthedocs.io/ru/latest/
.. _example: https://github.com/kyzima-spb/flask-uploader/tree/master/example/uploader