CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
requirements_conda.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/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/readme.rst
docs/whatsnew.rst
docs/admin/admin.rst
docs/api/cli/cli.creating_archives.rst
docs/api/cli/cli.dependencies.rst
docs/api/cli/cli.finding_archives.rst
docs/api/cli/cli.io.rst
docs/api/cli/cli.metadata.rst
docs/api/cli/cli.rst
docs/api/cli/cli.tagging.rst
docs/api/cli/cli.versioning.rst
docs/api/python/pythonapi.creating_archives.rst
docs/api/python/pythonapi.dependencies.rst
docs/api/python/pythonapi.finding_archives.rst
docs/api/python/pythonapi.io.rst
docs/api/python/pythonapi.metadata.rst
docs/api/python/pythonapi.rst
docs/api/python/pythonapi.tagging.rst
docs/api/python/pythonapi.versioning.rst
docs/configure/configure.api.rst
docs/configure/configure.authorities.rst
docs/configure/configure.cache.rst
docs/configure/configure.manager.rst
docs/configure/configure.rst
docs/configure/configure.specfiles.rst
docs/contents/datafs.config.rst
docs/contents/datafs.core.rst
docs/contents/datafs.managers.rst
docs/contents/datafs.rst
docs/contents/datafs.services.rst
docs/examples/examples.caching.rst
docs/examples/examples.local.rst
docs/examples/examples.ondisk.rst
docs/examples/examples.other.rst
docs/examples/examples.preconfigured.rst
docs/examples/examples.rst
docs/examples/examples.s3.rst
docs/samples/samples.cli.tagging.rst
docs/samples/samples.pythonapi.creating.archives.rst
docs/samples/samples.pythonapi.dependencies.rst
docs/samples/samples.pythonapi.finding.archives.rst
docs/samples/samples.pythonapi.io.rst
docs/samples/samples.pythonapi.metadata.rst
docs/samples/samples.pythonapi.tagging.rst
docs/samples/samples.pythonapi.versioning.rst
docs/samples/samples.rst
examples/preconfigured/__init__.py
examples/preconfigured/preconfigured.py
examples/snippets/__init__.py
examples/snippets/cli_tagging.py
examples/snippets/pythonapi_creating_archives.py
examples/snippets/pythonapi_dependencies.py
examples/snippets/pythonapi_finding_archives.py
examples/snippets/pythonapi_io.py
examples/snippets/pythonapi_metadata.py
examples/snippets/pythonapi_tagging.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_name_pattern.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_deployment.py
tests/test_examples.py
tests/test_manager.py
tests/test_removedir.py
tests/test_search.py
tests/test_users.py
tests/test_version_metadata.py
tests/test_versions.py
tests/cli_snippets/__init__.py
tests/cli_snippets/conftest.py
tests/cli_snippets/test_cli_creating_archives.py
tests/cli_snippets/test_cli_dependencies.py
tests/cli_snippets/test_cli_finding_archives.py
tests/cli_snippets/test_cli_io.py
tests/cli_snippets/test_cli_metadata.py
tests/cli_snippets/test_cli_tagging.py
tests/cli_snippets/test_cli_versioning.py