videosdk-plugins-deepgram 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-deepgram might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-deepgram
3
- Version: 0.0.18
3
+ Version: 0.0.20
4
4
  Summary: VideoSDK Agent Framework plugin for Deepgram
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 Deepgram Plugin
18
+ # VideoSDK Deepgram Plugin
19
19
 
20
- Agent Framework plugin for stt services from Deepgram.
20
+ Agent Framework plugin for STT services from Deepgram.
21
21
 
22
22
  ## Installation
23
23
 
@@ -0,0 +1,9 @@
1
+ # VideoSDK Deepgram Plugin
2
+
3
+ Agent Framework plugin for STT services from Deepgram.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pip install videosdk-plugins-deepgram
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 Deepgram Plugin
2
-
3
- Agent Framework plugin for stt services from Deepgram.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- pip install videosdk-plugins-deepgram
9
- ```
@@ -1 +0,0 @@
1
- __version__ = "0.0.18"