Metadata-Version: 2.1
Name: daiquiry
Version: 3.2.5
Summary: Library to configure Python logging easily
Author-email: KhulnaSoft DevOps <info@khulnasoft.com>
License: Apache 2.0
Project-URL: homepage, https://github.com/khulnasoft-lab/daiquiry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: python-json-logger
Provides-Extra: systemd
Requires-Dist: systemd-python >=234 ; extra == 'systemd'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

=======================================
daiquiry -- Python logging setup helper
=======================================

.. image:: https://img.shields.io/pypi/v/daiquiry.svg
    :target: https://pypi.python.org/pypi/daiquiry
    :alt: Latest Version

The daiquiry library provides an easy way to configure logging. It also
provides some custom formatters and handlers.

You can read the whole documentation at http://daiquiry.readthedocs.io/

* Free software: Apache license
* Source: https://github.com/khulnasoft-lab/daiquiry
