livekit-plugins-hume 1.0.19__py3-none-any.whl → 1.0.20__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 livekit-plugins-hume might be problematic. Click here for more details.

@@ -12,6 +12,11 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ """Hume AI TTS plugin for LiveKit Agents
16
+
17
+ See https://docs.livekit.io/agents/integrations/tts/hume/ for more information.
18
+ """
19
+
15
20
  from __future__ import annotations
16
21
 
17
22
  __version__ = "1.0.0"
@@ -50,3 +55,12 @@ __pdoc__ = {}
50
55
 
51
56
  for n in NOT_IN_ALL:
52
57
  __pdoc__[n] = False
58
+
59
+ # Cleanup docs of unexported modules
60
+ _module = dir()
61
+ NOT_IN_ALL = [m for m in _module if m not in __all__]
62
+
63
+ __pdoc__ = {}
64
+
65
+ for n in NOT_IN_ALL:
66
+ __pdoc__[n] = False
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.0.19"
15
+ __version__ = "1.0.20"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-hume
3
- Version: 1.0.19
3
+ Version: 1.0.20
4
4
  Summary: Hume TTS plugin for LiveKit agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,12 +18,14 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
18
18
  Requires-Python: >=3.9.0
19
19
  Requires-Dist: aiohttp>=3.8.0
20
20
  Requires-Dist: hume>=0.8.3
21
- Requires-Dist: livekit-agents>=1.0.19
21
+ Requires-Dist: livekit-agents>=1.0.20
22
22
  Description-Content-Type: text/markdown
23
23
 
24
- # LiveKit Plugins Hume AI TTS
24
+ # Hume AI TTS plugin for LiveKit Agents
25
25
 
26
- LiveKit Agents Framework plugin for [Hume](https://www.hume.ai/) Text-to-Speech API.
26
+ Support for text-to-speech with [Hume](https://www.hume.ai/).
27
+
28
+ See [https://docs.livekit.io/agents/integrations/tts/hume/](https://docs.livekit.io/agents/integrations/tts/hume/) for more information.
27
29
 
28
30
  ## Installation
29
31
 
@@ -0,0 +1,9 @@
1
+ livekit/plugins/hume/__init__.py,sha256=uiMWP6s61RLTHIfjtXt1R70PmVgFFs3_Pc65soDI-Ts,1532
2
+ livekit/plugins/hume/log.py,sha256=TwpK1FOwgD6Jb0A2nl-9nIgi0q5qWo9HGDrDuV_2g0g,67
3
+ livekit/plugins/hume/models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ livekit/plugins/hume/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
5
+ livekit/plugins/hume/tts.py,sha256=JGUDNeVzPttrErCSP783bayByGBZraAHAZf23RgEz9A,11251
6
+ livekit/plugins/hume/version.py,sha256=6t7MV36KJ3wiFpfFAEf05CSNz-rw3TM7b0LJ8tWstFY,601
7
+ livekit_plugins_hume-1.0.20.dist-info/METADATA,sha256=Q6ibgrXPMrtPE8XWGBpJOTyjW881MKFk9uJsGTkRAoo,1383
8
+ livekit_plugins_hume-1.0.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ livekit_plugins_hume-1.0.20.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- livekit/plugins/hume/__init__.py,sha256=3pdWGwUA2DBleYqmHXrlicBv4QdBFlnMoNAQP8A5X-A,1236
2
- livekit/plugins/hume/log.py,sha256=TwpK1FOwgD6Jb0A2nl-9nIgi0q5qWo9HGDrDuV_2g0g,67
3
- livekit/plugins/hume/models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- livekit/plugins/hume/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
5
- livekit/plugins/hume/tts.py,sha256=JGUDNeVzPttrErCSP783bayByGBZraAHAZf23RgEz9A,11251
6
- livekit/plugins/hume/version.py,sha256=KWKI0i88RsDNfgXXfCYo8ZHeBTwbIaCLBliemupGV-g,601
7
- livekit_plugins_hume-1.0.19.dist-info/METADATA,sha256=Zub7XIe9XmmtnvOZajc7Q65QhB5J4A9zRJLFko2pWVE,1258
8
- livekit_plugins_hume-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- livekit_plugins_hume-1.0.19.dist-info/RECORD,,