summaryrefslogtreecommitdiffstats
path: root/python/python3-loguru/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-loguru/README')
-rw-r--r--python/python3-loguru/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-loguru/README b/python/python3-loguru/README
new file mode 100644
index 0000000000..d60002e519
--- /dev/null
+++ b/python/python3-loguru/README
@@ -0,0 +1,6 @@
+python3-loguru (library, aims to bring enjoyable logging in Python)
+
+This library is intended to make Python logging less painful by adding
+a bunch of useful functionalities that solve caveats of the standard
+loggers. Using logs in your application should be an automatism,
+Loguru tries to make it both pleasant and powerful.