LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
pybind11/__init__.py
pybind11/__main__.py
pybind11/_version.py
pybind11/commands.py
pybind11/py.typed
pybind11/setup_helpers.py
pybind11.egg-info/PKG-INFO
pybind11.egg-info/SOURCES.txt
pybind11.egg-info/dependency_links.txt
pybind11.egg-info/entry_points.txt
pybind11.egg-info/not-zip-safe
pybind11.egg-info/requires.txt
pybind11.egg-info/top_level.txt
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/share/cmake/pybind11/FindPythonLibsNew.cmake
pybind11/share/cmake/pybind11/pybind11Common.cmake
pybind11/share/cmake/pybind11/pybind11Config.cmake
pybind11/share/cmake/pybind11/pybind11ConfigVersion.cmake
pybind11/share/cmake/pybind11/pybind11NewTools.cmake
pybind11/share/cmake/pybind11/pybind11Targets.cmake
pybind11/share/cmake/pybind11/pybind11Tools.cmake
pybind11/share/pkgconfig/pybind11.pc
tests/test_async.py
tests/test_buffers.py
tests/test_builtin_casters.py
tests/test_call_policies.py
tests/test_callbacks.py
tests/test_chrono.py
tests/test_class.py
tests/test_const_name.py
tests/test_constants_and_functions.py
tests/test_copy_move.py
tests/test_custom_type_casters.py
tests/test_custom_type_setup.py
tests/test_docstring_options.py
tests/test_eigen_matrix.py
tests/test_eigen_tensor.py
tests/test_enum.py
tests/test_eval.py
tests/test_eval_call.py
tests/test_exceptions.py
tests/test_factory_constructors.py
tests/test_gil_scoped.py
tests/test_iostream.py
tests/test_kwargs_and_defaults.py
tests/test_local_bindings.py
tests/test_methods_and_attributes.py
tests/test_modules.py
tests/test_multiple_inheritance.py
tests/test_numpy_array.py
tests/test_numpy_dtypes.py
tests/test_numpy_vectorize.py
tests/test_opaque_types.py
tests/test_operator_overloading.py
tests/test_pickling.py
tests/test_pytypes.py
tests/test_sequences_and_iterators.py
tests/test_smart_ptr.py
tests/test_stl.py
tests/test_stl_binders.py
tests/test_tagbased_polymorphic.py
tests/test_thread.py
tests/test_union.py
tests/test_virtual_functions.py