Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robotpy/robotpy-build

(mostly) automated C++ wrapping for Python
https://github.com/robotpy/robotpy-build

first-robotics-competition pybind11 python robotpy

Last synced: about 13 hours ago
JSON representation

(mostly) automated C++ wrapping for Python

Awesome Lists containing this project

README

        

robotpy-build
=============

This is a build tool intended to be generally useful for any python project
that has binary dependencies. It is especially designed to meet the needs
of RobotPy's various wrapper libraries, chiefly around:

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

Requires Python 3.8+

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.