Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 5 hours 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 (over 2 years ago)
- Default Branch: dev-master
- Last Pushed: 2024-06-27T11:28:44.000Z (4 months ago)
- Last Synced: 2024-06-27T12:24:05.479Z (4 months ago)
- Topics: aws, flask, gridfs, s3, upload, upload-file, uploader
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
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