LICENSE
README.md
pyproject.toml
src/annotateit_ai/__init__.py
src/annotateit_ai/_version.py
src/annotateit_ai/cli.py
src/annotateit_ai/client.py
src/annotateit_ai/config.py
src/annotateit_ai/errors.py
src/annotateit_ai/operations.py
src/annotateit_ai/py.typed
src/annotateit_ai/types.py
src/annotateit_ai.egg-info/PKG-INFO
src/annotateit_ai.egg-info/SOURCES.txt
src/annotateit_ai.egg-info/dependency_links.txt
src/annotateit_ai.egg-info/entry_points.txt
src/annotateit_ai.egg-info/requires.txt
src/annotateit_ai.egg-info/top_level.txt
src/annotateit_ai/openapi/annotateit-v1.openapi.json
src/annotateit_ai/resources/__init__.py
src/annotateit_ai/resources/annotations.py
src/annotateit_ai/resources/base.py
src/annotateit_ai/resources/datasets.py
src/annotateit_ai/resources/media.py
src/annotateit_ai/resources/projects.py
src/annotateit_ai/resources/quality.py
src/annotateit_ai/resources/splits.py
src/annotateit_ai/resources/system.py
src/annotateit_ai/resources/tracks.py
src/annotateit_ai/resources/versions.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_client.py
tests/test_config.py
tests/test_operation_parity.py
tests/test_release_metadata.py
tests/test_resources.py
tests/test_streaming.py