livekit-plugins-bithuman 1.0.19__py3-none-any.whl → 1.0.21__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.
@@ -12,6 +12,10 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ """BitHuman plugin for LiveKit Agents
16
+
17
+ See https://docs.livekit.io/agents/integrations/avatar/bithuman/ for more information.
18
+ """
15
19
 
16
20
  from .avatar import AvatarSession, BitHumanException
17
21
  from .version import __version__
@@ -33,3 +37,12 @@ class BitHumanPlugin(Plugin):
33
37
 
34
38
 
35
39
  Plugin.register_plugin(BitHumanPlugin())
40
+
41
+ # Cleanup docs of unexported modules
42
+ _module = dir()
43
+ NOT_IN_ALL = [m for m in _module if m not in __all__]
44
+
45
+ __pdoc__ = {}
46
+
47
+ for n in NOT_IN_ALL:
48
+ __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.21"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-bithuman
3
- Version: 1.0.19
3
+ Version: 1.0.21
4
4
  Summary: Agent Framework plugin for services from BitHuman Avatar Rendering
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,9 +18,11 @@ Classifier: Topic :: Multimedia :: Video
18
18
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
19
19
  Requires-Python: >=3.9.0
20
20
  Requires-Dist: bithuman>=0.5.5
21
- Requires-Dist: livekit-agents>=1.0.19
21
+ Requires-Dist: livekit-agents>=1.0.21
22
22
  Description-Content-Type: text/markdown
23
23
 
24
- # LiveKit Plugins BitHuman Avatar Runtime
24
+ # BitHuman plugin for LiveKit Agents
25
25
 
26
- Agent Framework Plugin for avatars with [bitHuman](https://www.bithuman.ai/)'s local runtime SDK.
26
+ Support for avatars with [bitHuman](https://www.bithuman.ai/)'s local runtime SDK.
27
+
28
+ See https://docs.livekit.io/agents/integrations/avatar/bithuman/ for more information.
@@ -0,0 +1,7 @@
1
+ livekit/plugins/bithuman/__init__.py,sha256=yEz6LYNiykKKobr6e20vHipDN6Xzi61oRtnUoMZSDDw,1280
2
+ livekit/plugins/bithuman/avatar.py,sha256=XdvsIhKofmtDTJKe6Je2Yx67fzcbd1ikM2MTYvaztxs,5089
3
+ livekit/plugins/bithuman/log.py,sha256=1lFUaugLdHDmBqFuNz2Z70iMRyuOtQ9KkL5h3ney0So,71
4
+ livekit/plugins/bithuman/version.py,sha256=apacAmHflDwYb7v3DRhLwJpN3PoP1xuIUhiTjovxdy8,601
5
+ livekit_plugins_bithuman-1.0.21.dist-info/METADATA,sha256=9NQoL5ExUIApdGQDshODOBmIgg517AwqqkPgBcIIztc,1179
6
+ livekit_plugins_bithuman-1.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ livekit_plugins_bithuman-1.0.21.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- livekit/plugins/bithuman/__init__.py,sha256=DokxJEJVz4fcsIMKMvuW3IkR_OY5zPCiojtV0nGKfUM,981
2
- livekit/plugins/bithuman/avatar.py,sha256=XdvsIhKofmtDTJKe6Je2Yx67fzcbd1ikM2MTYvaztxs,5089
3
- livekit/plugins/bithuman/log.py,sha256=1lFUaugLdHDmBqFuNz2Z70iMRyuOtQ9KkL5h3ney0So,71
4
- livekit/plugins/bithuman/version.py,sha256=OO9HL8TqwT22PuHegCHp0-QWucNWI_J-f22ybzRNzso,601
5
- livekit_plugins_bithuman-1.0.19.dist-info/METADATA,sha256=Fk06rWk_lPPnJTv7Eh2ZLRDZ3uT-hZE4m9ziCvl5OP8,1111
6
- livekit_plugins_bithuman-1.0.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- livekit_plugins_bithuman-1.0.19.dist-info/RECORD,,