Metadata-Version: 2.1
Name: robotpy-installer
Version: 2024.0.4
Summary: Installation utility program for RobotPy
Home-page: https://github.com/robotpy/robotpy-installer
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: packaging
Requires-Dist: paramiko
Requires-Dist: pynetconsole~=2.0.2
Requires-Dist: robotpy-cli~=2024.0
Requires-Dist: tomli

robotpy-installer
=================

The RobotPy installer can be used to:

* Install python on your RoboRIO
* Install python packages on your RoboRIO via pip
* Deploy RobotPy projects to a RoboRIO

It can install downloaded packages on your RoboRIO without requiring internet
access, which makes it usable in a competition (provided you downloaded the
necessary packages when you were connected to the internet).

For more information about installing and using the RobotPy installer, see 
`http://robotpy.readthedocs.io/en/stable/install/packages.html <http://robotpy.readthedocs.io/en/stable/install/packages.html>`_
