python-loguru
Port variant py311
Summary Python logging made (stupidly) simple (3.11)
Package version 0.6.0
Homepage https://github.com/Delgan/loguru
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 07 JAN 2023, 04:18:24 UTC
Port created 07 JAN 2023, 04:18:24 UTC
Subpackage Descriptions
single :align: center :alt: Loguru logo :align: center :alt: Loguru demo ========= :alt: Pypi version :alt: Python versions :alt: Docs :alt: Build status :alt: Coverage :alt: Code quality :alt: License **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. .. end-of-readme-intro 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`_ * `10x faster than built-in logging`_ Take the tour ------------- .. |logger| replace:: logger .. _logger: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger .. |add| replace:: ``add()`` .. _add: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.add .. |remove| replace:: ``remove()`` .. _remove: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.remove .. |complete| replace:: ``complete()`` .. _complete: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.complete .. |catch| replace:: ``catch()`` .. _catch: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.catch .. |bind| replace:: ``bind()`` .. _bind: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.bind .. |contextualize| replace:: ``contextualize()`` .. _contextualize: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.contextualize .. |patch| replace:: ``patch()`` .. _patch: https://loguru.readthedocs.io/en/stable/api/logger.html#loguru._logger.Logger.patch
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/fe/21/e1d1da2586865a159fc73b611f36bdd50b6c4043cb6132d3d5e972988028
Distribution File Information
4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3 58317 loguru-0.6.0-py3-none-any.whl
Ports that require python-loguru:py311
python-netbox-network-importer:py311 Tool to import network into Netbox (3.11)