freebsd-ports/devel/py-twiggy/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
508 B
Text

Twiggy is a Pythonic logger.
As near as I can tell, Twiggy is the first totally new design for a logger
since log4j was developed in 1996. Let me say that again: Twiggy is the first
new logger in 15 years.
Twiggy:
* Uses new-style format strings by default. Way nicer than %s (printf).
* Includes easy support for structured logging
* Loosely couples loggers and outputs for configuration
* Supports asynchronous logging using the multiprocessing module
* Solves Your Problems. Pets Your Puppy.