label-studio-sdk 1.0.4__py3-none-any.whl → 1.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of label-studio-sdk might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: label-studio-sdk
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.8,<4.0
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -24,7 +24,7 @@ Requires-Dist: httpx (>=0.21.2)
|
|
|
24
24
|
Requires-Dist: ijson (>=3.2.3)
|
|
25
25
|
Requires-Dist: jsonschema (==3.2.0)
|
|
26
26
|
Requires-Dist: lxml (>=4.2.5)
|
|
27
|
-
Requires-Dist: nltk (
|
|
27
|
+
Requires-Dist: nltk (>=3.8.2,<4.0.0)
|
|
28
28
|
Requires-Dist: pandas (>=0.24.0)
|
|
29
29
|
Requires-Dist: pydantic (>=1.9.2)
|
|
30
30
|
Requires-Dist: requests (>=2.22.0)
|
|
@@ -53,7 +53,7 @@ Description-Content-Type: text/markdown
|
|
|
53
53
|
>
|
|
54
54
|
> OR you can change your import statements as follows:
|
|
55
55
|
> ```python
|
|
56
|
-
> from label_studio_sdk
|
|
56
|
+
> from label_studio_sdk import Client
|
|
57
57
|
> from label_studio_sdk.data_manager import Filters, Column, Operator, Type
|
|
58
58
|
> from label_studio_sdk._legacy import Project
|
|
59
59
|
> ```
|
|
@@ -182,6 +182,8 @@ ls = LabelStudio(
|
|
|
182
182
|
<!-- Begin Contributing, generated by Fern -->
|
|
183
183
|
# Contributing
|
|
184
184
|
|
|
185
|
+
Please follow [this guide to contribute to the SDK](https://github.com/HumanSignal/label-studio-client-generator?tab=readme-ov-file#how-to-contribute)
|
|
186
|
+
|
|
185
187
|
While we value open-source contributions to this SDK, this library is generated programmatically.
|
|
186
188
|
Additions made directly to this library would have to be moved over to our generation code,
|
|
187
189
|
otherwise they would be overwritten upon the next generated release. Feel free to open a PR as
|
|
@@ -280,6 +280,6 @@ label_studio_sdk/workspaces/members/client.py,sha256=OQBgiVK2Rf9fQZ3ogAprZ2bJhpB
|
|
|
280
280
|
label_studio_sdk/workspaces/members/types/__init__.py,sha256=ZIa_rd7d6K9ZITjTU6fptyGgvjNDySksJ7Rbn4wyhD4,252
|
|
281
281
|
label_studio_sdk/workspaces/members/types/members_create_response.py,sha256=_HhJVRMwE_7ZQHfqpuWXgV57tWSk07y0grqQAIlZGUY,1228
|
|
282
282
|
label_studio_sdk/workspaces/members/types/members_list_response_item.py,sha256=RlTUR1z2hNP1DYDmixjafUS34A7RmOYMsyQLXZrb9Dw,1255
|
|
283
|
-
label_studio_sdk-1.0.
|
|
284
|
-
label_studio_sdk-1.0.
|
|
285
|
-
label_studio_sdk-1.0.
|
|
283
|
+
label_studio_sdk-1.0.5.dist-info/METADATA,sha256=qD41KEvBfFOpSCkOiGHIqSMqAirR4N0PKRaVbH3Ipas,5475
|
|
284
|
+
label_studio_sdk-1.0.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
285
|
+
label_studio_sdk-1.0.5.dist-info/RECORD,,
|
|
File without changes
|