Skip to content

sbatchelder/tator-py

This branch is 16 commits behind cvisionai/tator-py:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e50422 · Jan 13, 2025
Jan 13, 2025
Dec 25, 2024
Aug 4, 2023
Dec 26, 2024
Jan 22, 2024
Nov 15, 2023
Jun 8, 2020
Sep 5, 2023
Oct 5, 2022
Nov 9, 2024
Dec 29, 2020
Sep 29, 2023
Sep 29, 2023

Repository files navigation

tator

Python client for Tator.

Requirements

Python 3.6+

Installation

From pypi

pip install tator

From source

pip3 install -r requirements.txt --user
python3 setup.py install --user

Example usage

import tator

api = tator.get_api('https://cloud.tator.io', 'MY_TOKEN')
api.get_media_list(1) # Pass a project ID

Visit the examples for more.

API documentation

Documentation for all API functions and models can be found in the OpenAPI documentation.

Authors

Tator and tator-py are developed by CVision AI.

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.6%
  • Mustache 10.4%