LICENSE
MANIFEST.in
README.md
pyproject.toml
src/data_connect_hub/__init__.py
src/data_connect_hub/_auth.py
src/data_connect_hub/_flight.py
src/data_connect_hub/_rest.py
src/data_connect_hub/client.py
src/data_connect_hub/exceptions.py
src/data_connect_hub/models.py
src/data_connect_hub/py.typed
src/data_connect_hub.egg-info/PKG-INFO
src/data_connect_hub.egg-info/SOURCES.txt
src/data_connect_hub.egg-info/dependency_links.txt
src/data_connect_hub.egg-info/requires.txt
src/data_connect_hub.egg-info/scm_file_list.json
src/data_connect_hub.egg-info/scm_version.json
src/data_connect_hub.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_client.py
tests/test_flight.py
tests/test_models.py
tests/test_rest.py