Metadata-Version: 2.1
Name: sweet_logs
Version: 0.1.1
Summary: A collection of logging formatters, filters, and functions
Author-email: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
License: GNU General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typing_extensions; python_version < "3.12"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: mypy==1.10.0; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"

==========
Sweet Logs
==========


.. image:: https://img.shields.io/pypi/v/sweet_logs.svg
        :target: https://pypi.python.org/pypi/sweet_logs

.. image:: https://readthedocs.org/projects/sweet-logs/badge/?version=latest
        :target: https://sweet-logs.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A collection of logging formatters, filters, and functions. Original inspiration
came from `mCoding's video <https://youtu.be/9L77QExPmI0>`_ on logging in Python.


* Free software: GNU General Public License v3
* Documentation: https://sweet-logs.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `jorwoods/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`jorwoods/cookiecutter-pypackage`: https://github.com/jorwoods/cookiecutter-pypackage
