Metadata-Version: 1.1
Name: macpy
Version: 0.1.1rc1
Summary: Simple, cross-platform macros/GUI automation for python
Home-page: https://github.com/OzymandiasTheGreat/macpy
Author: Tomas Ravinskas
Author-email: tomas.rav@gmail.com
License: LGPLv3+
Description: macpy
        -----
        
        [mac]ro + [py]thon, pronounced like magpie.
        
        This package provides easy keyboard/pointer/window management macro creation
        and GUI automation for python versions 2.7 and 3.4+.
        Currently it works on Windows and Linux (both under X and with limited
        functionality under Wayland).
        Among it's features are:
        
        - Low level hooks for keyboard, pointer events
        - A hook for window creation, destruction and focus change
        - Support for registering hotkeys and hotstrings
        - Simulating keyboard/pointer events
        - Providing platform independent definition/mapping of keys/buttons
        - Listing open windows
        - Managing open windows
        - And more!
        
        .. Note::
        
           Window management functionality is not available under Wayland.
        
           More, keyboard and pointer functions require root access under Wayland.
        
        
        Documentation
        ~~~~~~~~~~~~~
        
        https://macpy.readthedocs.io/
        
        Development
        ~~~~~~~~~~~
        
        https://github.com/OzymandiasTheGreat/macpy
        
        Package
        ~~~~~~~
        
        https://pypi.org/project/macpy/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
