From 6f3470f757cc5162d5f9115ea9e280e071c212fa Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 10 Aug 2020 16:10:45 -0400 Subject: [PATCH] Add robotpy-build to list of tools (#2359) --- docs/compiling.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/compiling.rst b/docs/compiling.rst index 07f93e7c..3935dda1 100644 --- a/docs/compiling.rst +++ b/docs/compiling.rst @@ -306,3 +306,10 @@ extensible, and applies to very complex C++ libraries, composed of thousands of classes or incorporating modern meta-programming constructs. .. [AutoWIG] https://github.com/StatisKit/AutoWIG + +[robotpy-build]_ is a is a pure python, cross platform build tool that aims to +simplify creation of python wheels for pybind11 projects, and provide +cross-project dependency management. Additionally, it is able to autogenerate +customizable pybind11-based wrappers by parsing C++ header files. + +.. [robotpy-build] https://robotpy-build.readthedocs.io