You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/ZeroEntropy-AI/zeroentropy-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6
+
7
+
### Features
8
+
9
+
***api:** update via SDK Studio ([44c5f4c](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/44c5f4c293198fb1712f08931b2012853d217339))
10
+
***api:** update via SDK Studio ([d4732f5](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/d4732f5969ee6bb7f46b9538764935990e93a9b2))
11
+
***api:** update via SDK Studio ([7beca06](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/7beca06664b3e777443ea2cfb4e64edfc14a2039))
12
+
***api:** update via SDK Studio ([cd52c38](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/cd52c38c5f88113a49e17480403903e946b2afbd))
13
+
***api:** update via SDK Studio ([8618e3d](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/8618e3d44a19cae736e3644d2ebba44e0bc7b296))
14
+
***api:** update via SDK Studio ([b55e3d0](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/b55e3d0766ba025c45d59bb81b0122096075a4ce))
15
+
***api:** update via SDK Studio ([ae43ac2](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/ae43ac219efea486ec9fa0bd31dbb97e6b72252d))
16
+
***api:** update via SDK Studio ([3718a26](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/3718a265afa4f8229c9f12745ba908e257f6f24d))
17
+
***api:** update via SDK Studio ([9695627](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/9695627c43c6db83d3b16139a7d02514f55a4d00))
18
+
***api:** update via SDK Studio ([f5f67b8](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/f5f67b8a4dc4a7fc7f3c8ee2f89c7ad836f6ca15))
19
+
***api:** update via SDK Studio ([40c2d91](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/40c2d9132ee91f88357d24eb600507837faa30c6))
20
+
21
+
22
+
### Chores
23
+
24
+
* go live ([#1](https://github.com/ZeroEntropy-AI/zeroentropy-python/issues/1)) ([f82efbb](https://github.com/ZeroEntropy-AI/zeroentropy-python/commit/f82efbbb2f5b25fe7a95074135abccb1e6347edf))
Alternatively, you can build from source and install the wheel file:
@@ -121,7 +121,7 @@ the changes aren't made through the automated pipeline, you may want to make rel
121
121
122
122
### Publish with a GitHub workflow
123
123
124
-
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/stainless-sdks/zeroentropy-python/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
124
+
You can release to package managers by using [the `Publish PyPI` GitHub action](https://www.github.com/ZeroEntropy-AI/zeroentropy-python/actions/workflows/publish-pypi.yml). This requires a setup organization or repository secret to be set up.
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install --pre zeroentropy`
24
-
25
22
## Usage
26
23
27
24
The full API of this library can be found in [api.md](api.md).
@@ -224,9 +221,9 @@ document = response.parse() # get the object that `documents.get_info()` would
224
221
print(document.document)
225
222
```
226
223
227
-
These methods return an [`APIResponse`](https://github.com/stainless-sdks/zeroentropy-python/tree/main/src/zeroentropy/_response.py) object.
224
+
These methods return an [`APIResponse`](https://github.com/ZeroEntropy-AI/zeroentropy-python/tree/main/src/zeroentropy/_response.py) object.
228
225
229
-
The async client returns an [`AsyncAPIResponse`](https://github.com/stainless-sdks/zeroentropy-python/tree/main/src/zeroentropy/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
226
+
The async client returns an [`AsyncAPIResponse`](https://github.com/ZeroEntropy-AI/zeroentropy-python/tree/main/src/zeroentropy/_response.py) with the same structure, the only difference being `await`able methods for reading the response content.
230
227
231
228
#### `.with_streaming_response`
232
229
@@ -333,7 +330,7 @@ This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) con
333
330
334
331
We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.
335
332
336
-
We are keen for your feedback; please open an [issue](https://www.github.com/stainless-sdks/zeroentropy-python/issues) with questions, bugs, or suggestions.
333
+
We are keen for your feedback; please open an [issue](https://www.github.com/ZeroEntropy-AI/zeroentropy-python/issues) with questions, bugs, or suggestions.
0 commit comments