Metadata-Version: 2.4
Name: robotpy-installer
Version: 2025.1.1
Summary: Installation utility program for RobotPy
Project-URL: Source code, https://github.com/robotpy/robotpy-installer
Author-email: RobotPy Development Team <robotpy@googlegroups.com>
License: Copyright © 2011-2020 Dustin Spicuzza and contributors
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
License-File: LICENSE
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 :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.9
Requires-Dist: packaging>=23.2
Requires-Dist: paramiko
Requires-Dist: pip
Requires-Dist: pynetconsole~=2.0.2
Requires-Dist: robotpy-cli~=2024.0
Requires-Dist: tomli
Requires-Dist: tomlkit
Description-Content-Type: text/x-rst

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