Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 4cc6863

Browse files
committed
Remove the pure python implementation
1 parent ac58943 commit 4cc6863

File tree

254 files changed

+8
-36079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+8
-36079
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ __pycache__
33
*.egg-info
44
.venv
55
.coverage
6+
.vscode
67
htmlcov
78
*,cover
89
.cache

.gittrack

Lines changed: 0 additions & 6 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.
File renamed without changes.

README-dist.txt

Lines changed: 0 additions & 59 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
RobotPy WPILib
22
==============
33

4-
[![Build Status](https://travis-ci.org/robotpy/robotpy-wpilib.svg?branch=master)](https://travis-ci.org/robotpy/robotpy-wpilib)
5-
6-
This repository contains the source code for a 100% python implementation of WPILib,
4+
This repository contain a python implementation of wrappers for WPILib,
75
the library used to interface with hardware for the FIRST Robotics Competition.
86
Teams can use this library to write their robot code in Python, a powerful dynamic
97
programming language.
108

119
**Note**: RobotPy is a community project and is not officially supported by
12-
FIRST. Please see the [FAQ](http://robotpy.github.io/faq/) for more information.
10+
FIRST. Please see the [FAQ](https://robotpy.github.io/faq/) for more information.
1311

1412
Documentation
1513
=============
1614

17-
All RobotPy documentation can be found at http://robotpy.readthedocs.org
15+
All RobotPy documentation can be found at https://robotpy.readthedocs.io
1816

1917
Installation
2018
============
2119

22-
Installation instructions can be found in the [RobotPy documentation](http://robotpy.readthedocs.org/en/latest/getting_started.html)
23-
24-
Packages
25-
========
20+
Installation instructions can be found in the [RobotPy documentation](https://robotpy.readthedocs.io/en/latest/getting_started.html)
2621

27-
* `wpilib` - python implementation of WPILib
28-
* `hal-base` - Contains base functionality the wpilib package uses to interface with the HAL
29-
* `hal-roborio` - Functionality to allow hal-base to interface with the HAL C library via ctypes
30-
* `hal-sim` - All HAL functions write to a data structure that can be used for simulation and testing
3122

3223
License
3324
=======
@@ -37,14 +28,6 @@ See [LICENSE.txt](wpilib/LICENSE.txt)
3728
Contributors
3829
============
3930

40-
Peter Johnson ([@PeterJohnson](https://github.com/PeterJohnson), FRC Team 294) & Dustin Spicuzza (@[virtuald](https://github.com/virtuald),
41-
FRC Team 1418/2423) are the primary maintainers of RobotPy.
42-
43-
Christian Balcom ([@computer-whisperer](https://github.com/computer-whisperer), FRC Team 4819) has done a significant
44-
amount of work on the pure python port of WPILib, and various useful tooling.
45-
46-
Other contributors include:
47-
48-
* Sam Rosenblum ([@sarosenb](https://github.com/sarosenb), FRC Team 2423)
49-
50-
31+
RobotPy is a community project, and many people have contributed over the years
32+
to make it what it is today. RobotPy's history can be found on our
33+
[documentation site](https://robotpy.readthedocs.io/en/stable/faq.html#who-created-robotpy).
File renamed without changes.

devtools/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

devtools/_gitver.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

devtools/_windows_env.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

devtools/build_and_deploy.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

devtools/build_installer.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)