aboutsummaryrefslogtreecommitdiff
path: root/python/python3-rich/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-rich/README')
-rw-r--r--python/python3-rich/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-rich/README b/python/python3-rich/README
new file mode 100644
index 000000000000..8d3da890531a
--- /dev/null
+++ b/python/python3-rich/README
@@ -0,0 +1,8 @@
+python3-rich (rich text and beautiful formatting in the terminal)
+
+Rich is a Python library for rich text and beautiful formatting in the
+terminal.
+
+The Rich API makes it easy to add color and style to terminal output.
+Rich can also render pretty tables, progress bars, markdown, syntax
+highlighted source code, tracebacks, and more — out of the box.