Metadata-Version: 1.1
Name: pyzmo
Version: 0.2.0
Summary: tiny hotkey library based on python-evdev
Home-page: https://github.com/gvalkov/pyzmo
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: Pyzmo
        =====
        
        Pyzmo is a small hotkey library for Python **2.7+** based on
        python-evdev_. It can call arbitrary Python functions in response to
        key presses, key chords (simultaneously pressed keys) and key
        sequences (keys pressed in succession).
        
        Documentation:
            http://pyzmo.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/pyzmo
        
        Package:
            http://pypi.python.org/pypi/pyzmo
        
        .. _python-evdev:      https://github.com/gvalkov/python-evdev.git
        
Keywords: evdev hotkey
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: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
