Metadata-Version: 1.1
Name: evdev
Version: 0.1.0
Summary: bindings for the linux input handling subsystem
Home-page: https://github.com/gvalkov/python-evdev
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: New BSD License
Description: *evdev* 
        ----------------------------------------
        
        *evdev* 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/`. 
        
        *evdev* also comes with bindings to *uinput*, the userspace input
        subsystem. *Uinput* allows userspace programs to create and handle input
        devices from which they can inject events directly into the input subsystem.
        
        
        Documentation:
            +---------+-----------------------------------------+ 
            | devel   | http://gvalkov.github.com/python-evdev  |
            +---------+-----------------------------------------+ 
            | stable  | http://packages.python.org/evdev        |
            +---------+-----------------------------------------+ 
        
        Development:
            https://github.com/gvalkov/python-evdev
        
        PyPi:
            http://pypi.python.org/pypi/evdev
        
Keywords: evdev input uinput
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
