pyorbbec 1.0.1.17__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.
@@ -1,32 +1,22 @@
1
- Metadata-Version: 2.4
2
- Name: pyorbbec
3
- Version: 1.0.1.17
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
+
@@ -62,7 +62,7 @@ elif current_platform == 'linux':
62
62
 
63
63
  setup(
64
64
  name="pyorbbec",
65
- version="1.0.1.17",
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.4
2
- Name: pyorbbec
3
- Version: 1.0.1.17
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