.gitignore
.gitmodules
CMakeLists.txt
LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
setup.py
PYB11Generator/PYB11ClassAttribute.py
PYB11Generator/PYB11Decorators.py
PYB11Generator/PYB11Publicist.py
PYB11Generator/PYB11STLmethods.py
PYB11Generator/PYB11Trampoline.py
PYB11Generator/PYB11attr.py
PYB11Generator/PYB11class.py
PYB11Generator/PYB11enum.py
PYB11Generator/PYB11function.py
PYB11Generator/PYB11property.py
PYB11Generator/PYB11utils.py
PYB11Generator/__init__.py
PYB11Generator.egg-info/PKG-INFO
PYB11Generator.egg-info/SOURCES.txt
PYB11Generator.egg-info/dependency_links.txt
PYB11Generator.egg-info/requires.txt
PYB11Generator.egg-info/top_level.txt
cmake/FindSphinx.cmake
cmake/PYB11Generator.cmake
cmake/add_sphinx_target.cmake
cmake/generate_cpp.py
cmake/moduleCheck.py
docs/.gitignore
docs/CMakeLists.txt
docs/Makefile
docs/PYB11decorators.rst
docs/PYB11functions.rst
docs/PYB11variables.rst
docs/classes.rst
docs/cmake.rst
docs/complications.rst
docs/conf.py
docs/enums.rst
docs/functions.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/memory.rst
docs/pybind11_objects.inv
docs/pybind11_objects.txt
docs/stl.rst
tests/cross_module/A.hh
tests/cross_module/A_PYB11.py
tests/cross_module/B.hh
tests/cross_module/B_PYB11.py
tests/cross_module/CMakeLists.txt
tests/inheritance/CMakeLists.txt
tests/inheritance/change_templates_PYB11.py
tests/inheritance/inherit_base_virtual_methods_PYB11.py
tests/inheritance/nontemplate_inherit_from_template_PYB11.py
tests/inject/CMakeLists.txt
tests/inject/inject_test_PYB11.py
tests/numpy/CMakeLists.txt
tests/numpy/my_array.hh
tests/numpy/test_np_array_PYB11.py
tests/protected/A.py
tests/protected/B.py
tests/protected/CMakeLists.txt
tests/protected/protected.hh
tests/protected/protected_PYB11.py