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 1.1.4.
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.1.0.tar.gz
(317.5 kB
view hashes)
Built Distribution
Close
Hashes for flask_storage-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7aa6da876c6f6cba3e588ece1da37c1bea721a0b9b9b2daa910eb574913fc72 |
|
MD5 | 2462ab60d6d5a67b0e9fda66b346e4f6 |
|
BLAKE2b-256 | 620a1fdbbfde98ba9096d9ec5714f539cecc1ada56bc212daa25855b3f30f5f5 |