.gitignore
.readthedocs.yml
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/_static/custom.css
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/logo_packed.png
docs/_templates/about.html
docs/api/index.rst
docs/usage/standalone.rst
docs/usage/tendril.rst
src/tendril/__init__.py
src/tendril/apiserver/__init__.py
src/tendril/apiserver/routers/__init__.py
src/tendril/apiserver/routers/filestore.py
src/tendril/authz/__init__.py
src/tendril/authz/scopes/__init__.py
src/tendril/authz/scopes/filestore.py
src/tendril/config/__init__.py
src/tendril/config/filestore.py
src/tendril/config/filestore_core.py
src/tendril/filestore/__init__.py
src/tendril/filestore/actual.py
src/tendril/filestore/base.py
src/tendril/filestore/buckets.py
src/tendril/filestore/remote.py
src/tendril/filestore/db/__init__.py
src/tendril/filestore/db/controller.py
src/tendril/filestore/db/model.py
src/tendril_filestore.egg-info/PKG-INFO
src/tendril_filestore.egg-info/SOURCES.txt
src/tendril_filestore.egg-info/dependency_links.txt
src/tendril_filestore.egg-info/requires.txt
src/tendril_filestore.egg-info/top_level.txt
tests/__init__.py
tests/coveralls.py