CVAT API Client
Project description
CVAT API Client Library
This is a client library to interact with CVAT Server.
Not everything is implemented at the moment.
Usage
Create a new client instance with CVAT Server URL
from cvat_connector import CVATConnector
cvat_client = CVATConnector("https://cvat.mydomain.com")
Login to with your credentials
cvat_client.login("myuser", "passw0rd")
Fetch users etc.
users = cvat_client.get_all_users()
for username, user_details in users.items():
print(f"{username} id is {user_details['id']}")
Logout when you are done.
cvat_client.logut()
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file cvat_connector-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cvat_connector-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0403cce90a3cb49963e89a4f154d12ce38472dd4d6d9e0e3ac9bd9ad18dbf7d |
|
MD5 | de2df04918627ae20326246ab924218d |
|
BLAKE2b-256 | 870b12debdf33e186e475b030f43998ccc4099b44a370ac5929a022f6e827506 |