Overview
| docs | |
|---|---|
| tests | |
| 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 |