Metadata-Version: 2.1
Name: logging-wizard
Version: 0.1.0
Summary: 
Author: Karl Rittner
Author-email: k.rittner@hotmail.de
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

---

> Make logging fast and easy by simply importing the logger and let logging_wizard handle the rest.

> from logging_wizard import LogingWizard

LOG = LogingWizard()

---
