python workspace
This commit is contained in:
BIN
py_workspace/libs/pyzed_pkg/build/lib/pyzed/sl.cpython-312-x86_64-linux-gnu.so
LFS
Executable file
BIN
py_workspace/libs/pyzed_pkg/build/lib/pyzed/sl.cpython-312-x86_64-linux-gnu.so
LFS
Executable file
Binary file not shown.
14672
py_workspace/libs/pyzed_pkg/build/lib/pyzed/sl.pyi
Normal file
14672
py_workspace/libs/pyzed_pkg/build/lib/pyzed/sl.pyi
Normal file
File diff suppressed because it is too large
Load Diff
17
py_workspace/libs/pyzed_pkg/pyproject.toml
Normal file
17
py_workspace/libs/pyzed_pkg/pyproject.toml
Normal 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"]
|
||||
|
||||
5
py_workspace/libs/pyzed_pkg/pyzed.egg-info/PKG-INFO
Normal file
5
py_workspace/libs/pyzed_pkg/pyzed.egg-info/PKG-INFO
Normal file
@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: pyzed
|
||||
Version: 0.1.0
|
||||
Summary: Wrapper for ZED SDK
|
||||
Requires-Python: >=3.12
|
||||
8
py_workspace/libs/pyzed_pkg/pyzed.egg-info/SOURCES.txt
Normal file
8
py_workspace/libs/pyzed_pkg/pyzed.egg-info/SOURCES.txt
Normal 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
|
||||
@ -0,0 +1 @@
|
||||
|
||||
1
py_workspace/libs/pyzed_pkg/pyzed.egg-info/top_level.txt
Normal file
1
py_workspace/libs/pyzed_pkg/pyzed.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
||||
pyzed
|
||||
0
py_workspace/libs/pyzed_pkg/pyzed/__init__.py
Normal file
0
py_workspace/libs/pyzed_pkg/pyzed/__init__.py
Normal file
Binary file not shown.
14672
py_workspace/libs/pyzed_pkg/pyzed/build/lib/pyzed/sl.pyi
Normal file
14672
py_workspace/libs/pyzed_pkg/pyzed/build/lib/pyzed/sl.pyi
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: pyzed
|
||||
Version: 0.1.0
|
||||
Summary: Wrapper for ZED SDK
|
||||
Requires-Python: >=3.12
|
||||
@ -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
|
||||
@ -0,0 +1 @@
|
||||
|
||||
@ -0,0 +1 @@
|
||||
pyzed
|
||||
BIN
py_workspace/libs/pyzed_pkg/pyzed/sl.cpython-312-x86_64-linux-gnu.so
LFS
Executable file
BIN
py_workspace/libs/pyzed_pkg/pyzed/sl.cpython-312-x86_64-linux-gnu.so
LFS
Executable file
Binary file not shown.
14672
py_workspace/libs/pyzed_pkg/pyzed/sl.pyi
Normal file
14672
py_workspace/libs/pyzed_pkg/pyzed/sl.pyi
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user