summaryrefslogtreecommitdiffstats
path: root/python/python3-logbook/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <dslackw@gmail.com>2024-01-09 08:31:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-09 08:43:39 +0700
commitbd8987cfd16ef8b288191ceb403bc711b507940f (patch)
tree24a349f5dfb0e5e18182cd97768e57a2bafd018b /python/python3-logbook/README
parentb5beadcc1d2de0a68e6e150a502f007700d9ed8e (diff)
downloadslackbuilds-bd8987cfd16ef8b288191ceb403bc711b507940f.tar.gz
slackbuilds-bd8987cfd16ef8b288191ceb403bc711b507940f.tar.xz
python/python3-logbook: Added (Python Logger).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-logbook/README')
-rw-r--r--python/python3-logbook/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-logbook/README b/python/python3-logbook/README
new file mode 100644
index 0000000000..9a1307d492
--- /dev/null
+++ b/python/python3-logbook/README
@@ -0,0 +1,3 @@
+Logbook is a logging system for Python that replaces the standard
+library’s logging module. It was designed with both complex and
+simple applications in mind and the idea to make logging fun.