.flake8
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/release.yml
python_tind_client.egg-info/PKG-INFO
python_tind_client.egg-info/SOURCES.txt
python_tind_client.egg-info/dependency_links.txt
python_tind_client.egg-info/requires.txt
python_tind_client.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_fetch.py
tests/fixtures/1st-batch-tind-response.xml
tests/fixtures/end-of-batch-tind-response.xml
tests/fixtures/tind_results.xml
tind_client/__init__.py
tind_client/_version.py
tind_client/api.py
tind_client/client.py
tind_client/errors.py