Metadata-Version: 2.3
Name: rich-structlog
Version: 0.3.0
Dynamic: Requires-Dist
Dynamic: Provides-Extra
Author-email: Khaled Sakallah <ks.dev@posteo.de>
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: colorama<0.5.0,>=0.4.6
Requires-Dist: hatch
Requires-Dist: rich<14.0.0,>=13.7.1
Requires-Dist: ruff>=0.4.0
Requires-Dist: structlog<25.0.0,>=24.1.0
Requires-Dist: twine
Description-Content-Type: text/markdown

# rich-structlog

## install

```bash
pip install rich-structlog
```

## usage

```python
from rich_structlog import setup_logging

setup_logging()
```
