aboutsummaryrefslogtreecommitdiff
path: root/python/python3-enlighten/README
diff options
context:
space:
mode:
authorSamuel Young <samyoung12788@gmail.com>2023-07-08 11:15:20 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:50 +0700
commit486023b12c03ff56ce942530ffdb4a6bd694762a (patch)
treed2ff044f395a293b19ae65a4d5efb694c41e2b90 /python/python3-enlighten/README
parent57d7bcc2af28c7ca2c0fb7e5b222c0fa6a1c581f (diff)
python/python3-enlighten: Added (progress bar).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-enlighten/README')
-rw-r--r--python/python3-enlighten/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-enlighten/README b/python/python3-enlighten/README
new file mode 100644
index 0000000000..5d33d3fd05
--- /dev/null
+++ b/python/python3-enlighten/README
@@ -0,0 +1,9 @@
+python-enlighten (Progress bar for Python console apps)
+
+Enlighten Progress Bar is a console progress bar library for Python.
+
+The main advantage of Enlighten is it allows writing to stdout and
+stderr without any redirection or additional code. Just print or log as
+you normally would.
+
+Enlighten also includes experimental support for Jupyter Notebooks.