File tree 4 files changed +28
-29
lines changed
4 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 1
- include README.rst
2
- include LICENSE
3
-
4
1
# The _ecodes extension module source file needs to be generated against the
5
2
# evdev headers of the running kernel. Refer to the 'build_ecodes' distutils
6
3
# command in setup.py.
7
- exclude evdev/ecodes.c
4
+ exclude evdev/ecodes.c
Original file line number Diff line number Diff line change
1
+ # * evdev*
2
+
3
+ This package provides bindings to the generic input event interface in
4
+ Linux. The * evdev* interface serves the purpose of passing events
5
+ generated in the kernel directly to userspace through character devices
6
+ that are typically located in ` /dev/input/ ` .
7
+
8
+ This package also comes with bindings to * uinput* , the userspace input
9
+ subsystem. * Uinput* allows userspace programs to create and handle input
10
+ devices that can inject events directly into the input subsystem.
11
+
12
+ Documentation:
13
+
14
+ : < http://python-evdev.readthedocs.io/en/latest/ >
15
+
16
+ Development:
17
+
18
+ : < https://github.com/gvalkov/python-evdev >
19
+
20
+ Package:
21
+
22
+ : < http://pypi.python.org/pypi/evdev >
23
+
24
+ Changelog:
25
+
26
+ : < http://python-evdev.readthedocs.io/en/latest/changelog.html >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "evdev"
7
7
version = " 1.6.1"
8
8
description = " Bindings to the Linux input handling subsystem"
9
9
keywords = [" evdev" , " input" , " uinput" ]
10
- readme = " README.rst "
10
+ readme = " README.md "
11
11
license = {file = " LICENSE" }
12
12
requires-python = " >=3.6"
13
13
authors = [
You can’t perform that action at this time.
0 commit comments