aboutsummaryrefslogtreecommitdiff
path: root/python/python2-enlighten/README
diff options
context:
space:
mode:
authorSamuel Young <samyoung12788@gmail.com>2023-07-08 14:59:44 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:53 +0700
commit76d29b375ae5f55dc1c397f61aa8134df4fc2c4e (patch)
treecfe109209d525a7aaaf04d4ea34bd8b6f8935ce7 /python/python2-enlighten/README
parent4b0eabcfb568d366a01530a210cd6fbc35a6dc9e (diff)
python/python2-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/python2-enlighten/README')
-rw-r--r--python/python2-enlighten/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-enlighten/README b/python/python2-enlighten/README
new file mode 100644
index 0000000000..8a49224691
--- /dev/null
+++ b/python/python2-enlighten/README
@@ -0,0 +1,9 @@
+python2-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.