Metadata-Version: 2.4
Name: statsdlogger-sdk
Version: 1.1.0
Summary: Instrument services, emit metrics and traces, structure logs, and integrate with Grafana-style observability stacks.
Author: Local
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# statsdlogger

Instrument services, emit metrics and traces, structure logs, and integrate with Grafana-style observability stacks.

## Installation

```bash
pip install statsdlogger
```

## Usage

```python
import statsdlogger
```

See `src/statsdlogger/__init__.py` for the available API surface.

## License

MIT
