Skip to main content

Simple and easy file storages for Flask

Project description

Simple and easy file storages for Flask

Compatibility

Flask-FS requires Python 2.7+ and Flask 0.10+.

Installation

You can install Flask-FS with pip:

$ pip install flask-fs

or with easy_install:

$ easy_install flask-fs

Quick start

TODO: a quick hello world with Flask-Buckets

from flask import Flask
from flask.ext import 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

Changelog

Current

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-fs-0.1.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

flask_fs-0.1-py2.py3-none-any.whl (234.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page