murf 1.0.1__py3-none-any.whl → 1.0.2__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.
Potentially problematic release.
This version of murf might be problematic. Click here for more details.
murf/core/client_wrapper.py
CHANGED
|
@@ -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
|
|
@@ -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!",
|
|
@@ -5,7 +5,7 @@ murf/base_client.py,sha256=sKhRFLjh1g85yRlj2PMAfHnjI60WrZmMdO7CIusrjOY,5597
|
|
|
5
5
|
murf/client.py,sha256=yTZ56rACaAx6xdMTToRh6dm2woBFwfk35YeYc8jpLb4,4023
|
|
6
6
|
murf/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
|
|
7
7
|
murf/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
8
|
-
murf/core/client_wrapper.py,sha256=
|
|
8
|
+
murf/core/client_wrapper.py,sha256=BozDxXABTlCidBPTHjrXp6S80gzTvRkfCSH5MJospQY,1995
|
|
9
9
|
murf/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
|
|
10
10
|
murf/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
|
|
11
11
|
murf/core/http_client.py,sha256=siUQ6UV0ARZALlxubqWSSAAPC9B4VW8y6MGlHStfaeo,19552
|
|
@@ -38,7 +38,7 @@ murf/types/pronunciation_detail_type.py,sha256=ihRcpMJJBEZGo59TFZefg_tfl_LeU0wlO
|
|
|
38
38
|
murf/types/style_details.py,sha256=Gh2ev6dv5K0uZU1ZRViWfITpJ5r7LmQvwV3PcxF1RKE,799
|
|
39
39
|
murf/types/word_duration.py,sha256=RY29DhDLNnqg42Xt0vF0nq-qoLjXzCz_eWHbL5qvTjE,1253
|
|
40
40
|
murf/version.py,sha256=pVGisqquGqFs8v4SJPE2o540FaaDKHWfOikWf4-9KKk,71
|
|
41
|
-
murf-1.0.
|
|
42
|
-
murf-1.0.
|
|
43
|
-
murf-1.0.
|
|
44
|
-
murf-1.0.
|
|
41
|
+
murf-1.0.2.dist-info/LICENSE,sha256=SxRdfCVAmnkiSsVHJHhXmRX0yqidcRlBMjy-R2GZFdM,1066
|
|
42
|
+
murf-1.0.2.dist-info/METADATA,sha256=LYOnkJsBsmTsQJu1Eb7qCkmaLgCPyvhdVy41G603Vvo,4587
|
|
43
|
+
murf-1.0.2.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
44
|
+
murf-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|