summaryrefslogtreecommitdiffstats
path: root/python/python3-enlighten/README
diff options
context:
space:
mode:
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.