LICENSE
MANIFEST.in
README.md
pyproject.toml
src/peakrdl_pybind11/__init__.py
src/peakrdl_pybind11/__peakrdl__.py
src/peakrdl_pybind11/_version.py
src/peakrdl_pybind11/exporter.py
src/peakrdl_pybind11/int_types.py
src/peakrdl_pybind11/py.typed
src/peakrdl_pybind11.egg-info/PKG-INFO
src/peakrdl_pybind11.egg-info/SOURCES.txt
src/peakrdl_pybind11.egg-info/dependency_links.txt
src/peakrdl_pybind11.egg-info/entry_points.txt
src/peakrdl_pybind11.egg-info/requires.txt
src/peakrdl_pybind11.egg-info/top_level.txt
src/peakrdl_pybind11/masters/__init__.py
src/peakrdl_pybind11/masters/base.py
src/peakrdl_pybind11/masters/callback.py
src/peakrdl_pybind11/masters/mock.py
src/peakrdl_pybind11/masters/openocd.py
src/peakrdl_pybind11/masters/ssh.py
src/peakrdl_pybind11/templates/CMakeLists.txt.jinja
src/peakrdl_pybind11/templates/bindings.cpp.jinja
src/peakrdl_pybind11/templates/bindings_chunk.cpp.jinja
src/peakrdl_pybind11/templates/bindings_main.cpp.jinja
src/peakrdl_pybind11/templates/descriptors.hpp.jinja
src/peakrdl_pybind11/templates/pyproject_module.toml.jinja
src/peakrdl_pybind11/templates/runtime.py.jinja
src/peakrdl_pybind11/templates/setup.py.jinja
src/peakrdl_pybind11/templates/stubs.pyi.jinja
tests/test_context_manager.py
tests/test_exporter.py
tests/test_int_types.py
tests/test_int_types_integration.py
tests/test_memory.py
tests/test_memory_integration.py
tests/test_repr.py
tests/test_repr_integration.py
tests/test_workflow.py