File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
robotpy-build
2
2
=============
3
3
4
- This is a build tool designed to meet the needs of RobotPy's various wrapper
5
- libraries build needs, chiefly around:
4
+ This is a build tool intended to be generally useful for any python project
5
+ that has binary dependencies. It is especially designed to meet the needs
6
+ of RobotPy's various wrapper libraries, chiefly around:
6
7
7
8
* Managing upstream binary dependencies
8
9
* Autogenerating pybind11 wrappers around those dependencies
9
10
* Building wheels from those generated wrappers
10
11
11
- robotpy-build is intended to be a generally useful build tool for any python
12
- project that has binary dependencies. If you find that isn't the case, please
13
- report a bug on github.
14
-
15
12
Requires Python 3.6+
16
13
17
14
Documentation
You can’t perform that action at this time.
0 commit comments