An open API service indexing awesome lists of open source software.

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

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
```