videosdk-plugins-resemble 0.0.18__tar.gz → 0.0.20__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 videosdk-plugins-resemble might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-resemble
3
- Version: 0.0.18
3
+ Version: 0.0.20
4
4
  Summary: VideoSDK Agent Framework plugin for Resemble
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -12,12 +12,12 @@ Classifier: Topic :: Multimedia :: Sound/Audio
12
12
  Classifier: Topic :: Multimedia :: Video
13
13
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
14
  Requires-Python: >=3.11
15
- Requires-Dist: videosdk-agents>=0.0.18
15
+ Requires-Dist: videosdk-agents>=0.0.20
16
16
  Description-Content-Type: text/markdown
17
17
 
18
- VideoSDK Resemble Plugin
18
+ # VideoSDK Resemble Plugin
19
19
 
20
- Agent Framework plugin for tts services from Resemble.
20
+ Agent Framework plugin for TTS services from Resemble.
21
21
 
22
22
  ## Installation
23
23
 
@@ -0,0 +1,9 @@
1
+ # VideoSDK Resemble Plugin
2
+
3
+ Agent Framework plugin for TTS services from Resemble.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pip install videosdk-plugins-resemble
9
+ ```
@@ -21,7 +21,7 @@ classifiers = [
21
21
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
22
22
  ]
23
23
  dependencies = [
24
- "videosdk-agents>=0.0.18"
24
+ "videosdk-agents>=0.0.20"
25
25
  ]
26
26
 
27
27
  [tool.hatch.version]
@@ -0,0 +1 @@
1
+ __version__ = "0.0.20"
@@ -1,9 +0,0 @@
1
- VideoSDK Resemble Plugin
2
-
3
- Agent Framework plugin for tts services from Resemble.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- pip install videosdk-plugins-resemble
9
- ```
@@ -1 +0,0 @@
1
- __version__ = "0.0.18"