charbeljc / binder

Binder, tool for automatic generation of Python bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binder

Binder is a tool for automatic generation of Python bindings for C++11 projects using Pybind11 and Clang LibTooling libraries. That is, Binder, takes a C++ project and compiles it into objects and functions that are all usable within Python. Binder is different from prior tools in that it handles special features new in C++11.

Documentation Status

Reference documentation is provided at http://cppbinder.readthedocs.org/en/latest. A PDF version of the manual is available here.

About

Binder, tool for automatic generation of Python bindings

License:MIT License


Languages

Language:C++ 73.4%Language:CMake 20.6%Language:Python 4.5%Language:Shell 0.9%Language:Dockerfile 0.5%