clintermission


Nameclintermission JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/sebageek/clintermission
SummaryNon-fullscreen command-line selection menu
upload_time2023-08-22 21:50:10
maintainer
docs_urlNone
authorSebastian Lohff
requires_python>=3.7
licenseApache-2.0
keywords cli menu
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Clintermission - Python CLI Intermission Library
`clintermission` is a small Python library designed to quickly get a selection
of a single or multiple items from a user. The menu shown is explicitly not a
fullscreen menu so the user can use information in their console history to
make a selection.

The menu is implemented by using `prompt-toolkit`'s `Buffer` class.

Inspired by [go promptui](https://github.com/manifoldco/promptui).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sebageek/clintermission",
    "name": "clintermission",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "cli,menu",
    "author": "Sebastian Lohff",
    "author_email": "seba@someserver.de",
    "download_url": "https://files.pythonhosted.org/packages/13/37/2c18e69851efb80271c1c80ab769fca7833502355a12ca63bd5bdca11d71/clintermission-0.3.1.tar.gz",
    "platform": "any",
    "description": "# Clintermission - Python CLI Intermission Library\n`clintermission` is a small Python library designed to quickly get a selection\nof a single or multiple items from a user. The menu shown is explicitly not a\nfullscreen menu so the user can use information in their console history to\nmake a selection.\n\nThe menu is implemented by using `prompt-toolkit`'s `Buffer` class.\n\nInspired by [go promptui](https://github.com/manifoldco/promptui).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Non-fullscreen command-line selection menu",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/sebageek/clintermission"
    },
    "split_keywords": [
        "cli",
        "menu"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ea927dd90e5fa48d0435bd2385e03c3d9f8b5020020fc5d4a829808708d2917",
                "md5": "a62efdc12f14b016f8e0ec6b322b9485",
                "sha256": "b752a8338463e68ec817696b0e4b3efaf440e32a5392257aed0d182b4cd39615"
            },
            "downloads": -1,
            "filename": "clintermission-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a62efdc12f14b016f8e0ec6b322b9485",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10386,
            "upload_time": "2023-08-22T21:50:08",
            "upload_time_iso_8601": "2023-08-22T21:50:08.177556Z",
            "url": "https://files.pythonhosted.org/packages/6e/a9/27dd90e5fa48d0435bd2385e03c3d9f8b5020020fc5d4a829808708d2917/clintermission-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13372c18e69851efb80271c1c80ab769fca7833502355a12ca63bd5bdca11d71",
                "md5": "9e07f3a7462c30e071aa21cacc21ac4b",
                "sha256": "8b3d15bc8001518215c3ad086a5662979bc3ec2bc059ce737001de1c8f97352a"
            },
            "downloads": -1,
            "filename": "clintermission-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9e07f3a7462c30e071aa21cacc21ac4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9859,
            "upload_time": "2023-08-22T21:50:10",
            "upload_time_iso_8601": "2023-08-22T21:50:10.584157Z",
            "url": "https://files.pythonhosted.org/packages/13/37/2c18e69851efb80271c1c80ab769fca7833502355a12ca63bd5bdca11d71/clintermission-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 21:50:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sebageek",
    "github_project": "clintermission",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "clintermission"
}
        
Elapsed time: 0.11191s