Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
(mostly) automated C++ wrapping for Python
- Host: GitHub
- URL: https://github.com/robotpy/robotpy-build
- Owner: robotpy
- License: bsd-3-clause
- Created: 2019-10-10T07:47:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T05:30:48.000Z (2 months ago)
- Last Synced: 2024-10-29T22:45:46.012Z (2 months ago)
- Topics: first-robotics-competition, pybind11, python, robotpy
- Language: Python
- Homepage:
- Size: 869 KB
- Stars: 37
- Watchers: 7
- Forks: 16
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Support: docs/support.rst
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 wrappersRequires 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.