.clang-format
.gitignore
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
build.sh
pyproject.toml
setup.cfg
pybind11_weaver/__init__.py
pybind11_weaver/entity_tree.py
pybind11_weaver/gen_code.py
pybind11_weaver/gen_unit.py
pybind11_weaver/main.py
pybind11_weaver.egg-info/PKG-INFO
pybind11_weaver.egg-info/SOURCES.txt
pybind11_weaver.egg-info/dependency_links.txt
pybind11_weaver.egg-info/entry_points.txt
pybind11_weaver.egg-info/not-zip-safe
pybind11_weaver.egg-info/requires.txt
pybind11_weaver.egg-info/top_level.txt
pybind11_weaver/entity/__init__.py
pybind11_weaver/entity/entity_base.py
pybind11_weaver/entity/enum.py
pybind11_weaver/entity/funktion.py
pybind11_weaver/entity/klass.py
pybind11_weaver/entity/namespace.py
pybind11_weaver/include/pybind11_weaver/pybind11_weaver.h
pybind11_weaver/third_party/ccsyspath.py
pybind11_weaver/utils/fn.py
pybind11_weaver/utils/scope_list.py
sample/all_feature/binding.cc
sample/all_feature/cfg.yaml
sample/all_feature/generate.sh
sample/all_feature/sample.cc
sample/all_feature/sample.h
sample/all_feature/sample_binding.cc.inc
sample/config/all_with_doc.yaml
test/CMakeLists.txt
test/gen_unit_test.py
test/sample_test/CMakeLists.txt
test/sample_test/launch_module.py
test/sample_test/module.cpp