GitHub - eatfirst/python-efs: A python wrapper around fs to work with flask and switch between local and s3fs.
eatfirst / python-efs Public
-
Notifications
You must be signed in to change notification settings - Fork 0
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
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 |
About
A python wrapper around fs to work with flask and switch between local and s3fs.