Label Studio SDK

This package provides a set of Python modules and classes that serve as wrappers for common operations that you can perform with the Label Studio API for Label Studio Enterprise, Teams, and Community editions.

source code Browse git
""" .. include::../docs/index.md
"""

from .client import Client
from .project import Project
from .utils import parse_config

__pdoc__ = {"label_interface": False}


__version__ = '0.0.34.dev'
label_studio_sdk.client

Client module for Label Studio SDK …


label_studio_sdk.data_manager

Data Manager module for the Label Studio SDK …


label_studio_sdk.exceptions

label_studio_sdk.objects

label_studio_sdk.project

Project module for Label Studio SDK …


label_studio_sdk.users

label_studio_sdk.utils

Utilities module for Label Studio SDK …


label_studio_sdk.workspaces