aboutsummaryrefslogtreecommitdiff
path: root/python/python3-loguru/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-06-04 02:52:36 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-04 10:37:12 +0700
commit145faa176fcdfaccbfc30fe8846ce6be6350283e (patch)
tree9f8047b08c6cb2ed26783fb826314c25ff739daf /python/python3-loguru/README
parent564f62eb43f6f065dac804c898691a720570da48 (diff)
python/python3-loguru: Added (bring enjoyable logging in Python)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.