Metadata-Version: 2.1
Name: i75
Version: 0.4.1
Summary: A wrapper around Pimoroni's `interstate75` library which allows for running locally and easier testing.
Home-page: https://github.com/andrewjw/i75
Author: Andrew Wilkinson
Author-email: andrewjwilkinson@gmail.com
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: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycodestyle ==2.11.0
Requires-Dist: coveralls ==3.3.1
Requires-Dist: pygame ==2.5.1
Requires-Dist: python-semantic-release ==8.0.8
Requires-Dist: mypy ==1.5.1
Requires-Dist: wheel ==0.41.2
Requires-Dist: micropython-rp2-pico-stubs ==1.20.0.post2
Requires-Dist: adafruit-ampy ==1.1.0
Requires-Dist: twine ==4.0.2

# i75

[![Pipeline](https://github.com/andrewjw/i75/actions/workflows/build.yaml/badge.svg)](https://github.com/andrewjw/i75/actions/workflows/build.yaml)
[![PyPI version](https://badge.fury.io/py/i75.svg)](https://pypi.org/project/i75/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/i75)](https://pypi.org/project/i75/)
[![Coverage Status](https://coveralls.io/repos/github/andrewjw/i75/badge.svg?branch=main)](https://coveralls.io/github/andrewjw/i75?branch=main)
[![Documentation Status](https://readthedocs.org/projects/i75/badge/?version=latest)](https://i75.readthedocs.io/en/latest/?badge=latest)

A wrapper around Pimoroni's [interstate75](https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules_py/interstate75.md) library which allows for running locally and easier testing.
