Metadata-Version: 2.4
Name: demo_colors
Version: 0.1.0
Summary: Minimal demo library that prints a marker during import.
Author: Codex
License: MIT
License-File: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# demo_colors

Minimalna biblioteka demonstracyjna do importu w Pythonie.

Po wykonaniu:

```python
import demo_colors
```

na standardowe wyjście zostanie wypisane:

```text
Def_Con_PoC_2026
```

## Szybki start

Instalacja w trybie developerskim:

```powershell
python -m pip install -e .
```

Test:

```powershell
python -m pytest -q
```

Build paczki:

```powershell
python -m build
```
