Skip to main content

Python wrapper for CVAT API

Project description

CVAT wrapper

Description

Python wrapper to wrap CVAT API call into a class.

Example

from CVAT import CVAT
from CVAT.data_types import Task

API = CVAT(username="username", password="password", url="http://localhost:8080")

project_id: int = API.create_project("New project")
task: Task = Task("new task", project_id=project_id)
task = API.create_task(task)

Documentation

All the documentation is made with python google docstring.

Contributors

  • Antoine Desruet github-link

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CVAT wrapper-1.0.0.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

CVAT_wrapper-1.0.0-py3-none-any.whl (15.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page