python-evdev 1.5.0+dfsg-1 source package in Ubuntu
Changelog
python-evdev (1.5.0+dfsg-1) unstable; urgency=medium * New upstream release * Standards-Version 4.6.1, no change required. -- Stephen Kitt <email address hidden> Sat, 28 May 2022 13:53:11 +0200
Upload details
- Uploaded by:
- Stephen Kitt
- Uploaded to:
- Sid
- Original maintainer:
- Stephen Kitt
- Architectures:
- linux-any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-evdev_1.5.0+dfsg-1.dsc | 2.2 KiB | 962233d7c481ff3ec0cb081af8ad5a71f271fc275f1f784de1c7772712f5a167 |
python-evdev_1.5.0+dfsg.orig.tar.xz | 46.1 KiB | bdb430232175f7c706a630fa6726bfa6746ce0321e7538321c52c9ba54694361 |
python-evdev_1.5.0+dfsg-1.debian.tar.xz | 4.9 KiB | 8db16335b8d97cd21131678a9d01a0ff06593248cf376d323f2234509761e4ef |
Available diffs
No changes file available.
Binary packages built by this source
- python-evdev-doc: Python bindings for the Linux input subsystem (docs)
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.
.
This is the documentation package.
- python3-evdev: Python 3 bindings for the Linux input subsystem
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.
.
This package installs the library for Python 3.
- python3-evdev-dbgsym: debug symbols for python3-evdev