# binder **Repository Path**: mirrorgit/binder ## Basic Information - **Project Name**: binder - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-12 - **Last Updated**: 2024-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Binder **Binder** is a tool for automatic generation of Python bindings for C++11 projects using [Pybind11](https://github.com/pybind/pybind11) and [Clang LibTooling](http://clang.llvm.org/docs/LibTooling.html) 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](https://readthedocs.org/projects/cppbinder/badge/?version=latest)](http://cppbinder.readthedocs.org/en/latest/?badge=latest) ![](https://github.com/RosettaCommons/binder/workflows/build/badge.svg) Reference documentation is provided at [http://cppbinder.readthedocs.org/en/latest](http://cppbinder.readthedocs.org/en/latest). A PDF version of the manual is available [here](https://media.readthedocs.org/pdf/cppbinder/latest/cppbinder.pdf).