rich-toolkit


Namerich-toolkit JSON
Version 0.15.1 PyPI version JSON
download
home_pageNone
SummaryRich toolkit for building command-line applications
upload_time2025-09-04 09:28:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
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/67/33/1a18839aaa8feef7983590c05c22c9c09d245ada6017d118325bbfcc7651/rich_toolkit-0.15.1.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": null,
    "summary": "Rich toolkit for building command-line applications",
    "version": "0.15.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c84942821d55ead7b5a87c8d121edf323cb393d8579f63e933002ade900b784f",
                "md5": "08d99cafd72bdfe199c1cac11b2155eb",
                "sha256": "36a0b1d9a135d26776e4b78f1d5c2655da6e0ef432380b5c6b523c8d8ab97478"
            },
            "downloads": -1,
            "filename": "rich_toolkit-0.15.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08d99cafd72bdfe199c1cac11b2155eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29412,
            "upload_time": "2025-09-04T09:28:10",
            "upload_time_iso_8601": "2025-09-04T09:28:10.587443Z",
            "url": "https://files.pythonhosted.org/packages/c8/49/42821d55ead7b5a87c8d121edf323cb393d8579f63e933002ade900b784f/rich_toolkit-0.15.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67331a18839aaa8feef7983590c05c22c9c09d245ada6017d118325bbfcc7651",
                "md5": "dd40be36270eedb29a1e3cd62fb78554",
                "sha256": "6f9630eb29f3843d19d48c3bd5706a086d36d62016687f9d0efa027ddc2dd08a"
            },
            "downloads": -1,
            "filename": "rich_toolkit-0.15.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd40be36270eedb29a1e3cd62fb78554",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 115322,
            "upload_time": "2025-09-04T09:28:11",
            "upload_time_iso_8601": "2025-09-04T09:28:11.789091Z",
            "url": "https://files.pythonhosted.org/packages/67/33/1a18839aaa8feef7983590c05c22c9c09d245ada6017d118325bbfcc7651/rich_toolkit-0.15.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 09:28:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rich-toolkit"
}
        
Elapsed time: 2.14654s