.gitignore
README.md
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation-and-examples.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/other.md
.github/workflows/ci.yml
.github/workflows/release.yml
COMPREDICT_AI_SDK.egg-info/PKG-INFO
COMPREDICT_AI_SDK.egg-info/SOURCES.txt
COMPREDICT_AI_SDK.egg-info/dependency_links.txt
COMPREDICT_AI_SDK.egg-info/requires.txt
COMPREDICT_AI_SDK.egg-info/top_level.txt
compredict/__init__.py
compredict/client.py
compredict/connection.py
compredict/exceptions.py
compredict/singleton.py
compredict/resources/__init__.py
compredict/resources/base.py
compredict/resources/resources.py
examples/.env.example
examples/__init__.py
examples/basic_ex.py
examples/test_observer.parquet
tests/__init__.py
tests/conftest.py
tests/example.json
tests/test_client.py
tests/test_connection.py