Metadata-Version: 2.4 Name: libevdev Version: 0.13.1 Summary: Python wrapper for libevdev Project-URL: Homepage, https://gitlab.freedesktop.org/libevdev/python-libevdev Project-URL: Documentation, https://python-libevdev.readthedocs.io/en/latest/ Project-URL: Repository, https://gitlab.freedesktop.org/libevdev/python-libevdev Author-email: Peter Hutterer License: MIT License-File: COPYING Keywords: evdev,input,libevdev,uinput Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Software Development Requires-Python: >=3.9 Requires-Dist: typing-extensions>=4.0; python_version < '3.11' Description-Content-Type: text/markdown python-libevdev - Python wrapper for libevdev ============================================= This project is a Python wrapper around libevdev, taking advantage of libevdev's advanced event handling. Documentation is available here: https://python-libevdev.readthedocs.io/en/latest/ libevdev makes it easy to * read and parse events from an input device * create a virtual input device and make it send events * duplicate an existing device and modify the event stream For information about libevdev see here: https://freedesktop.org/wiki/Software/libevdev/ Source code ----------- The source code of python-libevdev can be found at: https://gitlab.freedesktop.org/libevdev/python-libevdev License ------- python-libevdev is licensed under the MIT license. > Permission is hereby granted, free of charge, to any person obtaining a > copy of this software and associated documentation files (the "Software"), > to deal in the Software without restriction, including without limitation > the rights to use, copy, modify, merge, publish, distribute, sublicense, > and/or sell copies of the Software, and to permit persons to whom the > Software is furnished to do so, subject to the following conditions: [...] See the [COPYING](https://gitlab.freedesktop.org/libevdev/python-libevdev/blob/master/COPYING) file for the full license information.