Metadata-Version: 1.1
Name: ahk-bin
Version: 0.0.5
Summary: A python package that bundled with workable AutoHotkey binary which could works for 'ahk' package 
Home-page: https://github.com/starofrainnight/ahk-bin
Author: Hong-She Liang
Author-email: starofrainnight@gmail.com
License: GNU General Public License v2 (GPLv2)
Description: =======
        ahk-bin
        =======
        
        .. image:: https://img.shields.io/pypi/v/ahk-bin.svg
            :target: https://pypi.python.org/pypi/ahk-bin
        
        .. image:: https://travis-ci.org/starofrainnight/ahk-bin.svg?branch=master
            :target: https://travis-ci.org/starofrainnight/ahk-bin
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/starofrainnight/ahk-bin?svg=true
            :target: https://ci.appveyor.com/project/starofrainnight/ahk-bin
        
        A python package that bundled with workable AutoHotkey binary which could works for 'ahk' package
        
        Usage
        --------
        
        ::
        
            import ahkbin
            from ahk import AHK
        
            # If your Scripts directory of python be placed in PATH, it should works
            # like a charm
            ahk = AHK()
        
            # Otherwise, you must specific the path which bundled in our package
            ahk = AHK(executable_path=ahkbin.get_executable())
        
        License
        ---------
        
        This package is licensed under GPLv2.
        
        The license of AutoHotkey binary are described in LICENSE_AHK.txt
        
        
        =======
        History
        =======
        
        0.0.5 (2021-02-08)
        ------------------
        
        * Upgrade binary to AutoHotkeyU32 1.1.33.02
        
        0.0.4 (2020-07-03)
        ------------------
        
        * Upgrade binary to AutoHotkeyU32 1.1.33
        
        
        0.0.3 (2020-05-30)
        ------------------
        
        * Placed the AutoHotkey.exe into Scripts directory of python, so it's easier to
          create the AHK object when Scripts directory in PATH.
        
          Thanks @spyoungtech `Spencer Phillip Young <https://github.com/spyoungtech>`_
        
        0.0.2 (2020-04-26)
        ------------------
        
        * First release on PyPI.
        
Keywords: ahkbin,ahk-bin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
