Metadata-Version: 2.1
Name: frccontrol
Version: 2024.21
Summary: Provides SciPy wrappers for easing development of state-space models for the FIRST Robotics Competition
Author-email: Tyler Veness <calcmogul@gmail.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/calcmogul/frccontrol
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy

frccontrol
##########

Provides SciPy wrappers for easing development of state-space models for
the FIRST Robotics Competition.

Dependencies
************

- `Python 3.5 or newer <https://www.python.org/downloads/>`_
- Matplotlib
- NumPy
- SciPy

Installation
************

On Windows, execute::

    py -m pip install frccontrol

On Linux/OSX, execute::

    pip install frccontrol
