Metadata-Version: 2.1
Name: flask-filer
Version: 0.1.0
Summary: A Flask extension that integrates PyFilesystem2
Home-page: https://github.com/BbsonLin/flask-filer
Author: Bobson Lin
Author-email: bobson801104@gmail.com
License: MIT
Keywords: flask filer filesystem
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: fs

Flask Filer
===========

Flask-Filer is an extension for [Flask](http://flask.pocoo.org/) that integrates with [PyFilesystem2](https://www.pyfilesystem.org/). The purpose is to manage files in local server, remote server or cloud service by using Python's Filesystem abstraction layer concept.

Compatibility
-------------

For now Python 3.5+.

Installation
------------

With pip:
```
$ pip install flask-filer
```

