cvat-sdk


Namecvat-sdk JSON
Version 2.12.0 PyPI version JSON
download
home_pagehttps://github.com/cvat-ai/cvat
SummaryCVAT REST API
upload_time2024-04-16 08:18:19
maintainerNone
docs_urlNone
authorCVAT.ai team
requires_python>=3.8
licenseMIT License
keywords openapi openapi-generator cvat rest api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # 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`.

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 PyTorch adapter, 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.8",
    "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/f8/e9/22cddf033c509a21ae3b3a7fe7849007be0bb9c402a5133f65a65ba6ca70/cvat_sdk-2.12.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\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 PyTorch adapter, request 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.12.0",
    "project_urls": {
        "Homepage": "https://github.com/cvat-ai/cvat"
    },
    "split_keywords": [
        "openapi",
        " openapi-generator",
        " cvat rest api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cacaf191b08826a11b2da58b260ca55ecfff677b056dcb5f077315af80a91e4",
                "md5": "e99fa3a97af964ded1d68665a943e0af",
                "sha256": "506e60e9a33e3629229d3f693079bb1e0e842e98f9d871c4c29896d8e317a112"
            },
            "downloads": -1,
            "filename": "cvat_sdk-2.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e99fa3a97af964ded1d68665a943e0af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 724107,
            "upload_time": "2024-04-16T08:18:17",
            "upload_time_iso_8601": "2024-04-16T08:18:17.190618Z",
            "url": "https://files.pythonhosted.org/packages/8c/ac/af191b08826a11b2da58b260ca55ecfff677b056dcb5f077315af80a91e4/cvat_sdk-2.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8e922cddf033c509a21ae3b3a7fe7849007be0bb9c402a5133f65a65ba6ca70",
                "md5": "267d008343a6c24a163424d7c1e8565e",
                "sha256": "6769b51de977611e670e5c1a3c8f25699963e051255f20990f7bdd638d85c057"
            },
            "downloads": -1,
            "filename": "cvat_sdk-2.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "267d008343a6c24a163424d7c1e8565e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 214722,
            "upload_time": "2024-04-16T08:18:19",
            "upload_time_iso_8601": "2024-04-16T08:18:19.812212Z",
            "url": "https://files.pythonhosted.org/packages/f8/e9/22cddf033c509a21ae3b3a7fe7849007be0bb9c402a5133f65a65ba6ca70/cvat_sdk-2.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 08:18:19",
    "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"
}
        
Elapsed time: 0.52741s