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
Project details
Release history Release notifications | RSS feed
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-0.0.18.tar.gz
(11.2 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd459167fdb3002792d8fee364f15dbd8879137a2e822f1865a23a348d505112 |
|
MD5 | 86eda5327be03ff0cc0bfc5c378ffff2 |
|
BLAKE2b-256 | c0277da0d6b9eb6cd15932ceed052fdf8308d2f6a6087c78b660daa5562cee2b |