Metadata-Version: 2.4
Name: robotpy-wpilib-utilities
Version: 2026.1.1
Summary: Useful utility functions/objects for RobotPy
Project-URL: Source code, https://github.com/robotpy/robotpy-wpilib-utilities
Author-email: RobotPy Development Team <robotpy@googlegroups.com>
License: Copyright (c) 2014-2016, Dustin Spicuzza & Contributors
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        
        * Neither the name of robotpy-wpilib-utilities nor the names of its
          contributors may be used to endorse or promote products derived from
          this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Python: >=3.10
Requires-Dist: toposort
Requires-Dist: wpilib<2027,>=2026.1.1
Description-Content-Type: text/x-rst

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

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

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

* API Documentation can be found at https://robotpy.readthedocs.io/projects/utilities/en/stable/
* 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!
