Pakket: python3-daiquiri (3.0.1-1)
Verwijzigingen voor python3-daiquiri
Trisquel bronnen:
Het bronpakket python-daiquiri downloaden:
- [python-daiquiri_3.0.1-1.dsc]
- [python-daiquiri_3.0.1.orig.tar.gz]
- [python-daiquiri_3.0.1-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Team
- Chris Lamb
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Python library to easily setup basic logging functionality
The daiquiri library provides an easy way to configure logging. It also provides some custom formatters and handlers.
Its promise is to setup a complete standard Python logging system with just one function call. Nothing more, nothing less. The interesting features are:
* Logs to stderr by default. * Uses colors if logging to a terminal. * File-based logging. * Uses program name as the name of the logging file (so providing just a directory for logging will work). * syslog & journald support. * JSON output. * Arbitrary key/value context information providing. * Capture the warnings emitted by the warnings module. * Native logging of any exception.
This is the Python 3 version of the package.
Andere aan python3-daiquiri gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pythonjsonlogger
- JSON library for Python logging framework