CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_dev.txt
requirements_links.txt
requirements_test.txt
setup.cfg
setup.py
datafs/__init__.py
datafs/_compat.py
datafs/datafs.py
datafs.egg-info/PKG-INFO
datafs.egg-info/SOURCES.txt
datafs.egg-info/dependency_links.txt
datafs.egg-info/entry_points.txt
datafs.egg-info/not-zip-safe
datafs.egg-info/requires.txt
datafs.egg-info/top_level.txt
datafs/config/__init__.py
datafs/config/config_file.py
datafs/config/constructor.py
datafs/config/helpers.py
datafs/core/__init__.py
datafs/core/data_api.py
datafs/core/data_archive.py
datafs/core/data_file.py
datafs/core/versions.py
datafs/managers/__init__.py
datafs/managers/manager.py
datafs/managers/manager_dynamo.py
datafs/managers/manager_mongo.py
datafs/services/__init__.py
datafs/services/service.py
docs/Makefile
docs/admin.rst
docs/cli.creating_archives.rst
docs/cli.dependencies.rst
docs/cli.io.rst
docs/cli.metadata.rst
docs/cli.rst
docs/cli.versioning.rst
docs/conf.py
docs/configure.api.rst
docs/configure.authorities.rst
docs/configure.cache.rst
docs/configure.manager.rst
docs/configure.rst
docs/configure.specfiles.rst
docs/contributing.rst
docs/datafs.config.rst
docs/datafs.core.rst
docs/datafs.managers.rst
docs/datafs.rst
docs/datafs.services.rst
docs/examples.caching.rst
docs/examples.local.rst
docs/examples.ondisk.rst
docs/examples.other.rst
docs/examples.preconfigured.rst
docs/examples.rst
docs/examples.s3.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/pythonapi.creating_archives.rst
docs/pythonapi.dependencies.rst
docs/pythonapi.io.rst
docs/pythonapi.metadata.rst
docs/pythonapi.rst
docs/pythonapi.versioning.rst
docs/quickstart.rst
docs/readme.rst
docs/samples.pythonapi.creating.archives.rst
docs/samples.pythonapi.dependencies.rst
docs/samples.pythonapi.io.rst
docs/samples.pythonapi.metadata.rst
docs/samples.pythonapi.versioning.rst
docs/samples.rst
examples/preconfigured/__init__.py
examples/preconfigured/preconfigured.py
examples/snippets/__init__.py
examples/snippets/pythonapi_creating_archives.py
examples/snippets/pythonapi_dependencies.py
examples/snippets/pythonapi_io.py
examples/snippets/pythonapi_metadata.py
examples/snippets/pythonapi_versioning.py
examples/subclassing/__init__.py
examples/subclassing/client.py
examples/subclassing/my_api.py
tests/__init__.py
tests/conftest.py
tests/resources.py
tests/test_archive_search.py
tests/test_big_datasets.py
tests/test_caching.py
tests/test_cli.py
tests/test_data_file.py
tests/test_datafs.py
tests/test_examples.py
tests/test_manager.py
tests/test_search.py
tests/test_version_metadata.py
tests/test_versions.py