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.
- For a quickstart and install guidance, as well as basic examples for using this SDK, see the SDK tutorial in the Label Studio documentation.
- To review detailed usage examples, see the Usage Examples for the Label Studio SDK.
source code Browse git
""" .. include::../docs/index.md
"""
from .client import Client
from .project import Project
from .utils import parse_config
__version__ = '0.0.27'
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.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