Python API to the Linux uinput-system
https://github.com/Jonatas-Goncalves/python-uinput
Uinput allows attaching user-space device drivers into the Linux kernel. Python-uinput provides a simple and easy to use API to the Linux uinput-system.
FIXED VERSION FOR Python 3.11
Edited python-uinput/src/__init__.py:
Removed= "_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("SO")))"
Added= "_libsuinput_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "_libsuinput" + sysconfig.get_config_var("EXT_SUFFIX")))"
-
2
derived packages
- Links to home:jayvdb:...:python:misc / python-uinput
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:MaxxedSUSE/python-uinput && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-uinput-0.11.2.tar.gz | 0000047514 46.4 KB | |
python-uinput.changes | 0000001552 1.52 KB | |
python-uinput.spec | 0000001789 1.75 KB |
Revision 7 (latest revision is 16)
Jonatas Gonçalves (MaxxedSUSE)
committed
(revision 7)
Comments 0