python workspace

This commit is contained in:
2026-02-04 15:42:08 +08:00
parent e7c5176229
commit a0ad369211
37 changed files with 47631 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
Metadata-Version: 2.4
Name: pyzed
Version: 0.1.0
Summary: Wrapper for ZED SDK
Requires-Python: >=3.12

View File

@ -0,0 +1,9 @@
__init__.py
pyproject.toml
sl.pyi
./__init__.py
./sl.pyi
pyzed.egg-info/PKG-INFO
pyzed.egg-info/SOURCES.txt
pyzed.egg-info/dependency_links.txt
pyzed.egg-info/top_level.txt

View File

@ -0,0 +1 @@
pyzed

File diff suppressed because it is too large Load Diff