echoprompt


Nameechoprompt JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/KraYmer/echoprompt
SummaryTerminal prompt endowed with persistent memory that echoes last choices
upload_time2023-10-18 05:58:08
maintainer
docs_urlNone
authorFabrice Laporte
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements InquirerPy Trapdoor
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # echoprompt

Terminal prompt endowed with persistent memory that echoes last choices made and
provide them as default.

## Note

`echoprompt` is a thin wrapper library that exploits the fact that 
[Trapdoor](https://github.com/claymcleod/trapdoor) and [InquirerPy](https://github.com/kazhala/InquirerPy) features combine beautifully.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/KraYmer/echoprompt",
    "name": "echoprompt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fabrice Laporte",
    "author_email": "kraymer@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/20/b0/8502b5e7227d9a144cbb64e52376f062c8fee55a04811fd5c083b6bc85e9/echoprompt-0.2.0.tar.gz",
    "platform": "ALL",
    "description": "# echoprompt\n\nTerminal prompt endowed with persistent memory that echoes last choices made and\nprovide them as default.\n\n## Note\n\n`echoprompt` is a thin wrapper library that exploits the fact that \n[Trapdoor](https://github.com/claymcleod/trapdoor) and [InquirerPy](https://github.com/kazhala/InquirerPy) features combine beautifully.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Terminal prompt endowed with persistent memory that echoes last choices",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/KraYmer/echoprompt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20b08502b5e7227d9a144cbb64e52376f062c8fee55a04811fd5c083b6bc85e9",
                "md5": "3309df03841f72ab2ffa3d22150e67ea",
                "sha256": "d86bdcd48278f9e47b8d2e3c75e684dea67df2704d972508b4f9de09c9dc97ab"
            },
            "downloads": -1,
            "filename": "echoprompt-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3309df03841f72ab2ffa3d22150e67ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3412,
            "upload_time": "2023-10-18T05:58:08",
            "upload_time_iso_8601": "2023-10-18T05:58:08.997926Z",
            "url": "https://files.pythonhosted.org/packages/20/b0/8502b5e7227d9a144cbb64e52376f062c8fee55a04811fd5c083b6bc85e9/echoprompt-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-18 05:58:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "KraYmer",
    "github_project": "echoprompt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "InquirerPy",
            "specs": [
                [
                    "==",
                    "0.3.4"
                ]
            ]
        },
        {
            "name": "Trapdoor",
            "specs": [
                [
                    "==",
                    "0.6.0"
                ]
            ]
        }
    ],
    "lcname": "echoprompt"
}
        
Elapsed time: 0.32759s