Package: wnpp Severity: wishlist X-Debbugs-Cc: c...@coredoes.dev * Package name : python3-loguru Version : 0.6.0 Upstream Author : Delgan <delgan...@gmail.com> * URL : https://github.com/Delgan/loguru * License : MIT Programming Lang: Python Description : Python logging made (stupidly) easy
Loguru is a library which aims to bring enjoyable logging in Python. Did you ever feel lazy about configuring a logger and used print() instead?... I did, yet logging is fundamental to every application and eases the process of debugging. Using Loguru you have no excuse not to use logging from the start, this is as simple as from loguru import logger. Also, 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. - This package is useful as it is a very popular logging library (GitHub reports almost 20k users) and should be inside the mainrepos so it can be managed by APT systemwide - It is not currently a dependency for another package that I know of - I do use it - I do not know if there are packages providing similar functionality