speechify-api 0.0.145__tar.gz → 0.0.147__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.
- {speechify_api-0.0.145 → speechify_api-0.0.147}/PKG-INFO +10 -6
- {speechify_api-0.0.145 → speechify_api-0.0.147}/README.md +9 -5
- {speechify_api-0.0.145 → speechify_api-0.0.147}/pyproject.toml +2 -2
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/client.py +2 -2
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/client_wrapper.py +1 -1
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/client.py +2 -2
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/client.py +2 -2
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/voices/client.py +6 -6
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/api/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/api/types/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/api/types/audio_stream_request_accept.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/api_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/datetime_utils.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/file.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/http_client.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/jsonable_encoder.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/pydantic_utilities.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/query_encoder.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/remove_none_from_dict.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/request_options.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/serialization.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/environment.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/py.typed +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/types/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/types/audio_stream_request_accept.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/types/get_speech_request_audio_format.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/types/get_speech_request_model.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/types/get_stream_request_model.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/types/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/types/create_access_token_request_scope.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/client.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/bad_request_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/forbidden_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/internal_server_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/not_found_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/errors/payment_required_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/access_token.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/access_token_scope.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/api_key.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/create_voice_language.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/create_voice_model.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/create_voice_model_name.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/created_voice.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/created_voice_gender.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/created_voice_type.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/experimental_stream_request.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/experimental_stream_request_model.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/experimental_stream_response.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_speech_options_request.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_speech_response.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_speech_response_audio_format.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_stream_options_request.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voice.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voice_gender.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voice_language.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voice_type.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voices_model.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/get_voices_model_name.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/nested_chunk.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/o_auth_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/o_auth_error_error.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/speech_marks.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/voices/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/voices/types/__init__.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/voices/types/voices_create_request_gender.py +0 -0
- {speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: speechify-api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.147
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.8,<4.0
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -31,6 +31,10 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
|
|
32
32
|
The Speechifyinc Python library provides convenient access to the Speechifyinc API from Python.
|
|
33
33
|
|
|
34
|
+
## Documentation
|
|
35
|
+
|
|
36
|
+
API reference documentation is available [here](https://docs.sws.speechify.com/api-reference).
|
|
37
|
+
|
|
34
38
|
## Installation
|
|
35
39
|
|
|
36
40
|
```sh
|
|
@@ -46,7 +50,7 @@ A full reference for this library is available [here](./reference.md).
|
|
|
46
50
|
Instantiate and use the client with the following:
|
|
47
51
|
|
|
48
52
|
```python
|
|
49
|
-
from
|
|
53
|
+
from speechify import Speechify
|
|
50
54
|
|
|
51
55
|
client = Speechify(
|
|
52
56
|
token="YOUR_TOKEN",
|
|
@@ -64,7 +68,7 @@ The SDK also exports an `async` client so that you can make non-blocking calls t
|
|
|
64
68
|
```python
|
|
65
69
|
import asyncio
|
|
66
70
|
|
|
67
|
-
from
|
|
71
|
+
from speechify import AsyncSpeechify
|
|
68
72
|
|
|
69
73
|
client = AsyncSpeechify(
|
|
70
74
|
token="YOUR_TOKEN",
|
|
@@ -87,7 +91,7 @@ When the API returns a non-success status code (4xx or 5xx response), a subclass
|
|
|
87
91
|
will be thrown.
|
|
88
92
|
|
|
89
93
|
```python
|
|
90
|
-
from
|
|
94
|
+
from speechify.core.api_error import ApiError
|
|
91
95
|
|
|
92
96
|
try:
|
|
93
97
|
client.tts.audio.speech(...)
|
|
@@ -124,7 +128,7 @@ The SDK defaults to a 60 second timeout. You can configure this with a timeout o
|
|
|
124
128
|
|
|
125
129
|
```python
|
|
126
130
|
|
|
127
|
-
from
|
|
131
|
+
from speechify import Speechify
|
|
128
132
|
|
|
129
133
|
client = Speechify(
|
|
130
134
|
...,
|
|
@@ -144,7 +148,7 @@ You can override the `httpx` client to customize it for your use-case. Some comm
|
|
|
144
148
|
and transports.
|
|
145
149
|
```python
|
|
146
150
|
import httpx
|
|
147
|
-
from
|
|
151
|
+
from speechify import Speechify
|
|
148
152
|
|
|
149
153
|
client = Speechify(
|
|
150
154
|
...,
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
The Speechifyinc Python library provides convenient access to the Speechifyinc API from Python.
|
|
7
7
|
|
|
8
|
+
## Documentation
|
|
9
|
+
|
|
10
|
+
API reference documentation is available [here](https://docs.sws.speechify.com/api-reference).
|
|
11
|
+
|
|
8
12
|
## Installation
|
|
9
13
|
|
|
10
14
|
```sh
|
|
@@ -20,7 +24,7 @@ A full reference for this library is available [here](./reference.md).
|
|
|
20
24
|
Instantiate and use the client with the following:
|
|
21
25
|
|
|
22
26
|
```python
|
|
23
|
-
from
|
|
27
|
+
from speechify import Speechify
|
|
24
28
|
|
|
25
29
|
client = Speechify(
|
|
26
30
|
token="YOUR_TOKEN",
|
|
@@ -38,7 +42,7 @@ The SDK also exports an `async` client so that you can make non-blocking calls t
|
|
|
38
42
|
```python
|
|
39
43
|
import asyncio
|
|
40
44
|
|
|
41
|
-
from
|
|
45
|
+
from speechify import AsyncSpeechify
|
|
42
46
|
|
|
43
47
|
client = AsyncSpeechify(
|
|
44
48
|
token="YOUR_TOKEN",
|
|
@@ -61,7 +65,7 @@ When the API returns a non-success status code (4xx or 5xx response), a subclass
|
|
|
61
65
|
will be thrown.
|
|
62
66
|
|
|
63
67
|
```python
|
|
64
|
-
from
|
|
68
|
+
from speechify.core.api_error import ApiError
|
|
65
69
|
|
|
66
70
|
try:
|
|
67
71
|
client.tts.audio.speech(...)
|
|
@@ -98,7 +102,7 @@ The SDK defaults to a 60 second timeout. You can configure this with a timeout o
|
|
|
98
102
|
|
|
99
103
|
```python
|
|
100
104
|
|
|
101
|
-
from
|
|
105
|
+
from speechify import Speechify
|
|
102
106
|
|
|
103
107
|
client = Speechify(
|
|
104
108
|
...,
|
|
@@ -118,7 +122,7 @@ You can override the `httpx` client to customize it for your use-case. Some comm
|
|
|
118
122
|
and transports.
|
|
119
123
|
```python
|
|
120
124
|
import httpx
|
|
121
|
-
from
|
|
125
|
+
from speechify import Speechify
|
|
122
126
|
|
|
123
127
|
client = Speechify(
|
|
124
128
|
...,
|
|
@@ -3,7 +3,7 @@ name = "speechify-api"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "speechify-api"
|
|
6
|
-
version = "0.0.
|
|
6
|
+
version = "0.0.147"
|
|
7
7
|
description = ""
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
authors = []
|
|
@@ -27,7 +27,7 @@ classifiers = [
|
|
|
27
27
|
"Typing :: Typed"
|
|
28
28
|
]
|
|
29
29
|
packages = [
|
|
30
|
-
{ include = "
|
|
30
|
+
{ include = "speechify", from = "src"}
|
|
31
31
|
]
|
|
32
32
|
|
|
33
33
|
[project.urls]
|
|
@@ -41,7 +41,7 @@ class Speechify:
|
|
|
41
41
|
|
|
42
42
|
Examples
|
|
43
43
|
--------
|
|
44
|
-
from
|
|
44
|
+
from speechify import Speechify
|
|
45
45
|
|
|
46
46
|
client = Speechify(
|
|
47
47
|
token="YOUR_TOKEN",
|
|
@@ -106,7 +106,7 @@ class AsyncSpeechify:
|
|
|
106
106
|
|
|
107
107
|
Examples
|
|
108
108
|
--------
|
|
109
|
-
from
|
|
109
|
+
from speechify import AsyncSpeechify
|
|
110
110
|
|
|
111
111
|
client = AsyncSpeechify(
|
|
112
112
|
token="YOUR_TOKEN",
|
|
@@ -22,7 +22,7 @@ class BaseClientWrapper:
|
|
|
22
22
|
headers: typing.Dict[str, str] = {
|
|
23
23
|
"X-Fern-Language": "Python",
|
|
24
24
|
"X-Fern-SDK-Name": "speechify-api",
|
|
25
|
-
"X-Fern-SDK-Version": "0.0.
|
|
25
|
+
"X-Fern-SDK-Version": "0.0.147",
|
|
26
26
|
}
|
|
27
27
|
headers["Authorization"] = f"Bearer {self._get_token()}"
|
|
28
28
|
return headers
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/client.py
RENAMED
|
@@ -78,7 +78,7 @@ class AudioClient:
|
|
|
78
78
|
|
|
79
79
|
Examples
|
|
80
80
|
--------
|
|
81
|
-
from
|
|
81
|
+
from speechify import Speechify
|
|
82
82
|
|
|
83
83
|
client = Speechify(
|
|
84
84
|
token="YOUR_TOKEN",
|
|
@@ -336,7 +336,7 @@ class AsyncAudioClient:
|
|
|
336
336
|
--------
|
|
337
337
|
import asyncio
|
|
338
338
|
|
|
339
|
-
from
|
|
339
|
+
from speechify import AsyncSpeechify
|
|
340
340
|
|
|
341
341
|
client = AsyncSpeechify(
|
|
342
342
|
token="YOUR_TOKEN",
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/client.py
RENAMED
|
@@ -44,7 +44,7 @@ class AuthClient:
|
|
|
44
44
|
|
|
45
45
|
Examples
|
|
46
46
|
--------
|
|
47
|
-
from
|
|
47
|
+
from speechify import Speechify
|
|
48
48
|
|
|
49
49
|
client = Speechify(
|
|
50
50
|
token="YOUR_TOKEN",
|
|
@@ -120,7 +120,7 @@ class AsyncAuthClient:
|
|
|
120
120
|
--------
|
|
121
121
|
import asyncio
|
|
122
122
|
|
|
123
|
-
from
|
|
123
|
+
from speechify import AsyncSpeechify
|
|
124
124
|
|
|
125
125
|
client = AsyncSpeechify(
|
|
126
126
|
token="YOUR_TOKEN",
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/voices/client.py
RENAMED
|
@@ -41,7 +41,7 @@ class VoicesClient:
|
|
|
41
41
|
|
|
42
42
|
Examples
|
|
43
43
|
--------
|
|
44
|
-
from
|
|
44
|
+
from speechify import Speechify
|
|
45
45
|
|
|
46
46
|
client = Speechify(
|
|
47
47
|
token="YOUR_TOKEN",
|
|
@@ -136,7 +136,7 @@ class VoicesClient:
|
|
|
136
136
|
|
|
137
137
|
Examples
|
|
138
138
|
--------
|
|
139
|
-
from
|
|
139
|
+
from speechify import Speechify
|
|
140
140
|
|
|
141
141
|
client = Speechify(
|
|
142
142
|
token="YOUR_TOKEN",
|
|
@@ -225,7 +225,7 @@ class VoicesClient:
|
|
|
225
225
|
|
|
226
226
|
Examples
|
|
227
227
|
--------
|
|
228
|
-
from
|
|
228
|
+
from speechify import Speechify
|
|
229
229
|
|
|
230
230
|
client = Speechify(
|
|
231
231
|
token="YOUR_TOKEN",
|
|
@@ -300,7 +300,7 @@ class AsyncVoicesClient:
|
|
|
300
300
|
--------
|
|
301
301
|
import asyncio
|
|
302
302
|
|
|
303
|
-
from
|
|
303
|
+
from speechify import AsyncSpeechify
|
|
304
304
|
|
|
305
305
|
client = AsyncSpeechify(
|
|
306
306
|
token="YOUR_TOKEN",
|
|
@@ -403,7 +403,7 @@ class AsyncVoicesClient:
|
|
|
403
403
|
--------
|
|
404
404
|
import asyncio
|
|
405
405
|
|
|
406
|
-
from
|
|
406
|
+
from speechify import AsyncSpeechify
|
|
407
407
|
|
|
408
408
|
client = AsyncSpeechify(
|
|
409
409
|
token="YOUR_TOKEN",
|
|
@@ -500,7 +500,7 @@ class AsyncVoicesClient:
|
|
|
500
500
|
--------
|
|
501
501
|
import asyncio
|
|
502
502
|
|
|
503
|
-
from
|
|
503
|
+
from speechify import AsyncSpeechify
|
|
504
504
|
|
|
505
505
|
client = AsyncSpeechify(
|
|
506
506
|
token="YOUR_TOKEN",
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/api/__init__.py
RENAMED
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/api/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/__init__.py
RENAMED
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/api_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/http_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/query_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/core/serialization.py
RENAMED
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/environment.py
RENAMED
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/__init__.py
RENAMED
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/audio/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/auth/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{speechify_api-0.0.145/src/speechifyinc → speechify_api-0.0.147/src/speechify}/tts/types/api_key.py
RENAMED
|
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
|