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,17 @@
[project]
name = "pyzed"
version = "0.1.0"
description = "Wrapper for ZED SDK"
requires-python = ">=3.12"
dependencies = []
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["pyzed"]
[tool.setuptools.package-data]
pyzed = ["*.so", "*.pyi"]

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,8 @@
pyproject.toml
pyzed/__init__.py
pyzed/sl.cpython-312-x86_64-linux-gnu.so
pyzed/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

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