Metadata-Version: 2.4
Name: decolog
Version: 0.0.3
Summary: A simple logger usable as decorator
Author: Cyril Quijoux
Project-URL: Homepage, https://github.com/crlqjx/decolog/
Keywords: log,decorator
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# DECOLOG

Small package to manage logs and log functions inputs and outputs easily

## Usage

create a logger
```python
from decolog import Logger

logger = Logger()
```



