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.
Files changed (26) hide show
  1. {pvleopard-2.0.4 → pvleopard-2.0.5}/PKG-INFO +3 -3
  2. {pvleopard-2.0.4 → pvleopard-2.0.5}/README.md +1 -1
  3. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/PKG-INFO +3 -3
  4. {pvleopard-2.0.4 → pvleopard-2.0.5}/setup.py +2 -2
  5. {pvleopard-2.0.4 → pvleopard-2.0.5}/MANIFEST.in +0 -0
  6. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/LICENSE +0 -0
  7. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/__init__.py +0 -0
  8. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_factory.py +0 -0
  9. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_leopard.py +0 -0
  10. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/_util.py +0 -0
  11. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/common/leopard_params.pv +0 -0
  12. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/linux/x86_64/libpv_leopard.so +0 -0
  13. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/mac/arm64/libpv_leopard.dylib +0 -0
  14. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/mac/x86_64/libpv_leopard.dylib +0 -0
  15. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53/libpv_leopard.so +0 -0
  16. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so +0 -0
  17. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72/libpv_leopard.so +0 -0
  18. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so +0 -0
  19. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76/libpv_leopard.so +0 -0
  20. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so +0 -0
  21. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/windows/amd64/libpv_leopard.dll +0 -0
  22. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard/lib/windows/arm64/libpv_leopard.dll +0 -0
  23. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/SOURCES.txt +0 -0
  24. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/dependency_links.txt +0 -0
  25. {pvleopard-2.0.4 → pvleopard-2.0.5}/pvleopard.egg-info/top_level.txt +0 -0
  26. {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.4
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.8
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.8+
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
@@ -17,7 +17,7 @@ Leopard is an on-device speech-to-text engine. Leopard is:
17
17
 
18
18
  ## Compatibility
19
19
 
20
- - Python 3.8+
20
+ - Python 3.9+
21
21
  - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64, arm64), and Raspberry Pi (3, 4, 5).
22
22
 
23
23
  ## Installation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pvleopard
3
- Version: 2.0.4
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.8
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.8+
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.4",
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.8',
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