Metadata-Version: 2.1
Name: streamdeck_uinput
Version: 0.1.1
Summary: Basic implementation of UInput for the Elgato Stream Deck
Author: Julian reyes Escrigas
Author-email: julian.reyes.escrigas@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: evdev (>=1.6.1,<2.0.0)
Description-Content-Type: text/markdown

# UInput Python 3.11
this is a simple implementation of the UInput API for Linux in Python 3.11 compatible with Wayland and X11.
for kernel 5.11 and above. you need to enable the `uinput` module with `sudo modprobe uinput`.

this implementation is compatible with the UInput class of the `python-uinput` package. is made while the
wayland support is fixed in the `python-uinput` package.# streamdeck_uinput

