first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,78 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: evdev
|
||||
Version: 1.9.2
|
||||
Summary: Bindings to the Linux input handling subsystem
|
||||
Author-email: Georgi Valkov <georgi.t.valkov@gmail.com>
|
||||
Maintainer-email: Tobi <proxima@sezanzeb.de>
|
||||
License: Copyright (c) 2012-2025 Georgi Valkov. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
|
||||
3. Neither the name of author nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
Project-URL: Homepage, https://github.com/gvalkov/python-evdev
|
||||
Keywords: evdev,input,uinput
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Requires-Python: >=3.8
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Dynamic: license-file
|
||||
|
||||
# evdev
|
||||
|
||||
<p>
|
||||
<a href="https://pypi.python.org/pypi/evdev"><img alt="pypi version" src="https://img.shields.io/pypi/v/evdev.svg"></a>
|
||||
<a href="https://github.com/gvalkov/python-evdev/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/pypi/l/evdev"></a>
|
||||
<a href="https://repology.org/project/python:evdev/versions"><img alt="Packaging status" src="https://repology.org/badge/tiny-repos/python:evdev.svg"></a>
|
||||
</p>
|
||||
|
||||
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:***
|
||||
https://python-evdev.readthedocs.io/en/latest/
|
||||
|
||||
***Development:***
|
||||
https://github.com/gvalkov/python-evdev
|
||||
|
||||
***Package:***
|
||||
https://pypi.python.org/pypi/evdev
|
||||
|
||||
***Changelog:***
|
||||
https://python-evdev.readthedocs.io/en/latest/changelog.html
|
||||
@@ -0,0 +1,39 @@
|
||||
evdev-1.9.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
evdev-1.9.2.dist-info/METADATA,sha256=SFlJ2PoLjy17pdWwoYfIG4NuNvjRVyuSDDa1jeOpz8Y,3700
|
||||
evdev-1.9.2.dist-info/RECORD,,
|
||||
evdev-1.9.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
evdev-1.9.2.dist-info/WHEEL,sha256=0-G7woG4LgutcYzUGJCOYFgoh749-FtfhSMeIPLVGS0,104
|
||||
evdev-1.9.2.dist-info/licenses/LICENSE,sha256=1FVJYNZJYVDIjB_QLXlzEhqaV7lh6lj-NJ-_ito4FrI,1507
|
||||
evdev-1.9.2.dist-info/top_level.txt,sha256=tgRM-peDJTah3Is39Micsqkx31ek4FTHG4usyN23Xsk,6
|
||||
evdev/__init__.py,sha256=cu0Qu3CK4loreHKefFqudMmHQP-P-rkXSjrzjxHUCbw,1011
|
||||
evdev/__pycache__/__init__.cpython-310.pyc,,
|
||||
evdev/__pycache__/device.cpython-310.pyc,,
|
||||
evdev/__pycache__/ecodes.cpython-310.pyc,,
|
||||
evdev/__pycache__/ecodes_runtime.cpython-310.pyc,,
|
||||
evdev/__pycache__/eventio.cpython-310.pyc,,
|
||||
evdev/__pycache__/eventio_async.cpython-310.pyc,,
|
||||
evdev/__pycache__/events.cpython-310.pyc,,
|
||||
evdev/__pycache__/evtest.cpython-310.pyc,,
|
||||
evdev/__pycache__/ff.cpython-310.pyc,,
|
||||
evdev/__pycache__/genecodes_c.cpython-310.pyc,,
|
||||
evdev/__pycache__/genecodes_py.cpython-310.pyc,,
|
||||
evdev/__pycache__/uinput.cpython-310.pyc,,
|
||||
evdev/__pycache__/util.cpython-310.pyc,,
|
||||
evdev/_ecodes.cpython-310-x86_64-linux-gnu.so,sha256=8TJ9RZ-oCWC4gmroNOwIKwAO95DK77vgZiBWHOAvybE,86064
|
||||
evdev/_input.cpython-310-x86_64-linux-gnu.so,sha256=cPweEaP-F3A8Bg-GB0m1i13eHRcZy8YcpubsMaXyppE,50336
|
||||
evdev/_uinput.cpython-310-x86_64-linux-gnu.so,sha256=KSz0wkyM1yeCBdWCcdSY2z5sDm30mgdVlhNjmRk8qVg,38608
|
||||
evdev/device.py,sha256=8sKHGmZh3DF1lJpsIy0pF1R9L5qGzazFGretaysu1Os,12959
|
||||
evdev/ecodes.py,sha256=xMg9bIFcPFEgVBs7otCzO8WxRiRysqDmehH4TRCAR-I,97972
|
||||
evdev/ecodes_runtime.py,sha256=_QR3aSjX3pbwrk0f1dA-tXjiECKtV_uPpUtXpWP_cTI,2838
|
||||
evdev/eventio.py,sha256=4SnIINjPJadQChUEy_1lbTzuTORsydDC7zL2qkegTIY,4422
|
||||
evdev/eventio_async.py,sha256=B1qaEKYoiiop8YpG0AFf0lu2Im3CvW50dRPLug40xWA,3078
|
||||
evdev/events.py,sha256=_0vXzjv8yFtJR9drfwhmBZl9w4ZmfwQhgCo3WcrWi-Q,5905
|
||||
evdev/evtest.py,sha256=u0umJIV_HQUDlbBhLvXEKZ87UZqNIhk0XJRcm5VYIzg,5543
|
||||
evdev/ff.py,sha256=1B1VJ8TJ_CpJ01Qi4tUym1p8qZK_HKQSZvvhA8ROoJY,4961
|
||||
evdev/genecodes_c.py,sha256=_AhMK1iOQlkykOSzkbCbCJfZTk_dDU-jLsL_7FhYUqM,3618
|
||||
evdev/genecodes_py.py,sha256=-FuU-qy4-C_q7xkSwJICwMbCmAxyvezwSU4L2SRqwAs,1996
|
||||
evdev/input.c,sha256=omyOdIW51ZwmbcEGYO5_0viY93BX5AYaQ4PQS7s3z1E,16061
|
||||
evdev/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
evdev/uinput.c,sha256=9CkdJwL57R-qxaBS3T6vCJq9rC2KrRQK7BTHforK4XI,10188
|
||||
evdev/uinput.py,sha256=vJb5E0ThptDo6HeB0mc74zFXkh3_oW7a5amn-jhWo9U,13363
|
||||
evdev/util.py,sha256=WzgxwgjBuCE25n6UNPk91Bg2_j6weGUv1VO3vfyX8xU,4409
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (80.9.0)
|
||||
Root-Is-Purelib: false
|
||||
Tag: cp310-cp310-linux_x86_64
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
Copyright (c) 2012-2025 Georgi Valkov. All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in
|
||||
the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
|
||||
3. Neither the name of author nor the names of its contributors may
|
||||
be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
@@ -0,0 +1 @@
|
||||
evdev
|
||||
Reference in New Issue
Block a user