Metadata-Version: 2.1
Name: ahk-binary
Version: 1.1.33.9
Summary: Convenience for getting AutoHotkey.exe for the ahk package
Home-page: https://github.com/spyoungtech/ahk-binary
Author: Spencer Young
Author-email: spencer.young@spyoung.com
License: GNU General Public License v2 (GPLv2)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
License-File: LICENSE
License-File: AutoHotkey_LICENSE

ahk-binary
==========

Packages the AutoHotkey binary as an installable Python package. Intended for use with the [`ahk` package](https://pypi.org/project/ahk/).

The license of AutoHotkey is included in the `AutoHotkey_LICENSE` file.

Installation:

Since this is used as an accessory to the `ahk` package, the recommended way to do this is to use the "extras" from ahk::

    $ pip install ahk[binary]

Alternatively, it can be installed directly::

    $ pip install ahk-binary



