tersel


Nametersel JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA library for easily implementing selection prompts in the terminal
upload_time2024-05-31 12:13:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCC BY-NC-SA 4.0
keywords terminal cli selection
VCS
bugtrack_url
requirements colorama keyboard setuptools build
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tersel

Tersel stands for **Ter**minal **Sel**ector.

---
[tersel](https://github.com/thijnmens/tersel) © 2024 by [Thijn Smulders](https://https://github.com/thijnmens) is
licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tersel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "terminal, cli, selection",
    "author": null,
    "author_email": "Thijn Smulders <thijnsmulders04@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d8/60/5bca5774c51fd186bf314fea4622a569dc7748580b654f1741c4e9cc3dc9/tersel-0.0.3.tar.gz",
    "platform": null,
    "description": "# Tersel\n\nTersel stands for **Ter**minal **Sel**ector.\n\n---\n[tersel](https://github.com/thijnmens/tersel) \u00a9 2024 by [Thijn Smulders](https://https://github.com/thijnmens) is\nlicensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n",
    "bugtrack_url": null,
    "license": "CC BY-NC-SA 4.0",
    "summary": "A library for easily implementing selection prompts in the terminal",
    "version": "0.0.3",
    "project_urls": {
        "github": "https://github.com/thijnmens/tersel"
    },
    "split_keywords": [
        "terminal",
        " cli",
        " selection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "353ed304db4be8d8a4ff19a471bd438ae5042b5ab4412663c6d5c74f05b403f0",
                "md5": "5bb5210e935cf2c01df8de5fe37b6edf",
                "sha256": "1c87191945f29b25bce85f7d78cea7c481cb13b734b2862f68b3c01006512ab4"
            },
            "downloads": -1,
            "filename": "tersel-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5bb5210e935cf2c01df8de5fe37b6edf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10033,
            "upload_time": "2024-05-31T12:13:58",
            "upload_time_iso_8601": "2024-05-31T12:13:58.568647Z",
            "url": "https://files.pythonhosted.org/packages/35/3e/d304db4be8d8a4ff19a471bd438ae5042b5ab4412663c6d5c74f05b403f0/tersel-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8605bca5774c51fd186bf314fea4622a569dc7748580b654f1741c4e9cc3dc9",
                "md5": "9262db4a9aae64164e0f58008afafc39",
                "sha256": "2514bf89db591939a9ecff2e3ef852eeee9242a1ac7d93f5aed272105df9c5f9"
            },
            "downloads": -1,
            "filename": "tersel-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9262db4a9aae64164e0f58008afafc39",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9436,
            "upload_time": "2024-05-31T12:13:59",
            "upload_time_iso_8601": "2024-05-31T12:13:59.443339Z",
            "url": "https://files.pythonhosted.org/packages/d8/60/5bca5774c51fd186bf314fea4622a569dc7748580b654f1741c4e9cc3dc9/tersel-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 12:13:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thijnmens",
    "github_project": "tersel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "colorama",
            "specs": [
                [
                    "~=",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "keyboard",
            "specs": [
                [
                    "~=",
                    "0.13.5"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "~=",
                    "70.0.0"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "~=",
                    "1.2.1"
                ]
            ]
        }
    ],
    "lcname": "tersel"
}
        
Elapsed time: 0.63145s