python-loguru
Port variant py310
Summary Python logging made (stupidly) simple (3.10)
Package version 0.7.2
Homepage https://github.com/Delgan/loguru
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v11
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 22 SEP 2023, 12:17:47 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 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Download groups
main mirror://PYPIWHL/03/0a/4f6fed21aa246c6b49b561ca55facacc2a44b87d65b8b92362a8e99ba202
Distribution File Information
003d71e3d3ed35f0f8984898359d65b79e5b21943f78af86aa5491210429b8eb 62549 loguru-0.7.2-py3-none-any.whl
Ports that require python-loguru:py310
python-netbox-network-importer:py310 Tool to import network into Netbox (3.10)