Metadata-Version: 2.4
Name: robotpy
Version: 2026.2.2
Summary: Meta package to make installing robotpy easier
Home-page: https://github.com/robotpy/robotpy-meta
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10,<3.15
Description-Content-Type: text/markdown
Requires-Dist: robotpy-wpiutil==2026.2.2
Requires-Dist: robotpy-wpinet==2026.2.2
Requires-Dist: robotpy-wpimath==2026.2.2
Requires-Dist: pyntcore==2026.2.2
Requires-Dist: robotpy-hal==2026.2.2
Requires-Dist: wpilib==2026.2.2
Requires-Dist: robotpy-halsim-gui==2026.2.2; platform_machine != "roborio"
Requires-Dist: robotpy-wpilib-utilities<2027.0.0,>=2026.1.0
Requires-Dist: robotpy-installer<2027.0.0,>=2026.0.1; platform_machine != "roborio" and platform_machine != "armv7l"
Requires-Dist: pyfrc<2027.0.0,>=2026.0.2; platform_machine != "roborio" and platform_machine != "armv7l"
Requires-Dist: robotpy-cli<2027.0.0,>=2026.0.1
Provides-Extra: apriltag
Requires-Dist: robotpy-apriltag==2026.2.2; extra == "apriltag"
Requires-Dist: numpy<2.4.2,>=2.3.5; platform_machine == "roborio" and extra == "apriltag"
Provides-Extra: commands2
Requires-Dist: robotpy-commands-v2==2026.2.2; extra == "commands2"
Provides-Extra: cscore
Requires-Dist: robotpy-cscore==2026.2.2; extra == "cscore"
Requires-Dist: numpy<2.4.2,>=2.3.5; platform_machine == "roborio" and extra == "cscore"
Requires-Dist: robotpy-opencv; platform_machine == "roborio" and extra == "cscore"
Provides-Extra: romi
Requires-Dist: robotpy-romi==2026.2.2; platform_machine != "roborio" and extra == "romi"
Provides-Extra: sim
Requires-Dist: robotpy-halsim-ds-socket==2026.2.2; platform_machine != "roborio" and extra == "sim"
Requires-Dist: robotpy-halsim-ws==2026.2.2; platform_machine != "roborio" and extra == "sim"
Provides-Extra: xrp
Requires-Dist: robotpy-xrp==2026.2.2; platform_machine != "roborio" and extra == "xrp"
Provides-Extra: all
Requires-Dist: robotpy-wpiutil==2026.2.2; extra == "all"
Requires-Dist: robotpy-wpinet==2026.2.2; extra == "all"
Requires-Dist: robotpy-wpimath==2026.2.2; extra == "all"
Requires-Dist: pyntcore==2026.2.2; extra == "all"
Requires-Dist: robotpy-hal==2026.2.2; extra == "all"
Requires-Dist: wpilib==2026.2.2; extra == "all"
Requires-Dist: robotpy-halsim-gui==2026.2.2; platform_machine != "roborio" and extra == "all"
Requires-Dist: robotpy-wpilib-utilities<2027.0.0,>=2026.1.0; extra == "all"
Requires-Dist: robotpy-installer<2027.0.0,>=2026.0.1; (platform_machine != "roborio" and platform_machine != "armv7l") and extra == "all"
Requires-Dist: pyfrc<2027.0.0,>=2026.0.2; (platform_machine != "roborio" and platform_machine != "armv7l") and extra == "all"
Requires-Dist: robotpy-cli<2027.0.0,>=2026.0.1; extra == "all"
Requires-Dist: robotpy-apriltag==2026.2.2; extra == "all"
Requires-Dist: numpy<2.4.2,>=2.3.5; platform_machine == "roborio" and extra == "all"
Requires-Dist: robotpy-commands-v2==2026.2.2; extra == "all"
Requires-Dist: robotpy-cscore==2026.2.2; extra == "all"
Requires-Dist: robotpy-opencv; platform_machine == "roborio" and extra == "all"
Requires-Dist: robotpy-romi==2026.2.2; platform_machine != "roborio" and extra == "all"
Requires-Dist: robotpy-halsim-ds-socket==2026.2.2; platform_machine != "roborio" and extra == "all"
Requires-Dist: robotpy-halsim-ws==2026.2.2; platform_machine != "roborio" and extra == "all"
Requires-Dist: robotpy-xrp==2026.2.2; platform_machine != "roborio" and extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

RobotPy meta package
====================

Easy to remember desktop installation for RobotPy! For more information
about RobotPy, see the [documentation](https://robotpy.readthedocs.io).

The instructions below work on a normal computer. For RoboRIO instructions,
see [the documentatation](https://robotpy.readthedocs.io/en/stable/install/robot.html#install-robotpy).


Install core RobotPy components
-------------------------------

On Windows:

```
py -3 -m pip install -U robotpy
```

On Linux/OSX:

```
pip3 install -U robotpy
```
