README.md
pyproject.toml
pytspclient/__init__.py
pytspclient/client.py
pytspclient/types.py
pytspclient.egg-info/PKG-INFO
pytspclient.egg-info/SOURCES.txt
pytspclient.egg-info/dependency_links.txt
pytspclient.egg-info/top_level.txt
pytspclient/adapters/__init__.py
pytspclient/adapters/anthropic.py
pytspclient/adapters/base.py
pytspclient/adapters/openai.py
tests/test_anthropic_adapter.py
tests/test_base.py
tests/test_error_codes.py
tests/test_normal_api.py
tests/test_openai_adapter.py