Metadata-Version: 2.4
Name: pylogalert
Version: 0.1.0
Summary: Lean JSON logging with async-safe context, PII redaction, sampling, and EMERGENCY alerts.
Project-URL: Homepage, https://github.com/jonrato/pylogalert
Project-URL: Issues, https://github.com/jonrato/pylogalert/issues
Author-email: Jonatas Ferreira Viana Silva <jonatas_ferreira@usp.br>
License: MIT
License-File: LICENSE
Keywords: django,fastapi,json,logging,observability
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: boto3>=1.34
Description-Content-Type: text/markdown

# pylogalert

Logging JSON enxuto com **contexto async-safe**, **redaction de PII**, **sampling** e **alertas EMERGENCY** (Slack, e-mail), pronto para produção.

## Instalação
```bash
pip install pylogalert
