Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.85 KB

File metadata and controls

47 lines (29 loc) · 2.85 KB

Awesome Python Binding Generators for C++

Awesome

A curated list of resources for Python Binding Generators for C++.

Contents

Boost.Python

  • AutoWIG - Automatic wrapper and interface generator [github StatisKit/AutoWIG]
  • chimera - Utility for generating Boost.Python and pybind11 bindings from C/C++ code [github personalrobotics/chimera]

pybind11

  • Binder - Binder, tool for automatic generation of Python bindings [github RosettaCommons/binder]
  • cppwg - An automatic wrapper generator for C++ [github jmsgrogan/cppwg]
  • Py++ (deprecated) - Py++ for generating pybind11 code [github ISoirar/pypp11]

ETC

  • clif - Wrapper generator foundation to wrap C++ for Python and other languages using LLVM [github google/clif]
  • Cpp2Py - Reflection tools based on clang [github TRIQS/cpp2py]
  • cppyy - Python-C++ bindings interface based on Cling/LLVM [bitbucket]

Crystal

  • Bindgen - Binding and wrapper generator for C/C++ libraries [github Papierkorb/bindgen]

Contributions are very welcome. Please read the contribution guidelines first. Also, please feel free to report any error.

CC0