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.12.tar.gz
(11.0 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 044cbe3321ad2d49fa535f28f4a394ae612b9cdf51c55177bc8bc69468c6889d |
|
MD5 | 484c0d7afbfc916e07a95a7760678629 |
|
BLAKE2b-256 | 750c7bb2f50b8bbc280bfa3a4bee01a0a4d832b836a086a042a78b54d1957c46 |