summaryrefslogtreecommitdiffstats
path: root/python/Logbook/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-29 07:55:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-29 07:20:11 +0700
commitd2576ab846fbd567bdfa93fca090dd01de7fbe26 (patch)
treef07cdc9de866d22de1a30434b170f7c5e28dcd39 /python/Logbook/README
parent450c1a11ef38249bd97d7d14204a752553ca090f (diff)
downloadslackbuilds-d2576ab846fbd567bdfa93fca090dd01de7fbe26.tar.gz
slackbuilds-d2576ab846fbd567bdfa93fca090dd01de7fbe26.tar.xz
python/Logbook: Added (A logging replacement for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Logbook/README')
-rw-r--r--python/Logbook/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Logbook/README b/python/Logbook/README
new file mode 100644
index 0000000000..b27dffa50e
--- /dev/null
+++ b/python/Logbook/README
@@ -0,0 +1,2 @@
+Logbook is a logging system for Python that replaces the standard
+library’s logging module.