pyHook-1.5.1-py2.7.egg-info 1.1 KB

123456789101112131415161718
  1. Metadata-Version: 1.0
  2. Name: pyHook
  3. Version: 1.5.1
  4. Summary: pyHook: Python wrapper for out-of-context input hooks in Windows
  5. Home-page: http://www.cs.unc.edu/~parente
  6. Author: Peter Parente
  7. Author-email: parente@cs.unc.edu
  8. License: http://www.opensource.org/licenses/mit-license.php
  9. Download-URL: http://www.sourceforge.net/projects/uncassist
  10. 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.
  11. Platform: Win32
  12. Classifier: Development Status :: 5 - Production/Stable
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: MIT License
  15. Classifier: Programming Language :: Python
  16. Classifier: Topic :: System :: Monitoring
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Operating System :: Microsoft :: Windows