Subject: CVS commit: pkgsrc/sysutils
From: Adam Ciarcinski
Date: 2022-08-25 13:12:32
Message id: 20220825111232.C4F5DF9E9@cvs.NetBSD.org

Log Message:
py-loguru: added version 0.6.0

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.

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/py-loguru/DESCR
1.1addpkgsrc/sysutils/py-loguru/Makefile
1.1addpkgsrc/sysutils/py-loguru/PLIST
1.1addpkgsrc/sysutils/py-loguru/distinfo