From bd8987cfd16ef8b288191ceb403bc711b507940f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 9 Jan 2024 08:31:11 +0700 Subject: python/python3-logbook: Added (Python Logger). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-logbook/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-logbook/README (limited to 'python/python3-logbook/README') 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. -- cgit v1.2.3