IcyVizi / robotpy-build

(mostly) automated C++ wrapping for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robotpy-build

This is a build tool designed to meet the needs of RobotPy's various wrapper libraries build needs, chiefly around:

  • Managing upstream binary dependencies
  • Autogenerating pybind11 wrappers around those dependencies
  • Building wheels from those generated wrappers

robotpy-build is intended to be a generally useful build tool for any python project that has binary dependencies. If you find that isn't the case, please report a bug on github.

Requires Python 3.6+

Documentation

Documentation can be found at https://robotpy-build.readthedocs.io/

Author

Dustin Spicuzza is the primary author of robotpy-build, but it is the culmination of many years of experimentation with automated wrapper generation by members of the RobotPy community.

robotpy-build is available under the BSD 3-clause license.

About

(mostly) automated C++ wrapping for Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 76.5%Language:C++ 11.6%Language:Jinja 10.4%Language:C 1.5%