murf 1.0.1__tar.gz → 1.0.2__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 murf might be problematic. Click here for more details.
- {murf-1.0.1 → murf-1.0.2}/PKG-INFO +1 -3
- {murf-1.0.1 → murf-1.0.2}/README.md +0 -2
- {murf-1.0.1 → murf-1.0.2}/pyproject.toml +1 -1
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/client_wrapper.py +1 -1
- {murf-1.0.1 → murf-1.0.2}/LICENSE +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/auth/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/auth/client.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/base_client.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/client.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/api_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/datetime_utils.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/file.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/http_client.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/jsonable_encoder.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/pydantic_utilities.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/query_encoder.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/remove_none_from_dict.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/request_options.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/core/serialization.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/environment.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/bad_request_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/forbidden_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/internal_server_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/payment_required_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/service_unavailable_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/errors/unauthorized_error.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/py.typed +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/text_to_speech/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/text_to_speech/client.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/text_to_speech/types/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/text_to_speech/types/generate_speech_request_model_version.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/__init__.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/api_voice.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/api_voice_gender.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/auth_token_response.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/generate_speech_response.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/pronunciation_detail.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/pronunciation_detail_type.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/style_details.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/types/word_duration.py +0 -0
- {murf-1.0.1 → murf-1.0.2}/src/murf/version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: murf
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary:
|
|
5
5
|
Requires-Python: >=3.8,<4.0
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -52,7 +52,6 @@ client = Murf(
|
|
|
52
52
|
api_key="YOUR_API_KEY",
|
|
53
53
|
)
|
|
54
54
|
client.text_to_speech.generate(
|
|
55
|
-
channel_type="STEREO",
|
|
56
55
|
format="MP3",
|
|
57
56
|
sample_rate=44100.0,
|
|
58
57
|
text="Hello, world!",
|
|
@@ -76,7 +75,6 @@ client = AsyncMurf(
|
|
|
76
75
|
|
|
77
76
|
async def main() -> None:
|
|
78
77
|
await client.text_to_speech.generate(
|
|
79
|
-
channel_type="STEREO",
|
|
80
78
|
format="MP3",
|
|
81
79
|
sample_rate=44100.0,
|
|
82
80
|
text="Hello, world!",
|
|
@@ -26,7 +26,6 @@ client = Murf(
|
|
|
26
26
|
api_key="YOUR_API_KEY",
|
|
27
27
|
)
|
|
28
28
|
client.text_to_speech.generate(
|
|
29
|
-
channel_type="STEREO",
|
|
30
29
|
format="MP3",
|
|
31
30
|
sample_rate=44100.0,
|
|
32
31
|
text="Hello, world!",
|
|
@@ -50,7 +49,6 @@ client = AsyncMurf(
|
|
|
50
49
|
|
|
51
50
|
async def main() -> None:
|
|
52
51
|
await client.text_to_speech.generate(
|
|
53
|
-
channel_type="STEREO",
|
|
54
52
|
format="MP3",
|
|
55
53
|
sample_rate=44100.0,
|
|
56
54
|
text="Hello, world!",
|
|
@@ -16,7 +16,7 @@ class BaseClientWrapper:
|
|
|
16
16
|
headers: typing.Dict[str, str] = {
|
|
17
17
|
"X-Fern-Language": "Python",
|
|
18
18
|
"X-Fern-SDK-Name": "murf",
|
|
19
|
-
"X-Fern-SDK-Version": "1.0.
|
|
19
|
+
"X-Fern-SDK-Version": "1.0.2",
|
|
20
20
|
}
|
|
21
21
|
if self._api_key is not None:
|
|
22
22
|
headers["api-key"] = self._api_key
|
|
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
|
{murf-1.0.1 → murf-1.0.2}/src/murf/text_to_speech/types/generate_speech_request_model_version.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
|