ahk-binary


Nameahk-binary JSON
Version 2023.9.0 PyPI version JSON
download
home_pagehttps://github.com/spyoungtech/ahk-binary
SummaryConvenience for getting AutoHotkey.exe for the ahk package
upload_time2023-09-20 23:34:37
maintainer
docs_urlNone
authorSpencer Young
requires_python
licenseGNU General Public License v2 (GPLv2)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spyoungtech/ahk-binary",
    "name": "ahk-binary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Spencer Young",
    "author_email": "spencer.young@spyoung.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/ef/1ef1a9c6dfd7ec2d4347989383f33deaf90d90e4db5859c0ce4a54d7890c/ahk-binary-2023.9.0.tar.gz",
    "platform": null,
    "description": "ahk-binary\n==========\n\nPackages the AutoHotkey binary as an installable Python package. Intended for use with the [`ahk` package](https://pypi.org/project/ahk/).\n\nThe license of AutoHotkey is included in the `AutoHotkey_LICENSE` file.\n\nInstallation:\n\nSince this is used as an accessory to the `ahk` package, the recommended way to do this is to use the \"extras\" from ahk::\n\n    $ pip install ahk[binary]\n\nAlternatively, it can be installed directly::\n\n    $ pip install ahk-binary\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v2 (GPLv2)",
    "summary": "Convenience for getting AutoHotkey.exe for the ahk package",
    "version": "2023.9.0",
    "project_urls": {
        "Homepage": "https://github.com/spyoungtech/ahk-binary"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b279255a88e9a35e0c6e839e1fda33b4016cdee7f9c5c757f23912d1bf5532f",
                "md5": "4bf6e28e372b14a37961401cf3e6d57d",
                "sha256": "7240821ac64930c8610e7aee04b43ca772bb0e65136f37aab9f54ac1475b8743"
            },
            "downloads": -1,
            "filename": "ahk_binary-2023.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bf6e28e372b14a37961401cf3e6d57d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1268137,
            "upload_time": "2023-09-20T23:34:35",
            "upload_time_iso_8601": "2023-09-20T23:34:35.406656Z",
            "url": "https://files.pythonhosted.org/packages/0b/27/9255a88e9a35e0c6e839e1fda33b4016cdee7f9c5c757f23912d1bf5532f/ahk_binary-2023.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfef1ef1a9c6dfd7ec2d4347989383f33deaf90d90e4db5859c0ce4a54d7890c",
                "md5": "be27e477d3b3b436991797d51d824708",
                "sha256": "87ea7fb27e09854fea33b13f0d363a56fb4ae2950bf7b2cca9f64f3d2f685f6d"
            },
            "downloads": -1,
            "filename": "ahk-binary-2023.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be27e477d3b3b436991797d51d824708",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1260112,
            "upload_time": "2023-09-20T23:34:37",
            "upload_time_iso_8601": "2023-09-20T23:34:37.355169Z",
            "url": "https://files.pythonhosted.org/packages/cf/ef/1ef1a9c6dfd7ec2d4347989383f33deaf90d90e4db5859c0ce4a54d7890c/ahk-binary-2023.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-20 23:34:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spyoungtech",
    "github_project": "ahk-binary",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ahk-binary"
}
        
Elapsed time: 0.32354s