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.2.1.tar.gz
(15.9 kB
view details)
Built Distribution
File details
Details for the file rich_toolkit-0.2.1.tar.gz
.
File metadata
- Download URL: rich_toolkit-0.2.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a3d11481a0b1b8074dcc9e71dd042a3b41e81771c3ca7d9c9586620a153621c |
|
MD5 | c11fecf45049a00b88960ca8758794f9 |
|
BLAKE2b-256 | 8245aee8633a798ad3fc8fe839529d1d42dccc1a15c51f4b3f7866530a7b6f62 |
File details
Details for the file rich_toolkit-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: rich_toolkit-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.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 | 1e683cfc1137a6dd55dd8ddf57ad68464bdc5f057928279f973a90543b67604a |
|
MD5 | 0e59ca6b576082791faf82e08ada2c10 |
|
BLAKE2b-256 | de23d6660e186ce8f39de0431b59038a8a72389cc36beceaf7df8b82105d4413 |