pyorbbec 1.0.1.16__tar.gz → 1.0.1.18__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.
- {pyorbbec-1.0.1.16/src/pyorbbec.egg-info → pyorbbec-1.0.1.18}/PKG-INFO +22 -32
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/setup.cfg +4 -4
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/setup.py +3 -3
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18/src/pyorbbec.egg-info}/PKG-INFO +22 -32
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/LICENSE +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/MANIFEST.in +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/NOTICE +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/README.md +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/pyproject.toml +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/src/pyorbbec.egg-info/SOURCES.txt +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/src/pyorbbec.egg-info/dependency_links.txt +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/src/pyorbbec.egg-info/not-zip-safe +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/src/pyorbbec.egg-info/requires.txt +0 -0
- {pyorbbec-1.0.1.16 → pyorbbec-1.0.1.18}/src/pyorbbec.egg-info/top_level.txt +0 -0
@@ -1,32 +1,22 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name: pyorbbec
|
3
|
-
Version: 1.0.1.
|
4
|
-
Summary: Python interface to the Orbbec SDK.
|
5
|
-
Home-page: https://orbbec.com.cn/
|
6
|
-
Author: orbbec
|
7
|
-
Author-email: lijie@orbbec.com
|
8
|
-
License: Apache-2.0
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
-
Requires-Python: >=3.8
|
12
|
-
Description-Content-Type: text/markdown
|
13
|
-
License-File: LICENSE
|
14
|
-
License-File: NOTICE
|
15
|
-
Requires-Dist: pybind11==2.11.0
|
16
|
-
Requires-Dist: pybind11-global==2.11.0
|
17
|
-
Requires-Dist: opencv-python
|
18
|
-
Requires-Dist: wheel
|
19
|
-
Requires-Dist: numpy<2.0
|
20
|
-
Requires-Dist: av
|
21
|
-
Requires-Dist: pygame
|
22
|
-
Requires-Dist: pynput
|
23
|
-
Dynamic: author
|
24
|
-
Dynamic: author-email
|
25
|
-
Dynamic: classifier
|
26
|
-
Dynamic: description-content-type
|
27
|
-
Dynamic: home-page
|
28
|
-
Dynamic: license
|
29
|
-
Dynamic: license-file
|
30
|
-
Dynamic: requires-dist
|
31
|
-
Dynamic: requires-python
|
32
|
-
Dynamic: summary
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pyorbbec
|
3
|
+
Version: 1.0.1.18
|
4
|
+
Summary: Python interface to the Orbbec SDK.
|
5
|
+
Home-page: https://orbbec.com.cn/
|
6
|
+
Author: orbbec
|
7
|
+
Author-email: lijie@orbbec.com
|
8
|
+
License: Apache-2.0
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
+
Requires-Python: >=3.8
|
12
|
+
Description-Content-Type: text/markdown
|
13
|
+
License-File: LICENSE
|
14
|
+
License-File: NOTICE
|
15
|
+
Requires-Dist: pybind11==2.11.0
|
16
|
+
Requires-Dist: pybind11-global==2.11.0
|
17
|
+
Requires-Dist: opencv-python
|
18
|
+
Requires-Dist: wheel
|
19
|
+
Requires-Dist: numpy<2.0
|
20
|
+
Requires-Dist: av
|
21
|
+
Requires-Dist: pygame
|
22
|
+
Requires-Dist: pynput
|
@@ -1,4 +1,4 @@
|
|
1
|
-
[egg_info]
|
2
|
-
tag_build =
|
3
|
-
tag_date = 0
|
4
|
-
|
1
|
+
[egg_info]
|
2
|
+
tag_build =
|
3
|
+
tag_date = 0
|
4
|
+
|
@@ -40,7 +40,7 @@ def get_platform_tag():
|
|
40
40
|
if sys.maxsize > 2**32 and 'aarch64' in sys.version.lower():
|
41
41
|
return 'linux_aarch64'
|
42
42
|
else:
|
43
|
-
return '
|
43
|
+
return 'manylinux_2_17_x86_64'
|
44
44
|
else:
|
45
45
|
raise ValueError(f"Unsupported platform: {sys.platform}")
|
46
46
|
|
@@ -62,7 +62,7 @@ elif current_platform == 'linux':
|
|
62
62
|
|
63
63
|
setup(
|
64
64
|
name="pyorbbec",
|
65
|
-
version="1.0.1.
|
65
|
+
version="1.0.1.18",
|
66
66
|
description="Python interface to the Orbbec SDK.",
|
67
67
|
long_description_content_type="text/markdown",
|
68
68
|
author="orbbec",
|
@@ -88,4 +88,4 @@ setup(
|
|
88
88
|
|
89
89
|
package_data=package_data,
|
90
90
|
include_package_data=True,
|
91
|
-
)
|
91
|
+
)
|
@@ -1,32 +1,22 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name: pyorbbec
|
3
|
-
Version: 1.0.1.
|
4
|
-
Summary: Python interface to the Orbbec SDK.
|
5
|
-
Home-page: https://orbbec.com.cn/
|
6
|
-
Author: orbbec
|
7
|
-
Author-email: lijie@orbbec.com
|
8
|
-
License: Apache-2.0
|
9
|
-
Classifier: Programming Language :: Python :: 3
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
-
Requires-Python: >=3.8
|
12
|
-
Description-Content-Type: text/markdown
|
13
|
-
License-File: LICENSE
|
14
|
-
License-File: NOTICE
|
15
|
-
Requires-Dist: pybind11==2.11.0
|
16
|
-
Requires-Dist: pybind11-global==2.11.0
|
17
|
-
Requires-Dist: opencv-python
|
18
|
-
Requires-Dist: wheel
|
19
|
-
Requires-Dist: numpy<2.0
|
20
|
-
Requires-Dist: av
|
21
|
-
Requires-Dist: pygame
|
22
|
-
Requires-Dist: pynput
|
23
|
-
Dynamic: author
|
24
|
-
Dynamic: author-email
|
25
|
-
Dynamic: classifier
|
26
|
-
Dynamic: description-content-type
|
27
|
-
Dynamic: home-page
|
28
|
-
Dynamic: license
|
29
|
-
Dynamic: license-file
|
30
|
-
Dynamic: requires-dist
|
31
|
-
Dynamic: requires-python
|
32
|
-
Dynamic: summary
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: pyorbbec
|
3
|
+
Version: 1.0.1.18
|
4
|
+
Summary: Python interface to the Orbbec SDK.
|
5
|
+
Home-page: https://orbbec.com.cn/
|
6
|
+
Author: orbbec
|
7
|
+
Author-email: lijie@orbbec.com
|
8
|
+
License: Apache-2.0
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
11
|
+
Requires-Python: >=3.8
|
12
|
+
Description-Content-Type: text/markdown
|
13
|
+
License-File: LICENSE
|
14
|
+
License-File: NOTICE
|
15
|
+
Requires-Dist: pybind11==2.11.0
|
16
|
+
Requires-Dist: pybind11-global==2.11.0
|
17
|
+
Requires-Dist: opencv-python
|
18
|
+
Requires-Dist: wheel
|
19
|
+
Requires-Dist: numpy<2.0
|
20
|
+
Requires-Dist: av
|
21
|
+
Requires-Dist: pygame
|
22
|
+
Requires-Dist: pynput
|
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
|