.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
src/sparkit_science/__init__.py
src/sparkit_science/_http.py
src/sparkit_science/_version.py
src/sparkit_science/async_client.py
src/sparkit_science/client.py
src/sparkit_science/exceptions.py
src/sparkit_science/models.py
src/sparkit_science/py.typed
src/sparkit_science/webhook.py
src/sparkit_science.egg-info/PKG-INFO
src/sparkit_science.egg-info/SOURCES.txt
src/sparkit_science.egg-info/dependency_links.txt
src/sparkit_science.egg-info/requires.txt
src/sparkit_science.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_client_async.py
tests/test_client_sync.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_models.py
tests/test_retries.py
tests/test_webhook.py