rich-toolkit


Namerich-toolkit JSON
Version 0.12.0 PyPI version JSON
download
home_pageNone
SummaryRich toolkit for building command-line applications
upload_time2024-12-05 12:23:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rich Toolkit

This is a very opinionated set of components for building CLI applications.
It is based on [Rich](https://github.com/Textualize/rich)

## Installation

```bash
pip install rich-toolkit
```

## Example usage

Rich toolkit comes with an `App` class, this is used to give a consistent
style to your CLI application, it can be used as a context manager, like so:

```python
TODO: new example
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rich-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d2/88/58c193e2e353b0ef8b4b9a91031bbcf8a9a3b431f5ebb4f55c3f3b1992e8/rich_toolkit-0.12.0.tar.gz",
    "platform": null,
    "description": "# Rich Toolkit\n\nThis is a very opinionated set of components for building CLI applications.\nIt is based on [Rich](https://github.com/Textualize/rich)\n\n## Installation\n\n```bash\npip install rich-toolkit\n```\n\n## Example usage\n\nRich toolkit comes with an `App` class, this is used to give a consistent\nstyle to your CLI application, it can be used as a context manager, like so:\n\n```python\nTODO: new example\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Rich toolkit for building command-line applications",
    "version": "0.12.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac3c3b66696fc8a6c980674851108d7d57fbcbfedbefb3d8b61a64166dc9b18e",
                "md5": "dce1baa742a3f1f1f6ef969b022262b1",
                "sha256": "a2da4416384410ae871e890db7edf8623e1f5e983341dbbc8cc03603ce24f0ab"
            },
            "downloads": -1,
            "filename": "rich_toolkit-0.12.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dce1baa742a3f1f1f6ef969b022262b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13012,
            "upload_time": "2024-12-05T12:23:14",
            "upload_time_iso_8601": "2024-12-05T12:23:14.033329Z",
            "url": "https://files.pythonhosted.org/packages/ac/3c/3b66696fc8a6c980674851108d7d57fbcbfedbefb3d8b61a64166dc9b18e/rich_toolkit-0.12.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d28858c193e2e353b0ef8b4b9a91031bbcf8a9a3b431f5ebb4f55c3f3b1992e8",
                "md5": "3686b878cfd47ed325add7470c2239c8",
                "sha256": "facb0b40418010309f77abd44e2583b4936656f6ee5c8625da807564806a6c40"
            },
            "downloads": -1,
            "filename": "rich_toolkit-0.12.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3686b878cfd47ed325add7470c2239c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 71673,
            "upload_time": "2024-12-05T12:23:15",
            "upload_time_iso_8601": "2024-12-05T12:23:15.181491Z",
            "url": "https://files.pythonhosted.org/packages/d2/88/58c193e2e353b0ef8b4b9a91031bbcf8a9a3b431f5ebb4f55c3f3b1992e8/rich_toolkit-0.12.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 12:23:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rich-toolkit"
}
        
Elapsed time: 0.33729s