Metadata-Version: 2.4
Name: nexum-public-commons
Version: 0.0.1
Summary: Common utilities for Nexum ecosystem
Author-email: Dioleti <fabricio@dl.tec.br>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: hatch>=1.17.1
Requires-Dist: load-dotenv>=0.1.0
Requires-Dist: python-dotenv>=1.2.2
Requires-Dist: setuptools>=83.0.0
Provides-Extra: datadog
Requires-Dist: ddtrace>=4.11.0; extra == 'datadog'
Provides-Extra: dev
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=9.1.1; extra == 'dev'
Provides-Extra: elastic
Requires-Dist: elastic-apm>=6.26.2; extra == 'elastic'
Description-Content-Type: text/markdown

# Nexum Commons

Common utilities for the **Nexum** ecosystem.

![Python](https://img.shields.io/badge/python-3.11-blue)
![Rust](https://img.shields.io/badge/rust-1.78-orange)

## Installation

Using pip:

```bash
pip install nexum-commons
```

Using uv:

```bash
uv pip install nexum-commons
```

## Testing

Run tests:

```bash
pytest
```

Run tests with coverage:

```bash
pytest --cov=nexum --cov-report=term-missing
```

Generate HTML coverage report:

```bash
pytest --cov=nexum --cov-report=html
```

## License

MIT License — see the LICENSE file for details.

---
(C) 2026 - Dioleti - www.dl.tec.br
