https://github.com/patrick91/rich-toolkit
Opinionated components for Rich
https://github.com/patrick91/rich-toolkit
Last synced: 4 months ago
JSON representation
Opinionated components for Rich
- Host: GitHub
- URL: https://github.com/patrick91/rich-toolkit
- Owner: patrick91
- License: mit
- Created: 2024-08-22T11:42:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T19:26:24.000Z (4 months ago)
- Last Synced: 2026-02-09T22:42:40.757Z (4 months ago)
- Language: Python
- Size: 957 KB
- Stars: 56
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```