# SDK for [Computer Vision Annotation Tool (CVAT)](https://github.com/cvat-ai/cvat)
This package provides a Python client library for CVAT server. It can be useful for
workflow automation and writing custom CVAT server clients.
The SDK API includes several layers:
- Server API wrappers (`ApiClient`). Located in at `cvat_sdk.api_client`.
- High-level tools (`Core`). Located at `cvat_sdk.core`.
- PyTorch adapter. Located at `cvat_sdk.pytorch`.
- Auto-annotation support. Located at `cvat_sdk.auto_annotation`.
- Miscellaneous utilities, grouped by topic.
Located at `cvat_sdk.attributes` and `cvat_sdk.masks`.
Package documentation is available [here](https://docs.cvat.ai/docs/api_sdk/sdk).
## Installation & Usage
To install a prebuilt package, run the following command in the terminal:
```bash
pip install cvat-sdk
```
To use the `cvat_sdk.masks` module, request the `masks` extra:
```bash
pip install "cvat-sdk[masks]"
```
To use the PyTorch adapter or the built-in PyTorch-based auto-annotation functions,
request the `pytorch` extra:
```bash
pip install "cvat-sdk[pytorch]"
```
To install from the local directory, follow [the developer guide](https://docs.cvat.ai/docs/api_sdk/sdk/developer_guide).
After installation you can import the package:
```python
import cvat_sdk
```
Raw data
{
"_id": null,
"home_page": "https://github.com/cvat-ai/cvat",
"name": "cvat-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, CVAT REST API",
"author": "CVAT.ai team",
"author_email": "support@cvat.ai",
"download_url": "https://files.pythonhosted.org/packages/a5/b4/79786962ff99812babbdce5df406677269b5aa9d746b387608cd5e6a861d/cvat_sdk-2.42.0.tar.gz",
"platform": null,
"description": "# SDK for [Computer Vision Annotation Tool (CVAT)](https://github.com/cvat-ai/cvat)\n\nThis package provides a Python client library for CVAT server. It can be useful for\nworkflow automation and writing custom CVAT server clients.\n\nThe SDK API includes several layers:\n\n- Server API wrappers (`ApiClient`). Located in at `cvat_sdk.api_client`.\n- High-level tools (`Core`). Located at `cvat_sdk.core`.\n- PyTorch adapter. Located at `cvat_sdk.pytorch`.\n- Auto-annotation support. Located at `cvat_sdk.auto_annotation`.\n- Miscellaneous utilities, grouped by topic.\n Located at `cvat_sdk.attributes` and `cvat_sdk.masks`.\n\nPackage documentation is available [here](https://docs.cvat.ai/docs/api_sdk/sdk).\n\n## Installation & Usage\n\nTo install a prebuilt package, run the following command in the terminal:\n\n```bash\npip install cvat-sdk\n```\n\nTo use the `cvat_sdk.masks` module, request the `masks` extra:\n\n```bash\npip install \"cvat-sdk[masks]\"\n```\n\nTo use the PyTorch adapter or the built-in PyTorch-based auto-annotation functions,\nrequest the `pytorch` extra:\n\n```bash\npip install \"cvat-sdk[pytorch]\"\n```\n\nTo install from the local directory, follow [the developer guide](https://docs.cvat.ai/docs/api_sdk/sdk/developer_guide).\n\nAfter installation you can import the package:\n\n```python\nimport cvat_sdk\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "CVAT REST API",
"version": "2.42.0",
"project_urls": {
"Homepage": "https://github.com/cvat-ai/cvat"
},
"split_keywords": [
"openapi",
" openapi-generator",
" cvat rest api"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2977b3af06eaa66455a9cf866a8d8faba8b1e919c0c08e882498eb293b72682b",
"md5": "2c77c31d5af60d2c97add1763aa38bf4",
"sha256": "dcc8e9de79bfef67bac40e763471fb9e9d1e7256d2af294c1470c5ad8ee639ee"
},
"downloads": -1,
"filename": "cvat_sdk-2.42.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2c77c31d5af60d2c97add1763aa38bf4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 769895,
"upload_time": "2025-07-29T10:30:15",
"upload_time_iso_8601": "2025-07-29T10:30:15.693479Z",
"url": "https://files.pythonhosted.org/packages/29/77/b3af06eaa66455a9cf866a8d8faba8b1e919c0c08e882498eb293b72682b/cvat_sdk-2.42.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a5b479786962ff99812babbdce5df406677269b5aa9d746b387608cd5e6a861d",
"md5": "9586402f809fe0350468d90cbde407ce",
"sha256": "f1c4735568c080dc4ebfb8b34eb412046712d74d5b6ed73fba2db4c39599de64"
},
"downloads": -1,
"filename": "cvat_sdk-2.42.0.tar.gz",
"has_sig": false,
"md5_digest": "9586402f809fe0350468d90cbde407ce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 237719,
"upload_time": "2025-07-29T10:30:18",
"upload_time_iso_8601": "2025-07-29T10:30:18.683143Z",
"url": "https://files.pythonhosted.org/packages/a5/b4/79786962ff99812babbdce5df406677269b5aa9d746b387608cd5e6a861d/cvat_sdk-2.42.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-29 10:30:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cvat-ai",
"github_project": "cvat",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "cvat-sdk"
}