Metadata-Version: 2.4
Name: robotpy-build
Version: 2025.1.2
Summary: Build tool for RobotPy projects
Project-URL: Source code, https://github.com/robotpy/robotpy-build
Author-email: Dustin Spicuzza <robotpy@googlegroups.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
License-File: robotpy_build/pybind11/LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Requires-Dist: cxxheaderparser[pcpp]~=1.4.1
Requires-Dist: delocate; platform_system == 'Darwin'
Requires-Dist: distro; platform_system == 'Linux'
Requires-Dist: patch==1.*
Requires-Dist: pybind11-stubgen~=2.5.1
Requires-Dist: pydantic!=1.10.20,<2,>=1.7.0
Requires-Dist: pyyaml>=5.1
Requires-Dist: setuptools-scm<8,>=6.2
Requires-Dist: setuptools>=45
Requires-Dist: sphinxify>=0.7.3
Requires-Dist: tomli
Requires-Dist: tomli-w
Requires-Dist: toposort
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

> [!NOTE]
> robotpy-build is no longer being developed. It has been rewritten
> and has been renamed to [semiwrap](https://github.com/robotpy/semiwrap).

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.
