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-0.6.2.tar.gz
(317.4 kB
view hashes)
Built Distribution
Close
Hashes for flask_storage-0.6.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1023e96d7dd5de08bae597aba855f74e54e8f2cb1086f2bcf1d848467b6f12c |
|
MD5 | 4336552c9d0c06bb7a1508bc2861c74c |
|
BLAKE2b-256 | 715630852cc0b8c3c027b2a7a8232afa07f314c815ca39e888873b32fe457f97 |