isaacus 0.4.0__py3-none-any.whl → 0.5.0__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.
- isaacus/_version.py +1 -1
- isaacus/types/classifications/universal_classification.py +3 -2
- {isaacus-0.4.0.dist-info → isaacus-0.5.0.dist-info}/METADATA +1 -1
- {isaacus-0.4.0.dist-info → isaacus-0.5.0.dist-info}/RECORD +6 -6
- {isaacus-0.4.0.dist-info → isaacus-0.5.0.dist-info}/WHEEL +0 -0
- {isaacus-0.4.0.dist-info → isaacus-0.5.0.dist-info}/licenses/LICENSE +0 -0
isaacus/_version.py
CHANGED
@@ -10,8 +10,9 @@ __all__ = ["UniversalClassification", "Classification", "ClassificationChunk", "
|
|
10
10
|
class ClassificationChunk(BaseModel):
|
11
11
|
end: int
|
12
12
|
"""
|
13
|
-
The index of the character
|
14
|
-
from `0` (such that, in Python, the chunk is
|
13
|
+
The index of the character immediately after the last character of the chunk in
|
14
|
+
the original text, beginning from `0` (such that, in Python, the chunk is
|
15
|
+
equivalent to `text[start:end]`).
|
15
16
|
"""
|
16
17
|
|
17
18
|
index: int
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: isaacus
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Summary: The official Python library for the isaacus API
|
5
5
|
Project-URL: Homepage, https://github.com/isaacus-dev/isaacus-python
|
6
6
|
Project-URL: Repository, https://github.com/isaacus-dev/isaacus-python
|
@@ -11,7 +11,7 @@ isaacus/_resource.py,sha256=iP_oYhz5enCI58mK7hlwLoPMPh4Q5s8-KBv-jGfv2aM,1106
|
|
11
11
|
isaacus/_response.py,sha256=5v-mAgiP6X9EBGBvTYVdwuDjikiha-dc1dYmadIraCU,28795
|
12
12
|
isaacus/_streaming.py,sha256=tMBfwrfEFWm0v7vWFgjn_lizsoD70lPkYigIBuADaCM,10104
|
13
13
|
isaacus/_types.py,sha256=WCRAb8jikEJoOi8nza8l5NnOTKgZlpmN5fkiHoKoY08,6144
|
14
|
-
isaacus/_version.py,sha256=
|
14
|
+
isaacus/_version.py,sha256=sKzfejNUQSpNw34xaEeyTyEFijKAL_S_FtI3io-aV1c,159
|
15
15
|
isaacus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
isaacus/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
isaacus/_utils/_logs.py,sha256=rwa1Yzjbs2JaFn9KQ06rH5c_GSNa--BVwWnWhvvT1tY,777
|
@@ -32,9 +32,9 @@ isaacus/types/__init__.py,sha256=PswomxWpSak5TApm_28hneqI_l_g0-4NF5W6kdedI0Y,253
|
|
32
32
|
isaacus/types/reranking.py,sha256=MQRUoH2UB185Q369H01jnvaT9pz4D9z0oOoz8oLMqjc,911
|
33
33
|
isaacus/types/reranking_create_params.py,sha256=qJlXHbt4CxlBmdDpmqLC_VJ9ldTHBy4kxr1IwXxq4Es,2481
|
34
34
|
isaacus/types/classifications/__init__.py,sha256=GX6WFRzjx9qcuJhdRZjFLJRYMM4d5J8F5N-BUq4ZgP0,296
|
35
|
-
isaacus/types/classifications/universal_classification.py,sha256=
|
35
|
+
isaacus/types/classifications/universal_classification.py,sha256=qeAaPg26wXDq1R_93SZIDzTp9AkfLRMucpd6Tie7NNU,2438
|
36
36
|
isaacus/types/classifications/universal_create_params.py,sha256=yacdNfTCgkQhXtdd_fim1YqNCRMEoRL5aKCtbJCQhTk,2277
|
37
|
-
isaacus-0.
|
38
|
-
isaacus-0.
|
39
|
-
isaacus-0.
|
40
|
-
isaacus-0.
|
37
|
+
isaacus-0.5.0.dist-info/METADATA,sha256=X7-4dd325DbmpBqy3h487IW4hdaBA0zH0yN5n3p3OvU,14347
|
38
|
+
isaacus-0.5.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
39
|
+
isaacus-0.5.0.dist-info/licenses/LICENSE,sha256=lUen4LYVFVGEVXBsntBAPsQsOWgMkno1e9WfgWkpZ-k,11337
|
40
|
+
isaacus-0.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|