efs

A simple wrapper around fs to work with flask and switch between local and s3fs


License
MIT
Install
pip install efs==0.2.0

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status

Code Quality Status
package

A simple wrapper around fs to work with flask and switch between local and s3fs

  • Free software: MIT license

Installation

pip install efs

Documentation

https://python-efs.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox