.gitignore
LICENSE.txt
MANIFEST.in
NOTICE.txt
README.rst
build-dist.sh
setup.py
tox.ini
.github/workflows/python-publish.yml
disdat/.gitignore
disdat/__init__.py
disdat/add.py
disdat/api.py
disdat/common.py
disdat/constants.py
disdat/data_context.py
disdat/exceptions.py
disdat/fs.py
disdat/hyperframe.py
disdat/hyperframe_pb2.py
disdat/lineage.py
disdat/log.py
disdat/resource.py
disdat/version.py
disdat.egg-info/PKG-INFO
disdat.egg-info/SOURCES.txt
disdat.egg-info/dependency_links.txt
disdat.egg-info/entry_points.txt
disdat.egg-info/requires.txt
disdat.egg-info/top_level.txt
disdat/config/README.md
disdat/config/__init__.py
disdat/config/disdat/.exclude-from-modeler-docker-image
disdat/config/disdat/disdat.cfg
disdat/entrypoints/cli_ep.py
disdat/utility/__init__.py
disdat/utility/aws_s3.py
disdat/utility/bundle_helpers.py
docs/DisdatTitleFig.jpg
infrastructure/.gitignore
infrastructure/Dockerfiles/Makefile
infrastructure/Dockerfiles/hyperframe_def/Dockerfile
infrastructure/Dockerfiles/hyperframe_def/Makefile
infrastructure/Dockerfiles/hyperframe_def/README.md
infrastructure/Dockerfiles/hyperframe_def/bundle.proto
infrastructure/Dockerfiles/hyperframe_def/hyperframe.proto
tests/__init__.py
tests/setup.py
tests/bundles/__init__.py
tests/bundles/test_arg_capture.py
tests/bundles/test_file_bundle_api.py
tests/bundles/test_hframe.py
tests/data/US_chronic_disease_indicators_CDI_2012.csv
tests/data/test_bundle_file.csv
tests/data/testfiles/A
tests/data/testfiles/B
tests/data/testfiles/C
tests/data/testfiles/D
tests/data/testfiles/E
tests/data/testfiles/F
tests/data/testfiles/G
tests/data/testfiles/H
tests/data/testfiles/I
tests/data/testfiles/J
tests/functional/__init__.py
tests/functional/common.py
tests/functional/test_add.py
tests/functional/test_add_remote.py
tests/functional/test_cat.py
tests/functional/test_context.py
tests/functional/test_hyperframe.py
tests/functional/test_link_localization.py
tests/functional/test_output_types.py
tests/functional/test_remote.py