livekit-plugins-bithuman 1.0.16__py3-none-any.whl → 1.0.17__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.
- livekit/plugins/bithuman/version.py +1 -1
- {livekit_plugins_bithuman-1.0.16.dist-info → livekit_plugins_bithuman-1.0.17.dist-info}/METADATA +3 -3
- livekit_plugins_bithuman-1.0.17.dist-info/RECORD +7 -0
- livekit_plugins_bithuman-1.0.16.dist-info/RECORD +0 -7
- {livekit_plugins_bithuman-1.0.16.dist-info → livekit_plugins_bithuman-1.0.17.dist-info}/WHEEL +0 -0
{livekit_plugins_bithuman-1.0.16.dist-info → livekit_plugins_bithuman-1.0.17.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: livekit-plugins-bithuman
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.17
|
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/
|
@@ -12,13 +12,13 @@ Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Topic :: Multimedia :: Sound/Audio
|
18
17
|
Classifier: Topic :: Multimedia :: Video
|
19
18
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
20
19
|
Requires-Python: >=3.9.0
|
21
|
-
Requires-Dist:
|
20
|
+
Requires-Dist: bithuman>=0.5.5; python_version >= '3.10'
|
21
|
+
Requires-Dist: livekit-agents>=1.0.17
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
# LiveKit Plugins BitHuman Avatar Runtime
|
@@ -0,0 +1,7 @@
|
|
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=yYCZd9nE61IxxGkHeJMxtsJ-gJmvumanqqf_BZkXGoE,601
|
5
|
+
livekit_plugins_bithuman-1.0.17.dist-info/METADATA,sha256=qYl2-WJHP-fTvC0K_LPo72bRj5aa9ZoybHPrbTPlt_E,1137
|
6
|
+
livekit_plugins_bithuman-1.0.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
7
|
+
livekit_plugins_bithuman-1.0.17.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=vm6iuKFnc8oq8MHnI3sS4wFFPnUycLMN9k96tCy4HnA,601
|
5
|
-
livekit_plugins_bithuman-1.0.16.dist-info/METADATA,sha256=6OoBXjIUcuL7XzkXc5pN4hCKoEyaj89DtmH5HVdSv5g,1130
|
6
|
-
livekit_plugins_bithuman-1.0.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
7
|
-
livekit_plugins_bithuman-1.0.16.dist-info/RECORD,,
|
{livekit_plugins_bithuman-1.0.16.dist-info → livekit_plugins_bithuman-1.0.17.dist-info}/WHEEL
RENAMED
File without changes
|