summaryrefslogtreecommitdiffstats
path: root/python/python-evdev/README
diff options
context:
space:
mode:
author Dugan Chen2015-06-22 13:36:24 +0200
committer Willy Sudiarto Raharjo2015-06-22 13:36:24 +0200
commit86cfef7f4e4bbffb487a4aa01bfe319483e54275 (patch)
tree2bb00c32def8352c89fd9c728e8152625f45fc52 /python/python-evdev/README
parentd0462d24c0c7fcc3ec4b27ee223889d6e4527738 (diff)
downloadslackbuilds-86cfef7f4e4bbffb487a4aa01bfe319483e54275.tar.gz
python/python-evdev: Added (Python input event library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-evdev/README')
-rw-r--r--python/python-evdev/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-evdev/README b/python/python-evdev/README
new file mode 100644
index 0000000000..280b1ebe67
--- /dev/null
+++ b/python/python-evdev/README
@@ -0,0 +1,3 @@
+python-evdev allows Python programs running in Linux to read and write input
+events. It provides bindings to both the generic input event interface (evdev)
+and the userspace input subsystem (Uinput).