diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-06-04 02:50:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:12 +0700 |
commit | 564f62eb43f6f065dac804c898691a720570da48 (patch) | |
tree | cf515fd96a48c35cb574d25032aee36bd9ada908 /python/python3-rich/slack-desc | |
parent | b808e4ae011f403b03741e31075a21af9e333879 (diff) |
python/python3-rich: Added (rich text & formatting in the terminal)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rich/slack-desc')
-rw-r--r-- | python/python3-rich/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-rich/slack-desc b/python/python3-rich/slack-desc new file mode 100644 index 0000000000000..f9468c4d453ba --- /dev/null +++ b/python/python3-rich/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-rich: python3-rich (rich text and beautiful formatting in the terminal) +python3-rich: +python3-rich: Rich is a Python library for rich text and beautiful formatting in the +python3-rich: terminal. +python3-rich: +python3-rich: The Rich API makes it easy to add color and style to terminal output. +python3-rich: Rich can also render pretty tables, progress bars, markdown, syntax +python3-rich: highlighted source code, tracebacks, and more - out of the box. +python3-rich: +python3-rich: Homepage: https://github.com/Textualize/rich +python3-rich: |