Skip to main content

CVAT API Client

Project description

CVAT API Client Library

license

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


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

cvat_connector-0.1.0-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page