isaacus 0.1.5__py3-none-any.whl → 0.1.6__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
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: isaacus
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
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
|
@@ -46,13 +46,10 @@ The REST API documentation can be found on [docs.isaacus.com](https://docs.isaac
|
|
46
46
|
## Installation
|
47
47
|
|
48
48
|
```sh
|
49
|
-
# install from
|
50
|
-
pip install
|
49
|
+
# install from PyPI
|
50
|
+
pip install isaacus
|
51
51
|
```
|
52
52
|
|
53
|
-
> [!NOTE]
|
54
|
-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install isaacus`
|
55
|
-
|
56
53
|
## Usage
|
57
54
|
|
58
55
|
The full API of this library can be found in [api.md](https://github.com/isaacus-dev/isaacus-python/tree/main/api.md).
|
@@ -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=qN23mHLtV9W3LepsQ897Vl3V0xyDsm3NvLjZuBmHsSo,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
|
@@ -31,7 +31,7 @@ isaacus/types/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
31
31
|
isaacus/types/classifications/__init__.py,sha256=GX6WFRzjx9qcuJhdRZjFLJRYMM4d5J8F5N-BUq4ZgP0,296
|
32
32
|
isaacus/types/classifications/universal_classification.py,sha256=gyzkeQ5wII6w2CdbDrdMAFuRZSCJRRCIXecF-3h5OXQ,1544
|
33
33
|
isaacus/types/classifications/universal_create_params.py,sha256=fFhx7SfLPA36lwCYPEzrW2jr7hFlSFyVPqBzNcHXQ2w,2259
|
34
|
-
isaacus-0.1.
|
35
|
-
isaacus-0.1.
|
36
|
-
isaacus-0.1.
|
37
|
-
isaacus-0.1.
|
34
|
+
isaacus-0.1.6.dist-info/METADATA,sha256=8sO3CYIG0V20Q8M7aXZHo0OSZmda9y5q7uwy20qTszo,14296
|
35
|
+
isaacus-0.1.6.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
36
|
+
isaacus-0.1.6.dist-info/licenses/LICENSE,sha256=lUen4LYVFVGEVXBsntBAPsQsOWgMkno1e9WfgWkpZ-k,11337
|
37
|
+
isaacus-0.1.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|