Port variant | v13 |
Summary | Python logging made (stupidly) simple (3.13) |
BROKEN | |
Package version | 0.7.3 |
Homepage | https://github.com/Delgan/loguru |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v12 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 15 DEC 2024, 19:32:11 UTC |
Port created | 08 JAN 2023, 04:18:24 UTC |
single | [image] [image] [image] [image] [image] [image] [image] [image] [image] ______________________________________________________________________ **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. ## Installation ` pip install loguru ` ## Features - [Ready to use out of the box without boilerplate] - [No Handler, no Formatter, no Filter: one function to rule them all] - [Easier file logging with rotation / retention / compression] - [Modern string formatting using braces style] - [Exceptions catching within threads or main] - [Pretty logging with colors] - [Asynchronous, Thread-safe, Multiprocess-safe] - [Fully descriptive exceptions] - [Structured logging as needed] - [Lazy evaluation of expensive functions] - [Customizable levels] - [Better datetime handling] - [Suitable for scripts and libraries] - [Entirely compatible with standard logging] - [Personalizable defaults through environment variables] - [Convenient parser] - [Exhaustive notifier] - |
Build (only) |
python313:dev:std python-pip:single:v13 autoselect-python:single:std |
Build and Runtime | python313:primary:std |
main | mirror://PYPIWHL/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c |
python-netbox-network-importer:v13 | Tool to import network into Netbox (3.13) |