pvleopard 2.0.2__tar.gz → 2.0.3__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.2 → pvleopard-2.0.3}/MANIFEST.in +0 -1
  2. {pvleopard-2.0.2 → pvleopard-2.0.3}/PKG-INFO +5 -5
  3. {pvleopard-2.0.2 → pvleopard-2.0.3}/README.md +3 -3
  4. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/_util.py +1 -6
  5. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard.egg-info/PKG-INFO +5 -5
  6. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard.egg-info/SOURCES.txt +0 -1
  7. {pvleopard-2.0.2 → pvleopard-2.0.3}/setup.py +4 -4
  8. pvleopard-2.0.2/pvleopard/lib/jetson/cortex-a57-aarch64/libpv_leopard.so +0 -0
  9. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/LICENSE +0 -0
  10. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/__init__.py +0 -0
  11. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/_factory.py +0 -0
  12. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/_leopard.py +0 -0
  13. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/common/leopard_params.pv +0 -0
  14. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/linux/x86_64/libpv_leopard.so +0 -0
  15. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/mac/arm64/libpv_leopard.dylib +0 -0
  16. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/mac/x86_64/libpv_leopard.dylib +0 -0
  17. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a53/libpv_leopard.so +0 -0
  18. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a53-aarch64/libpv_leopard.so +0 -0
  19. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a72/libpv_leopard.so +0 -0
  20. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a72-aarch64/libpv_leopard.so +0 -0
  21. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a76/libpv_leopard.so +0 -0
  22. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/raspberry-pi/cortex-a76-aarch64/libpv_leopard.so +0 -0
  23. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard/lib/windows/amd64/libpv_leopard.dll +0 -0
  24. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard.egg-info/dependency_links.txt +0 -0
  25. {pvleopard-2.0.2 → pvleopard-2.0.3}/pvleopard.egg-info/top_level.txt +0 -0
  26. {pvleopard-2.0.2 → pvleopard-2.0.3}/setup.cfg +0 -0
@@ -7,5 +7,4 @@ include pvleopard/lib/common/leopard_params.pv
7
7
  recursive-include pvleopard/lib/linux *
8
8
  recursive-include pvleopard/lib/mac *
9
9
  recursive-include pvleopard/lib/windows *
10
- recursive-include pvleopard/lib/jetson *
11
10
  recursive-include pvleopard/lib/raspberry-pi *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pvleopard
3
- Version: 2.0.2
3
+ Version: 2.0.3
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.7
15
+ Requires-Python: >=3.8
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  # Leopard Binding for Python
@@ -30,12 +30,12 @@ Leopard is an on-device speech-to-text engine. Leopard is:
30
30
  - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
31
31
  - Android and iOS
32
32
  - Chrome, Safari, Firefox, and Edge
33
- - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
33
+ - Raspberry Pi (3, 4, 5)
34
34
 
35
35
  ## Compatibility
36
36
 
37
- - Python 3.7+
38
- - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (4, 3), and NVIDIA Jetson Nano.
37
+ - Python 3.8+
38
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
39
39
 
40
40
  ## Installation
41
41
 
@@ -13,12 +13,12 @@ Leopard is an on-device speech-to-text engine. Leopard is:
13
13
  - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
14
14
  - Android and iOS
15
15
  - Chrome, Safari, Firefox, and Edge
16
- - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
16
+ - Raspberry Pi (3, 4, 5)
17
17
 
18
18
  ## Compatibility
19
19
 
20
- - Python 3.7+
21
- - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (4, 3), and NVIDIA Jetson Nano.
20
+ - Python 3.8+
21
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
22
22
 
23
23
  ## Installation
24
24
 
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2022-2023 Picovoice Inc.
2
+ # Copyright 2022-2024 Picovoice Inc.
3
3
  #
4
4
  # You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5
5
  # file accompanying this source.
@@ -37,8 +37,6 @@ def _linux_machine():
37
37
 
38
38
  if '0xd03' == cpu_part:
