https://github.com/quart-addons/quart-uploads
File upload handling for Quart.
https://github.com/quart-addons/quart-uploads
async files python3 quart uploads
Last synced: 6 months ago
JSON representation
File upload handling for Quart.
- Host: GitHub
- URL: https://github.com/quart-addons/quart-uploads
- Owner: Quart-Addons
- Created: 2022-07-24T00:58:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T17:39:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T11:43:11.152Z (over 1 year ago)
- Topics: async, files, python3, quart, uploads
- Language: Python
- Homepage: https://quart-uploads.readthedocs.io/
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quart Uploads
=============
Quart-Uploads allows your application to flexibly and efficiently handle file
uploading and serving the uploaded files.You can create different sets of uploads - one for document attachments, one
for photos, etc. - and the application can be configured to save them all in
different places and to generate different URLs for them.For more information on Quart, [visit here](https://quart.palletsprojects.com/en/latest/)
Quart-Uploads is based on [Flask-Uploads](https://github.com/maxcountryman/flask-uploads>) by maxcountryman.