Add your description here
Project description
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:
from rich_toolkit import App
with App(base_color="#bada55") as app:
app.print_title("Hello, World!", tag="MyApp")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rich_toolkit-0.1.3.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file rich_toolkit-0.1.3.tar.gz
.
File metadata
- Download URL: rich_toolkit-0.1.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81a60aee782e780ca9084b3f0eb3f189b40fbd171d609881a492825f32b8e6e6 |
|
MD5 | e1eadadf761e32b4ce1075b4a09a9824 |
|
BLAKE2b-256 | 1f65b8165f88f61518dbfc5c92a285753fbe9d627a14b9c5c9f54a66aae1a20a |
File details
Details for the file rich_toolkit-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: rich_toolkit-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35907c03bedbbd05a0b4cad86b1403f961146f967145e34c96a7e0c6f2597bca |
|
MD5 | b363e88adadbc725bc167658651fc53d |
|
BLAKE2b-256 | c065a425bcc8c64a3fd531cf839c7f21b53099fe4a47c8acb132e15ffb005bfc |