{"id":13830656,"url":"https://github.com/robotpy/robotpy-crio","last_synced_at":"2025-10-18T18:22:50.857Z","repository":{"id":141823291,"uuid":"1416632","full_name":"robotpy/robotpy-crio","owner":"robotpy","description":"Obsolete. Python 3 port for cRIO for use in the FIRST Robotics Competition (FRC)","archived":false,"fork":false,"pushed_at":"2018-06-07T21:28:47.000Z","size":24604,"stargazers_count":43,"open_issues_count":1,"forks_count":16,"subscribers_count":14,"default_branch":"2014","last_synced_at":"2025-03-27T10:37:50.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://robotpy.github.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robotpy.png","metadata":{"files":{"readme":"README-Dist.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-02-27T01:26:14.000Z","updated_at":"2024-02-02T19:16:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b7ec014-3dea-4c5c-bdc2-e60ca7ebf57d","html_url":"https://github.com/robotpy/robotpy-crio","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Frobotpy-crio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Frobotpy-crio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Frobotpy-crio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotpy%2Frobotpy-crio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robotpy","download_url":"https://codeload.github.com/robotpy/robotpy-crio/tar.gz/refs/heads/2014","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248773834,"owners_count":21159519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T10:01:04.711Z","updated_at":"2025-10-18T18:22:45.838Z","avatar_url":"https://github.com/robotpy.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"﻿*************************************************\n  RobotPy: Python for FRC cRIO Robot Controller\n*************************************************\n\n:Author: Peter Johnson, FRC Team 294\n:Author: Dustin Spicuzza, FRC Team 2423/1418\n:Copyright: Copyright © 2010, Peter Johnson, Ross Light, Dustin Spicuzza\n\n\nAbout RobotPy\n===============\n\n`RobotPy`_ is a distribution of `Python`_ intended to be used for the `FIRST\nRobotics Competition`_.  Teams can use this to write their robot code in\nPython, a powerful dynamic programming language.\n\n.. _RobotPy: http://firstforge.wpi.edu/sf/projects/robotpy\n.. _Python: http://www.python.org/\n.. _FIRST Robotics Competition: http://www.usfirst.org/\n\nInstallation\n==============\n\nUnzip the release .zip to a temporary directory.\n\nThe preferred installation method is to run install.py.  This requires a local\n(Windows) installation of Python.\n\nAlternatively, you can use any FTP client (e.g. FileZilla) to install.  Connect\nto your robot's IP with an FTP client (e.g. ``ftp://10.XX.YY.2/``, where XXYY\nis your team number).  Copy all files and directories in the distribution's\n``robot`` directory to the root (top level) directory on the robot.\n\nGetting started\n===============\n\nThe wiki has some documentation on how to get started with RobotPy. \n\nhttp://firstforge.wpi.edu/sf/wiki/do/viewPage/projects.robotpy/wiki/HomePage\n\nDevelopment tools\n=================\n\nSee the utilities directory for useful development tools that may make\nyour RobotPy development experience easier. \n\nThe pyfrc python package is a recommended development package that provides\nunit testing and other capabilities for your robot code. \n\n\thttps://github.com/robotpy/pyfrc\n\n\nWPILib License\n================\nCopyright (c) 2009 FIRST\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n    * Redistributions of source code must retain the above copyright\n      notice, this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright\n      notice, this list of conditions and the following disclaimer in the\n      documentation and/or other materials provided with the distribution.\n    * Neither the name of the FIRST nor the\n      names of its contributors may be used to endorse or promote products\n      derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY FIRST AND CONTRIBUTORS``AS IS'' AND ANY\nEXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY NONINFRINGEMENT AND FITNESS FOR A PARTICULAR \nPURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FIRST OR CONTRIBUTORS BE LIABLE FOR \nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n.. vim: tw=80 et ts=3 sw=3 ft=rst fenc=utf-8\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotpy%2Frobotpy-crio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobotpy%2Frobotpy-crio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotpy%2Frobotpy-crio/lists"}