Lightweight C++/Python binding framework for seamless interoperability
Tiny and efficient C++/Python bindings
nanobind$ nanobind create myproject$ nanobind compile --source module.cpp --output module.so$ nanobind generate --header myclass.h --output binding.cpp