Flask storage
Project description
Flask-Storage
Simple and easy file storages for Flask
Flask-Storage is a community driven fork of Flask-FS
Compatibility
Flask-Storage requires 3.9+ and Flask 2+.
Amazon S3 support requires Boto3.
Installation
You can install Flask-Storage with pip:
.. code-block:: console
$ pip install flask-storage
# or
$ pip install flask-storage[s3] # For Amazon S3 backend support
Quick start
.. code-block:: python
from flask import Flask
import flask_storage as fs
app = Flask(__name__)
fs.init_app(app)
images = fs.Storage('images')
if __name__ == '__main__':
app.run(debug=True)
Documentation
The full documentation is hosted on Read the Docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flask-storage-1.0.1.dev0.tar.gz
(317.3 kB
view hashes)
Built Distribution
Close
Hashes for flask_storage-1.0.1.dev0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae4b97c6e752097732dd0339a34fa4ea63f512db0a73889ab2193df6d81358a |
|
MD5 | 3c8ffbcb918adeaed1c97287aa1e5eda |
|
BLAKE2b-256 | e0ba0e2bd314f19b9037fe8a0e6bccc90a97b4871554d05fb8f0cad3393435eb |