Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 841 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 841 Bytes

This fork was intended to experiment porting evdev to run in Micropython.

Below is the original README:

evdev

This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem.

Documentation:
http:https://python-evdev.readthedocs.io/en/latest/
Development:
https://github.com/gvalkov/python-evdev
Package:
http:https://pypi.python.org/pypi/evdev
Changelog:
http:https://python-evdev.readthedocs.io/en/latest/changelog.html