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.2.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for CVAT_wrapper-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2720fca44665426c532452de4e59dc8db7c0cee70d1e7f8d9bb3aeed2b2c42e8 |
|
MD5 | ac7a39124f9e8212d99794dab951fd9b |
|
BLAKE2b-256 | 03211a4e307a363ec5c5a11a95dff963042cd29ce288562b5676e713dc66aa28 |