Welcome to libpy’s documentation!¶
libpy
is a library to help you write amazing Python extensions in C++.
libpy
makes it easy to expose C++ code to Python.
libpy
lets you automatically wrap functions and classes.
libpy
is designed for high performance and safety: libpy extension modules should be both faster and safer than using the C API directly.