Metadata-Version: 2.1
Name: log-decorators
Version: 1.0.1
Summary: A Python library for decorators for functions return values logging in the console or file.
Author: Daniel Stefanov
Description-Content-Type: text/markdown

# Loggers

Loggers is a Python library for logging function calls and results to the console or a file, with optional text decoration.

## Installation

Install using pip:
```bash
pip install loggers
