textual-key-recorder


Nametextual-key-recorder JSON
Version 0.1.4 PyPI version JSON
download
home_page
SummaryA tool to help record what key names are known to Textual
upload_time2023-11-09 12:02:05
maintainer
docs_urlNone
authorDave Pearson
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Textual Key Recorder

A tool to help record what keys result in what names in a Textual
application.

## Installation

This tool can be installed from PyPi; ideally using `pipx`:

```sh
$ pipx install textual-key-recorder
```

Once installed, you can run it as `tkrec`.

## Usage

This is mainly used for my own testing and exploring for now; but if you
find it interesting follow your nose; and if you're really interested drop
by the [Textualize help resources and have a chat with
us](https://textual.textualize.io/help/).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "textual-key-recorder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dave Pearson",
    "author_email": "dave@textualize.io",
    "download_url": "https://files.pythonhosted.org/packages/63/d1/decf74669795f640f3ece7c33d34070d17d0ad926323a4f15cfd00c89ef5/textual_key_recorder-0.1.4.tar.gz",
    "platform": null,
    "description": "# Textual Key Recorder\n\nA tool to help record what keys result in what names in a Textual\napplication.\n\n## Installation\n\nThis tool can be installed from PyPi; ideally using `pipx`:\n\n```sh\n$ pipx install textual-key-recorder\n```\n\nOnce installed, you can run it as `tkrec`.\n\n## Usage\n\nThis is mainly used for my own testing and exploring for now; but if you\nfind it interesting follow your nose; and if you're really interested drop\nby the [Textualize help resources and have a chat with\nus](https://textual.textualize.io/help/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool to help record what key names are known to Textual",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58b0da3c8edaecaf40aca0c95933beba053e88bfb1c970e8527254db6213bde5",
                "md5": "95561be8bb4c3ca8b0f1129e0a1d456e",
                "sha256": "e3b462d6deb014b4b5338bc8993eae8ea4fa62239b990eceef4a1465b06cfb18"
            },
            "downloads": -1,
            "filename": "textual_key_recorder-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95561be8bb4c3ca8b0f1129e0a1d456e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 15919,
            "upload_time": "2023-11-09T12:02:03",
            "upload_time_iso_8601": "2023-11-09T12:02:03.654775Z",
            "url": "https://files.pythonhosted.org/packages/58/b0/da3c8edaecaf40aca0c95933beba053e88bfb1c970e8527254db6213bde5/textual_key_recorder-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63d1decf74669795f640f3ece7c33d34070d17d0ad926323a4f15cfd00c89ef5",
                "md5": "4ebd26851b28c7e967e26a45731ed859",
                "sha256": "66278d3de594b2f7083727f8ad55d4b561ba801e058f15378ba13a9ce553b330"
            },
            "downloads": -1,
            "filename": "textual_key_recorder-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4ebd26851b28c7e967e26a45731ed859",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 10480,
            "upload_time": "2023-11-09T12:02:05",
            "upload_time_iso_8601": "2023-11-09T12:02:05.226755Z",
            "url": "https://files.pythonhosted.org/packages/63/d1/decf74669795f640f3ece7c33d34070d17d0ad926323a4f15cfd00c89ef5/textual_key_recorder-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-09 12:02:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "textual-key-recorder"
}
        
Elapsed time: 0.19475s