LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
configs/config.example.json
src/ondotori_client/__init__.py
src/ondotori_client/client.py
src/ondotori_client/config.py
src/ondotori_client/exceptions.py
src/ondotori_client/models.py
src/ondotori_client/parsers.py
src/ondotori_client/py.typed
src/ondotori_client/transport.py
src/ondotori_client.egg-info/PKG-INFO
src/ondotori_client.egg-info/SOURCES.txt
src/ondotori_client.egg-info/dependency_links.txt
src/ondotori_client.egg-info/requires.txt
src/ondotori_client.egg-info/top_level.txt
tests/test_client.py
tests/test_config.py
tests/test_parsers.py
tests/test_transport.py
tests/integration/test_real_api.py