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.
- To see error logs, you can use
stderr
(we uselogger.error()
for error output). If you use console to run SDK commands, you will see all errors there.
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.35.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