.bumpversion.cfg
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
mypy.ini
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
ci/templates/tox.ini
docs/.DS_Store
docs/Hangar-Tutorial-001.ipynb
docs/Hangar-Tutorial-002.ipynb
docs/api.rst
docs/authors.rst
docs/backends.rst
docs/changelog.rst
docs/cli.rst
docs/codeofconduct.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/design.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/readme.rst
docs/requirements.txt
docs/requirements_rtd.txt
docs/spelling_wordlist.txt
docs/tutorial.rst
docs/backends/hdf5_00.rst
docs/backends/numpy_10.rst
docs/backends/remote_50.rst
docs/img/.DS_Store
docs/img/output_26_1.png
docs/img/repo_graph_log.png
src/.DS_Store
src/hangar/.DS_Store
src/hangar/__init__.py
src/hangar/__main__.py
src/hangar/arrayset.py
src/hangar/checkout.py
src/hangar/cli.py
src/hangar/constants.py
src/hangar/context.py
src/hangar/diff.py
src/hangar/merger.py
src/hangar/metadata.py
src/hangar/remotes.py
src/hangar/repository.py
src/hangar/utils.py
src/hangar.egg-info/PKG-INFO
src/hangar.egg-info/SOURCES.txt
src/hangar.egg-info/dependency_links.txt
src/hangar.egg-info/entry_points.txt
src/hangar.egg-info/not-zip-safe
src/hangar.egg-info/requires.txt
src/hangar.egg-info/top_level.txt
src/hangar/backends/__init__.py
src/hangar/backends/hdf5_00.py
src/hangar/backends/numpy_10.py
src/hangar/backends/remote_50.py
src/hangar/backends/selection.py
src/hangar/dataloaders/__init__.py
src/hangar/dataloaders/common.py
src/hangar/dataloaders/tfloader.py
src/hangar/dataloaders/torchloader.py
src/hangar/diagnostics/__init__.py
src/hangar/diagnostics/ecosystem.py
src/hangar/diagnostics/graphing.py
src/hangar/records/__init__.py
src/hangar/records/commiting.py
src/hangar/records/hashs.py
src/hangar/records/heads.py
src/hangar/records/parsing.py
src/hangar/records/queries.py
src/hangar/records/summarize.py
src/hangar/records/vcompat.py
src/hangar/remote/__init__.py
src/hangar/remote/chunks.py
src/hangar/remote/client.py
src/hangar/remote/config.py
src/hangar/remote/config_server.yml
src/hangar/remote/content.py
src/hangar/remote/hangar_service.proto
src/hangar/remote/hangar_service_pb2.py
src/hangar/remote/hangar_service_pb2.pyi
src/hangar/remote/hangar_service_pb2_grpc.py
src/hangar/remote/header_manipulator_client_interceptor.py
src/hangar/remote/request_header_validator_interceptor.py
src/hangar/remote/server.py
tests/conftest.py
tests/test_arrayset.py
tests/test_backend_heuristics.py
tests/test_checkout.py
tests/test_cli.py
tests/test_dataloaders.py
tests/test_diff.py
tests/test_initiate.py
tests/test_merging.py
tests/test_metadata.py
tests/test_remotes.py
tests/test_utils.py
tests/test_visualizations.py