39
39
  return 'cortex-a53' + arch_info
40
- elif '0xd07' == cpu_part:
41
- return 'cortex-a57' + arch_info
42
40
  elif '0xd08' == cpu_part:
43
41
  return 'cortex-a72' + arch_info
44
42
  elif "0xd0b" == cpu_part:
@@ -54,7 +52,6 @@ _RASPBERRY_PI_MACHINES = {
54
52
  "cortex-a53-aarch64",
55
53
  "cortex-a72-aarch64",
56
54
  "cortex-a76-aarch64"}
57
- _JETSON_MACHINES = {'cortex-a57-aarch64'}
58
55
 
59
56
 
60
57
  def default_library_path(relative):
@@ -67,8 +64,6 @@ def default_library_path(relative):
67
64
  linux_machine = _linux_machine()
68
65
  if linux_machine == 'x86_64':
69
66
  return os.path.join(os.path.dirname(__file__), relative, 'lib/linux/x86_64/libpv_leopard.so')
70
- elif linux_machine in _JETSON_MACHINES:
71
- return os.path.join(os.path.dirname(__file__), relative, 'lib/jetson/%s/libpv_leopard.so' % linux_machine)
72
67
  elif linux_machine in _RASPBERRY_PI_MACHINES:
73
68
  return os.path.join(
74
69
  os.path.dirname(__file__),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pvleopard
3
- Version: 2.0.2
3
+ Version: 2.0.3
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.7
15
+ Requires-Python: >=3.8
16
16
  Description-Content-Type: text/markdown
17
17
 
18
18
  # Leopard Binding for Python
@@ -30,12 +30,12 @@ Leopard is an on-device speech-to-text engine. Leopard is:
30
30
  - Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64)
31
31
  - Android and iOS
32
32
  - Chrome, Safari, Firefox, and Edge
33
- - Raspberry Pi (5, 4, 3) and NVIDIA Jetson Nano
33
+ - Raspberry Pi (3, 4, 5)
34
34
 
35
35
  ## Compatibility
36
36
 
37
- - Python 3.7+
38
- - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), Raspberry Pi (4, 3), and NVIDIA Jetson Nano.
37
+ - Python 3.8+
38
+ - Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).
39
39
 
40
40
  ## Installation
41
41
 
@@ -11,7 +11,6 @@ pvleopard.egg-info/SOURCES.txt
11
11
  pvleopard.egg-info/dependency_links.txt
12
12
  pvleopard.egg-info/top_level.txt
13
13
  pvleopard/lib/common/leopard_params.pv
14
- pvleopard/lib/jetson/cortex-a57-aarch64/libpv_leopard.so
15
14
  pvleopard/lib/linux/x86_64/libpv_leopard.so
16
15
  pvleopard/lib/mac/arm64/libpv_leopard.dylib
17
16
  pvleopard/lib/mac/x86_64/libpv_leopard.dylib
@@ -1,5 +1,5 @@
1
1
  #
2
- # Copyright 2022-2023 Picovoice Inc.
2
+ # Copyright 2022-2024 Picovoice Inc.
3
3
  #
4
4
  # You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5
5
  # file accompanying this source.
@@ -15,7 +15,7 @@ import shutil
15
15
  import setuptools
16
16
 
17
17
  INCLUDE_FILES = ('../../LICENSE', '__init__.py', '_factory.py', '_leopard.py', '_util.py')
18
- INCLUDE_LIBS = ('linux', 'mac', 'windows', 'jetson', 'raspberry-pi')
18
+ INCLUDE_LIBS = ('linux', 'mac', 'windows', 'raspberry-pi')
19
19
 
20
20
  os.system('git clean -dfx')
21
21
 
@@ -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.2",
51
+ version="2.0.3",
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.7',
68
+ python_requires='>=3.8',
69
69
  keywords="Speech-to-Text, Speech Recognition, Voice Recognition, ASR, Automatic Speech Recognition",
70
70
  )
File without changes
File without changes