textual-keys


Nametextual-keys JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/davep/textual-keys
SummaryA tool to help see what keys a Textual app sees.
upload_time2023-01-30 07:59:49
maintainerDave Pearson
docs_urlNone
authorDave Pearson
requires_python>=3.8
licenseLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords terminal textual keys
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Textual Keys

A simple terminal-based tool that helps you discover what keys turn up in a
[Textual](https://textual.textualize.io/) application, as sent by your
terminal. It also helps you discover the names of the keys -- useful when
you want to create textual `Binding`s for them.

To install:

```sh
$ pipx install textual-keys
```

and then to run:

```sh
$ textual-keys
```

Note that <kbd>Ctrl</kbd>+<kbd>C</kbd> will quit the application so, of
course, that particular key combination will never be shown.

[//]: # (README.md ends here)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davep/textual-keys",
    "name": "textual-keys",
    "maintainer": "Dave Pearson",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "davep@davep.org",
    "keywords": "terminal textual keys",
    "author": "Dave Pearson",
    "author_email": "davep@davep.org",
    "download_url": "",
    "platform": null,
    "description": "# Textual Keys\n\nA simple terminal-based tool that helps you discover what keys turn up in a\n[Textual](https://textual.textualize.io/) application, as sent by your\nterminal. It also helps you discover the names of the keys -- useful when\nyou want to create textual `Binding`s for them.\n\nTo install:\n\n```sh\n$ pipx install textual-keys\n```\n\nand then to run:\n\n```sh\n$ textual-keys\n```\n\nNote that <kbd>Ctrl</kbd>+<kbd>C</kbd> will quit the application so, of\ncourse, that particular key combination will never be shown.\n\n[//]: # (README.md ends here)\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "A tool to help see what keys a Textual app sees.",
    "version": "1.3.0",
    "split_keywords": [
        "terminal",
        "textual",
        "keys"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c98e7c865bc77af5527697a076792276f6b34dfd444b00f3ebb0608b75c8921b",
                "md5": "95ba38beb9ae4ee8939fbf64e962ced5",
                "sha256": "350db20b813bbf3e0136356ee3a65c31ba1e8e88b9e2414230cbad72dd545034"
            },
            "downloads": -1,
            "filename": "textual_keys-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95ba38beb9ae4ee8939fbf64e962ced5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16351,
            "upload_time": "2023-01-30T07:59:49",
            "upload_time_iso_8601": "2023-01-30T07:59:49.001967Z",
            "url": "https://files.pythonhosted.org/packages/c9/8e/7c865bc77af5527697a076792276f6b34dfd444b00f3ebb0608b75c8921b/textual_keys-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-30 07:59:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "davep",
    "github_project": "textual-keys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textual-keys"
}
        
Elapsed time: 0.03360s