curses-helper


Namecurses-helper JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/taitep/curses_helper
SummaryCurses helper stuff.
upload_time2023-10-23 13:53:25
maintainer
docs_urlNone
authortaitep
requires_python>=3.9,<4.0
licenseGPLv3
keywords curses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # curses_helper

Provides curses helper stuff.

## `@curses_app`
The `@curses_app` decorator can be used as a replacement for wrapper. It takes the following arguments:
- `echo`: Whether to enable echo mode in the terminal. Default=False
- `cbreak`: Whether to enable cbreak mode, allowing reading keyboard input without waiting for enter. Default=True
- `keypad`: Whether to enable curses keypad mode. default=False

## Types
curses_helper provides a types module, providing the following type hinting types:
- `Window`: The curses window type.

All types that cannot be handled at runtime are set to `Any` when the program is being run.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/taitep/curses_helper",
    "name": "curses-helper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "curses",
    "author": "taitep",
    "author_email": "arvid@h.se",
    "download_url": "https://files.pythonhosted.org/packages/eb/94/8257c9d34294cf790e87b0154f5206077a61e2eb00d4777d533b025cfbfa/curses_helper-0.3.1.tar.gz",
    "platform": null,
    "description": "# curses_helper\n\nProvides curses helper stuff.\n\n## `@curses_app`\nThe `@curses_app` decorator can be used as a replacement for wrapper. It takes the following arguments:\n- `echo`: Whether to enable echo mode in the terminal. Default=False\n- `cbreak`: Whether to enable cbreak mode, allowing reading keyboard input without waiting for enter. Default=True\n- `keypad`: Whether to enable curses keypad mode. default=False\n\n## Types\ncurses_helper provides a types module, providing the following type hinting types:\n- `Window`: The curses window type.\n\nAll types that cannot be handled at runtime are set to `Any` when the program is being run.",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Curses helper stuff.",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/taitep/curses_helper",
        "Repository": "https://github.com/taitep/curses_helper"
    },
    "split_keywords": [
        "curses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08455ed25a5826e5614d0c34730e1a6b6bc9ed13a5515d87452925d042bb658c",
                "md5": "d0abb01264e60086a95ab5849bfad7f9",
                "sha256": "74b5085f3ef5c824c9cce86f0c8afcf4fe8e1290feada6f526cd32fb50302de8"
            },
            "downloads": -1,
            "filename": "curses_helper-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0abb01264e60086a95ab5849bfad7f9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 26701,
            "upload_time": "2023-10-23T13:53:23",
            "upload_time_iso_8601": "2023-10-23T13:53:23.337509Z",
            "url": "https://files.pythonhosted.org/packages/08/45/5ed25a5826e5614d0c34730e1a6b6bc9ed13a5515d87452925d042bb658c/curses_helper-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb948257c9d34294cf790e87b0154f5206077a61e2eb00d4777d533b025cfbfa",
                "md5": "c35bad3c5e4e976228bd8c0d7765e137",
                "sha256": "3f7b80b078dfb6f89af2bfe62f55e776ba792e878a11321367f6efb0dcf29e40"
            },
            "downloads": -1,
            "filename": "curses_helper-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c35bad3c5e4e976228bd8c0d7765e137",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 13781,
            "upload_time": "2023-10-23T13:53:25",
            "upload_time_iso_8601": "2023-10-23T13:53:25.043729Z",
            "url": "https://files.pythonhosted.org/packages/eb/94/8257c9d34294cf790e87b0154f5206077a61e2eb00d4777d533b025cfbfa/curses_helper-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-23 13:53:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "taitep",
    "github_project": "curses_helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "curses-helper"
}
        
Elapsed time: 0.13644s