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.2.tar.gz
(7.3 kB
view details)
Built Distribution
File details
Details for the file rich_toolkit-0.1.2.tar.gz
.
File metadata
- Download URL: rich_toolkit-0.1.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f77ff7af656206cfb76b9ed1554b64a38c7be018b9fe806086490c33450dfafe |
|
MD5 | af73f85be13068dec6ce0f8b714e386a |
|
BLAKE2b-256 | bc8bf467f79a2a8302e3e02ecb6496c1c9b84ea123e6da5200348bd4b9450e8c |
File details
Details for the file rich_toolkit-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: rich_toolkit-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.1 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 | 3cbc5cfe70010c1c640f62d48ce72d1e67a8390316c5be755b85bb457e8cbda6 |
|
MD5 | 07a3ce2cb3250c86c05110136ad5dc23 |
|
BLAKE2b-256 | 830e60753f974cfd97827ee372c918f403312a2389776fdc188d3324408e1196 |