spitch 1.29.0__tar.gz → 1.31.0__tar.gz
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 spitch might be problematic. Click here for more details.
- spitch-1.31.0/.release-please-manifest.json +3 -0
- {spitch-1.29.0 → spitch-1.31.0}/CHANGELOG.md +16 -0
- {spitch-1.29.0 → spitch-1.31.0}/PKG-INFO +8 -11
- {spitch-1.29.0 → spitch-1.31.0}/README.md +6 -9
- {spitch-1.29.0 → spitch-1.31.0}/SECURITY.md +1 -1
- {spitch-1.29.0 → spitch-1.31.0}/pyproject.toml +2 -2
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_version.py +1 -1
- spitch-1.29.0/.release-please-manifest.json +0 -3
- {spitch-1.29.0 → spitch-1.31.0}/.gitignore +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/CONTRIBUTING.md +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/LICENSE +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/api.md +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/bin/check-release-environment +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/bin/publish-pypi +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/examples/.keep +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/examples/example.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/mypy.ini +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/noxfile.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/release-please-config.json +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/requirements-dev.lock +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/requirements.lock +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_base_client.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_client.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_compat.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_constants.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_exceptions.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_files.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_models.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_qs.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_resource.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_response.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_streaming.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_types.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_logs.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_proxy.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_reflection.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_resources_proxy.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_streams.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_sync.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_transform.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_typing.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/_utils/_utils.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/lib/.keep +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/py.typed +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/resources/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/resources/speech.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/resources/text.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/speech_generate_params.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/speech_transcribe_params.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/speech_transcribe_response.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/text_tone_mark_params.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/text_tone_mark_response.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/text_translate_params.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/src/spitch/types/text_translate_response.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/api_resources/__init__.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/api_resources/test_speech.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/api_resources/test_text.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/conftest.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/sample_file.txt +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_client.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_deepcopy.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_extract_files.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_files.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_models.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_qs.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_required_args.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_response.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_streaming.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_transform.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_utils/test_proxy.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/test_utils/test_typing.py +0 -0
- {spitch-1.29.0 → spitch-1.31.0}/tests/utils.py +0 -0
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.31.0 (2025-08-02)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.30.0...v1.31.0](https://github.com/spi-tch/spitch-python/compare/v1.30.0...v1.31.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** update via SDK Studio ([cbe2e04](https://github.com/spi-tch/spitch-python/commit/cbe2e040af49ed35c984afc10c1484d35a9e0582))
|
|
10
|
+
|
|
11
|
+
## 1.30.0 (2025-08-02)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.29.0...v1.30.0](https://github.com/spi-tch/spitch-python/compare/v1.29.0...v1.30.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** update via SDK Studio ([24e67c7](https://github.com/spi-tch/spitch-python/commit/24e67c70d35112615debb4aa0e8a78ffc3259d3b))
|
|
18
|
+
|
|
3
19
|
## 1.29.0 (2025-08-02)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.28.0...v1.29.0](https://github.com/spi-tch/spitch-python/compare/v1.28.0...v1.29.0)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: spitch
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.31.0
|
|
4
4
|
Summary: The official Python library for the spitch API
|
|
5
5
|
Project-URL: Homepage, https://github.com/spi-tch/spitch-python
|
|
6
6
|
Project-URL: Repository, https://github.com/spi-tch/spitch-python
|
|
7
|
-
Author-email: Spitch <
|
|
7
|
+
Author-email: Spitch <dev@spitch.app>
|
|
8
8
|
License: Apache-2.0
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
@@ -65,11 +65,10 @@ from spitch import Spitch
|
|
|
65
65
|
|
|
66
66
|
client = Spitch()
|
|
67
67
|
|
|
68
|
-
response = client.speech.
|
|
68
|
+
response = client.speech.transcribe(
|
|
69
69
|
language="yo",
|
|
70
|
-
text="text",
|
|
71
|
-
voice="sade",
|
|
72
70
|
)
|
|
71
|
+
print(response.request_id)
|
|
73
72
|
```
|
|
74
73
|
|
|
75
74
|
While you can provide an `api_key` keyword argument,
|
|
@@ -89,11 +88,10 @@ client = AsyncSpitch()
|
|
|
89
88
|
|
|
90
89
|
|
|
91
90
|
async def main() -> None:
|
|
92
|
-
response = await client.speech.
|
|
91
|
+
response = await client.speech.transcribe(
|
|
93
92
|
language="yo",
|
|
94
|
-
text="text",
|
|
95
|
-
voice="sade",
|
|
96
93
|
)
|
|
94
|
+
print(response.request_id)
|
|
97
95
|
|
|
98
96
|
|
|
99
97
|
asyncio.run(main())
|
|
@@ -124,11 +122,10 @@ async def main() -> None:
|
|
|
124
122
|
async with AsyncSpitch(
|
|
125
123
|
http_client=DefaultAioHttpClient(),
|
|
126
124
|
) as client:
|
|
127
|
-
response = await client.speech.
|
|
125
|
+
response = await client.speech.transcribe(
|
|
128
126
|
language="yo",
|
|
129
|
-
text="text",
|
|
130
|
-
voice="sade",
|
|
131
127
|
)
|
|
128
|
+
print(response.request_id)
|
|
132
129
|
|
|
133
130
|
|
|
134
131
|
asyncio.run(main())
|
|
@@ -29,11 +29,10 @@ from spitch import Spitch
|
|
|
29
29
|
|
|
30
30
|
client = Spitch()
|
|
31
31
|
|
|
32
|
-
response = client.speech.
|
|
32
|
+
response = client.speech.transcribe(
|
|
33
33
|
language="yo",
|
|
34
|
-
text="text",
|
|
35
|
-
voice="sade",
|
|
36
34
|
)
|
|
35
|
+
print(response.request_id)
|
|
37
36
|
```
|
|
38
37
|
|
|
39
38
|
While you can provide an `api_key` keyword argument,
|
|
@@ -53,11 +52,10 @@ client = AsyncSpitch()
|
|
|
53
52
|
|
|
54
53
|
|
|
55
54
|
async def main() -> None:
|
|
56
|
-
response = await client.speech.
|
|
55
|
+
response = await client.speech.transcribe(
|
|
57
56
|
language="yo",
|
|
58
|
-
text="text",
|
|
59
|
-
voice="sade",
|
|
60
57
|
)
|
|
58
|
+
print(response.request_id)
|
|
61
59
|
|
|
62
60
|
|
|
63
61
|
asyncio.run(main())
|
|
@@ -88,11 +86,10 @@ async def main() -> None:
|
|
|
88
86
|
async with AsyncSpitch(
|
|
89
87
|
http_client=DefaultAioHttpClient(),
|
|
90
88
|
) as client:
|
|
91
|
-
response = await client.speech.
|
|
89
|
+
response = await client.speech.transcribe(
|
|
92
90
|
language="yo",
|
|
93
|
-
text="text",
|
|
94
|
-
voice="sade",
|
|
95
91
|
)
|
|
92
|
+
print(response.request_id)
|
|
96
93
|
|
|
97
94
|
|
|
98
95
|
asyncio.run(main())
|
|
@@ -20,7 +20,7 @@ or products provided by Spitch, please follow the respective company's security
|
|
|
20
20
|
|
|
21
21
|
### Spitch Terms and Policies
|
|
22
22
|
|
|
23
|
-
Please contact
|
|
23
|
+
Please contact dev@spitch.app for any questions or concerns regarding the security of our services.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "spitch"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.31.0"
|
|
4
4
|
description = "The official Python library for the spitch API"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
license = "Apache-2.0"
|
|
7
7
|
authors = [
|
|
8
|
-
{ name = "Spitch", email = "
|
|
8
|
+
{ name = "Spitch", email = "dev@spitch.app" },
|
|
9
9
|
]
|
|
10
10
|
dependencies = [
|
|
11
11
|
"httpx>=0.23.0, <0.28.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|