Metadata-Version: 1.1
Name: pyqtkeybind
Version: 0.0.6
Summary: Global hotkey bindings for Windows and Linux for PyQt apps
Home-page: https://github.com/codito/pyqtkeybind
Author: Arun Mahapatra
Author-email: arun@codito.in
License: MIT
Description: 
        pyqtkeybind
        ===========
        
        version number: 0.0.6
        
        |Say thanks!|
        
        Overview
        --------
        
        Cross platform global keybindings for PyQt5
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
        ::
        
            $ pip install pyqtkeybind
        
        Or clone the repo:
        
        ::
        
            $ git clone https://github.com/codito/pyqtkeybind.git
            $ python setup.py install
        
        Example
        -------
        
        See https://github.com/codito/pyqtkeybind/blob/master/sample/hotkey.py
        
        Contributing
        ------------
        
        Pull requests are most welcome.
        
        .. |Say thanks!| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
           :target: https://saythanks.io/to/codito
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
