Metadata-Version: 2.1
Name: robotpy-installer
Version: 2020.0.4
Summary: Installation utility program for RobotPy
Home-page: https://github.com/robotpy/robotpy-installer
Author: Dustin Spicuzza
Author-email: robotpy@googlegroups.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Requires-Dist: paramiko

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

The RobotPy installer can be used to:

* Install RobotPy on your RoboRIO
* Install python packages on your RoboRIO via pip
* Install binary packages from NI and distributed by the RobotPy project via opkg

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>`_


