Metadata-Version: 1.1
Name: python-libinput
Version: 0.3.0a0
Summary: Object-oriented wrapper for libinput using ctypes
Home-page: https://github.com/OzymandiasTheGreat/python-libinput
Author: Tomas Ravinskas
Author-email: tomas.rav@gmail.com
License: MIT
Description: libinput
        --------
        
        This package provides a pure python wrapper for *libinput*, a library that
        handles input devices for display servers and other applications that need to
        directly deal with input devices.It provides device detection, device handling,
        input device event processing and abstraction.
        
        *libinput* does this by reading character files in ``/dev/input/``, so to use
        this package you need to run your code as root or to belong to ``input`` group.
        
        Documentation
        ~~~~~~~~~~~~~
        
        https://python-libinput.readthedocs.io/
        
        Development
        ~~~~~~~~~~~
        
        https://github.com/OzymandiasTheGreat/python-libinput
        
        Package
        ~~~~~~~
        
        https://pypi.org/project/python-libinput/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
