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.10.tar.gz
(10.8 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24a6617cf3aae20a9a69248d4230991bfeaaafb42f7284a74edd4c0dad1e54a7 |
|
MD5 | 30f4a68828bda04d7d2d5ac5d8b7e4b7 |
|
BLAKE2b-256 | 9f730f04c2ff355565210ce2e18b27164124eb76c1c74b93b9a8ef46ec1cf0ed |