Oven logo

Oven

Published

Rich toolkit for building command-line applications

pip install rich-toolkit

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

Requires Python

>=3.8

Rich Toolkit

This is a very opinionated set of components for building CLI applications. It is based on Rich

Installation

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:

TODO: new example