Metadata-Version: 2.1
Name: robotpy-wpilib-utilities
Version: 2022.0.4
Summary: Useful utility functions/objects for RobotPy
Home-page: https://github.com/robotpy/robotpy-wpilib-utilities
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD-3-Clause
Platform: UNKNOWN
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

robotpy-wpilib-utilities
========================

.. image:: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg
    :target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy WPILib (2015+).

Documentation
-------------

* API Documentation can be found at http://robotpy-wpilib-utilities.readthedocs.io
* Example programs can be found at https://github.com/robotpy/examples

Contribution guidelines
-----------------------

This repository is intended to be a common place for high quality code to live
for "things that should be in WPILib, but aren't". The python implementation of
WPILib is intended to be very close to the implementations in the other languages,
which is where packages like this come in.

* Most anything will be accepted, but ideally full frameworks will be separate
  packages and don't belong here
* Ideally, contributions will have unit tests
* Ideally, contributions will not have external python dependencies other than
  WPILib -- though, this may change.
* Contributions will work (or at least, not break) on all supported RobotPy
  platforms (Windows/Linux/OSX, RoboRio)
* All pull requests will be tested using Travis-CI

Installation
------------

This library is automatically installed when you install pyfrc or RobotPy

License
-------

BSD License, similar to WPILib.

Authors
-------

- Dustin Spicuzza (dustin@virtualroadside.com)
- Tim Winters (twinters@wpi.edu)
- David Vo (@auscompgeek)
- Insert your name here!


