Metadata-Version: 2.4
Name: robotpy
Version: 2027.0.0a5.post1
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.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.11,<3.15
Description-Content-Type: text/markdown
Requires-Dist: robotpy-wpiutil==2027.0.0a5.post1
Requires-Dist: robotpy-wpilog==2027.0.0a5.post1
Requires-Dist: robotpy-wpinet==2027.0.0a5.post1
Requires-Dist: robotpy-wpimath==2027.0.0a5.post1
Requires-Dist: pyntcore==2027.0.0a5.post1
Requires-Dist: robotpy-hal==2027.0.0a5.post1
Requires-Dist: wpilib==2027.0.0a5.post1
Requires-Dist: robotpy-halsim-gui==2027.0.0a5.post1; platform_machine != "systemcore"
Requires-Dist: robotpy-wpilib-utilities<2028.0.0,>=2027.0.0a1
Requires-Dist: robotpy-installer<2028.0.0,>=2027.0.0a5; platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64"
Requires-Dist: robotpy-cli<2028.0.0,>=2024.0.0
Provides-Extra: apriltag
Requires-Dist: robotpy-apriltag==2027.0.0a5.post1; extra == "apriltag"
Requires-Dist: numpy; platform_machine == "systemcore" and extra == "apriltag"
Provides-Extra: commands2
Requires-Dist: robotpy-commands-v2==2027.0.0a5.post1; extra == "commands2"
Provides-Extra: romi
Requires-Dist: robotpy-romi==2027.0.0a5.post1; platform_machine != "systemcore" and extra == "romi"
Provides-Extra: sim
Requires-Dist: robotpy-halsim-ds-socket==2027.0.0a5; (platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64") and extra == "sim"
Requires-Dist: robotpy-halsim-ws==2027.0.0a5; (platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64") and extra == "sim"
Provides-Extra: xrp
Requires-Dist: robotpy-xrp==2027.0.0a5.post1; platform_machine != "systemcore" and extra == "xrp"
Provides-Extra: all
Requires-Dist: robotpy-wpiutil==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-wpilog==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-wpinet==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-wpimath==2027.0.0a5.post1; extra == "all"
Requires-Dist: pyntcore==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-hal==2027.0.0a5.post1; extra == "all"
Requires-Dist: wpilib==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-halsim-gui==2027.0.0a5.post1; platform_machine != "systemcore" and extra == "all"
Requires-Dist: robotpy-wpilib-utilities<2028.0.0,>=2027.0.0a1; extra == "all"
Requires-Dist: robotpy-installer<2028.0.0,>=2027.0.0a5; (platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64") and extra == "all"
Requires-Dist: robotpy-cli<2028.0.0,>=2024.0.0; extra == "all"
Requires-Dist: robotpy-apriltag==2027.0.0a5.post1; extra == "all"
Requires-Dist: numpy; platform_machine == "systemcore" and extra == "all"
Requires-Dist: robotpy-commands-v2==2027.0.0a5.post1; extra == "all"
Requires-Dist: robotpy-romi==2027.0.0a5.post1; platform_machine != "systemcore" and extra == "all"
Requires-Dist: robotpy-halsim-ds-socket==2027.0.0a5; (platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64") and extra == "all"
Requires-Dist: robotpy-halsim-ws==2027.0.0a5; (platform_machine != "systemcore" and platform_machine != "armv7l" and platform_machine != "aarch64") and extra == "all"
Requires-Dist: robotpy-xrp==2027.0.0a5.post1; platform_machine != "systemcore" 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
```
