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.
Contributeurs
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.6.tar.gz
(10.6 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1f88c5de9f2345866952f1b66a9d4937385a0fbb026c7482d45c49547e9bc65 |
|
MD5 | 956a7f5a8f61a6ed250735d9bed3aedc |
|
BLAKE2b-256 | f4bb205f66eed874cefce040843112f65b0175318aefd27ab81f09c215670cc2 |