Metadata-Version: 2.4
Name: rpi-reactive-gpio
Version: 0.1.12
Summary: Syntax sugar for controlling RPi.GPIO with reactive design.
License: MIT
License-File: LICENSE
Keywords: raspberry-pi,gpio,reactive,rxpy,rx,rpi,rpi-gpio,RPi.GPIO
Author: MarkParker5
Author-email: markparker.it@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: raspi-gpio (>=0.1.0,<0.2.0)
Project-URL: Documentation, https://github.com/MarkParker5/rpi-reactive-gpio/blob/master/README.md
Project-URL: Homepage, https://pypi.org/project/rpi-reactive-gpio/
Project-URL: Repository, https://github.com/MarkParker5/rpi-reactive-gpio
Description-Content-Type: text/markdown

<!-- flagship → markparker.me -->
<a href="https://markparker.me" target="_blank">
  <picture>
    <source
      media="(prefers-color-scheme: dark)"
      srcset="https://markparker.me/banners/flagship-dark.webp"
    />
    <img
      alt="A Mark Parker project — see more at markparker.me"
      src="https://markparker.me/banners/flagship-light.webp"
    />
  </picture>
</a>

<!-- coffee -->
<a href="https://buymeacoffee.com/markparker5" target="_blank">
  <picture>
    <source
      media="(prefers-color-scheme: dark)"
      srcset="https://markparker.me/banners/coffee-dark.webp"
    />
    <img
      alt="Did this solve your problem? If it saved your time, you owe me a coffee"
      src="https://markparker.me/banners/coffee-light.webp"
    />
  </picture>
</a>

# rpi-reactive-gpio

Syntax sugar for controlling RPi.GPIO with reactive design. See [examples.py](https://github.com/MarkParker5/rpi-reactive-gpio/blob/master/examples.py).

