README.md
pyproject.toml
src/atlas/__init__.py
src/atlas/_base_client.py
src/atlas/_client.py
src/atlas/_constants.py
src/atlas/_exceptions.py
src/atlas/_resource.py
src/atlas/_utils.py
src/atlas/_version.py
src/atlas.egg-info/PKG-INFO
src/atlas.egg-info/SOURCES.txt
src/atlas.egg-info/dependency_links.txt
src/atlas.egg-info/entry_points.txt
src/atlas.egg-info/requires.txt
src/atlas.egg-info/top_level.txt
src/atlas/models/__init__.py
src/atlas/models/api.py
src/atlas/models/benchmark.py
src/atlas/models/evaluation.py
src/atlas/models/model.py
src/atlas/models/organization.py
src/atlas/resources/benchmarks/__init__.py
src/atlas/resources/benchmarks/benchmarks.py
src/atlas/resources/evaluations/__init__.py
src/atlas/resources/evaluations/evaluations.py
src/atlas/resources/models/__init__.py
src/atlas/resources/models/models.py
src/atlas/resources/results/__init__.py
src/atlas/resources/results/results.py
tests/test_base_client.py
tests/test_client.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_models.py
tests/test_resource.py
tests/test_utils.py