pyactions


Namepyactions JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA simple python library for creating functions that can be called with keyboard shortcuts or hotkeys with decorators.
upload_time2023-09-27 21:37:09
maintainerhasansezertasan
docs_urlNone
authorhasansezertasan
requires_python>=3,<4
licenseMIT
keywords pyactions shortcut hotkey keybind automation key keyboard keybinding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
    <strong>pyactions</strong>
</h1>
<p align="center">
    <a href="https://github.com/hasansezertasan/pyactions" target="_blank">
        <img src="https://img.shields.io/github/last-commit/hasansezertasan/pyactions" alt="Latest Commit">
    </a>
        <img src="https://img.shields.io/github/workflow/status/hasansezertasan/pyactions/Test">
        <img src="https://img.shields.io/codecov/c/github/hasansezertasan/pyactions">
    <br />
    <a href="https://pypi.org/project/pyactions" target="_blank">
        <img src="https://img.shields.io/pypi/v/pyactions" alt="Package version">
    </a>
    <img src="https://img.shields.io/pypi/pyversions/pyactions">
    <img src="https://img.shields.io/github/license/hasansezertasan/pyactions">
</p>

## Installation

``` bash
pip install pyactions
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyactions",
    "maintainer": "hasansezertasan",
    "docs_url": null,
    "requires_python": ">=3,<4",
    "maintainer_email": "hasansezertasan@gmail.com",
    "keywords": "pyactions,shortcut,hotkey,keybind,automation,key,keyboard,keybinding",
    "author": "hasansezertasan",
    "author_email": "hasansezertasan@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "<h1 align=\"center\">\n    <strong>pyactions</strong>\n</h1>\n<p align=\"center\">\n    <a href=\"https://github.com/hasansezertasan/pyactions\" target=\"_blank\">\n        <img src=\"https://img.shields.io/github/last-commit/hasansezertasan/pyactions\" alt=\"Latest Commit\">\n    </a>\n        <img src=\"https://img.shields.io/github/workflow/status/hasansezertasan/pyactions/Test\">\n        <img src=\"https://img.shields.io/codecov/c/github/hasansezertasan/pyactions\">\n    <br />\n    <a href=\"https://pypi.org/project/pyactions\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/v/pyactions\" alt=\"Package version\">\n    </a>\n    <img src=\"https://img.shields.io/pypi/pyversions/pyactions\">\n    <img src=\"https://img.shields.io/github/license/hasansezertasan/pyactions\">\n</p>\n\n## Installation\n\n``` bash\npip install pyactions\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple python library for creating functions that can be called with keyboard shortcuts or hotkeys with decorators.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "pyactions",
        "shortcut",
        "hotkey",
        "keybind",
        "automation",
        "key",
        "keyboard",
        "keybinding"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c20d6478af7214e770e39b99d8c557671cd163f52968ae8f845491f77e399bd",
                "md5": "f689580b829604412d1b4bad9b23cc3c",
                "sha256": "97bd0ec3f9b6400deeed92ea63fc6f2e5020e6a38f06afa6fcb36ed9b91f3e9e"
            },
            "downloads": -1,
            "filename": "pyactions-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f689580b829604412d1b4bad9b23cc3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3,<4",
            "size": 2249,
            "upload_time": "2023-09-27T21:37:09",
            "upload_time_iso_8601": "2023-09-27T21:37:09.858767Z",
            "url": "https://files.pythonhosted.org/packages/8c/20/d6478af7214e770e39b99d8c557671cd163f52968ae8f845491f77e399bd/pyactions-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 21:37:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyactions"
}
        
Elapsed time: 0.11774s