Metadata-Version: 2.4
Name: robotpy-rev-digit
Version: 1.0.0
Summary: A module for controlling the REV Digit Board from RobotPy.
Project-URL: Documentation, https://github.com/cwstryker/robotpy-rev-digit#readme
Project-URL: Issues, https://github.com/cwstryker/robotpy-rev-digit/issues
Project-URL: Source, https://github.com/cwstryker/robotpy-rev-digit
Author-email: Chadwick Stryker <chadwick@stryker5.org>
License-Expression: GPL-3.0-only
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: robotpy>=2024.1.1.3
Description-Content-Type: text/markdown

# RobotPy Rev Digit

[![RobotPy - 2024](https://img.shields.io/badge/RobotPy-2024-2ea44f)](https://github.com/robotpy)
[![python](https://img.shields.io/badge/Python-3.11-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

A RobotPy module for control of the REV Robotics Digit Board.
Ported from the Java repository: https://github.com/vampjaz/REVDigitBoard

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install robotpy-rev-digit
```

## License

`robotpy-rev-digit` is distributed under the terms of the [GPL-3.0-only](https://spdx.org/licenses/MIT.html) license.
