Metadata-Version: 1.1
Name: mypyHook
Version: 1.5.2
Summary: A pyHook module from parlente for my personal use
Home-page: http://pyhook.sourceforge.net
Author: sillhouette
Author-email: donationcasper@gmail.com
License: http://www.opensource.org/licenses/mit-license.php
Download-URL: http://www.sourceforge.net/projects/pyhook
Description: The pyHook package provides callbacks for global mouse and keyboard events in Windows. Python applications register event handlers for user input events such as left mouse down, left mouse up, key down, etc. and set the keyboard and/or mouse hook. The underlying C library reports information like the time of the event, the name of the window in which the event occurred, the value of the event, any keyboard modifiers, etc. 
Platform: Win32
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
