Metadata-Version: 2.4
Name: multi-logger-py
Version: 0.1.0
Summary: A flexible logger based on loguru with multiple notification clients (Discord, Telegram)
License-Expression: MIT
License-File: LICENSE
Keywords: discord,logger,logging,loguru,multi-channel,notifications,telegram
Requires-Python: >=3.10
Requires-Dist: discord-webhook>=1.4.1
Requires-Dist: httpx>=0.28.1
Requires-Dist: loguru>=0.7.3
Description-Content-Type: text/markdown

# multi-logger

A flexible logger based on loguru

## Tests

```bash
run run --dev pytest -v
```
