pvleopard 2.0.4__tar.gz → 2.0.5__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.
- {pvleopard-2.0.4 → pvleopard-2.0.5}/PKG-INFO +3 -3
- {pvleopard-2.0.4 → pvleopard-2.0.5}/README.md +1 -1
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/PKG-INFO +3 -3
- {pvleopard-2.0.4 → pvleopard-2.0.5}/setup.py +2 -2
- {pvleopard-2.0.4 → pvleopard-2.0.5}/MANIFEST.in +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/LICENSE +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/__init__.py +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_factory.py +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_leopard.py +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_util.py +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/common/leopard_params.pv +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/linux/x86_64/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/mac/arm64/libpv_leopard.dylib +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/mac/x86_64/libpv_leopard.dylib +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/windows/amd64/libpv_leopard.dll +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/windows/arm64/libpv_leopard.dll +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/SOURCES.txt +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/dependency_links.txt +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/top_level.txt +0 -0
- {pvleopard-2.0.4 → pvleopard-2.0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvleopard
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.5
|
4
4
|
Summary: Leopard Speech-to-Text Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/leopard
|
6
6
|
Author: Picovoice
|
@@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
|
15
|
-
Requires-Python: >=3.
|
15
|
+
Requires-Python: >=3.9
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Leopard Binding for Python
|
@@ -34,7 +34,7 @@ Leopard is an on-device speech-to-text engine. Leopard is:
|
|
34
34
|
|
35
35
|
## Compatibility
|
36
36
|
|
37
|
-
- Python 3.
|
37
|
+
- Python 3.9+
|
38
38
|
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
|
39
39
|
|
40
40
|
## Installation
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pvleopard
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.5
|
4
4
|
Summary: Leopard Speech-to-Text Engine.
|
5
5
|
Home-page: https://github.com/Picovoice/leopard
|
6
6
|
Author: Picovoice
|
@@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
|
15
|
-
Requires-Python: >=3.
|
15
|
+
Requires-Python: >=3.9
|
16
16
|
Description-Content-Type: text/markdown
|
17
17
|
|
18
18
|
# Leopard Binding for Python
|
@@ -34,7 +34,7 @@ Leopard is an on-device speech-to-text engine. Leopard is:
|
|
34
34
|
|
35
35
|
## Compatibility
|
36
36
|
|
37
|
-
- Python 3.
|
37
|
+
- Python 3.9+
|
38
38
|
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
|
39
39
|
|
40
40
|
## Installation
|
@@ -48,7 +48,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md'), 'r') as f:
|
|
48
48
|
|
49
49
|
setuptools.setup(
|
50
50
|
name="pvleopard",
|
51
|
-
version="2.0.
|
51
|
+
version="2.0.5",
|
52
52
|
author="Picovoice",
|
53
53
|
author_email="hello@picovoice.ai",
|
54
54
|
description="Leopard Speech-to-Text Engine.",
|
@@ -65,6 +65,6 @@ setuptools.setup(
|
|
65
65
|
"Programming Language :: Python :: 3",
|
66
66
|
"Topic :: Multimedia :: Sound/Audio :: Speech"
|
67
67
|
],
|
68
|
-
python_requires='>=3.
|
68
|
+
python_requires='>=3.9',
|
69
69
|
keywords="Speech-to-Text, Speech Recognition, Voice Recognition, ASR, Automatic Speech Recognition",
|
70
70
|
)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
{pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
{pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|