Metadata-Version: 2.4
Name: pylzsg
Version: 0.0.4
Summary: CLI bridge project that exposes the legacy Typer commands from pylizlib as the pylzsg command.
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pylizlib
Requires-Dist: typer>=0.24.1

# pylzsg

`pylzsg` è una CLI Python basata su Typer che reimpacchetta i vecchi comandi CLI di `pylizlib` in un comando dedicato a questo progetto.

## Comandi disponibili

- `expFileList`
- `iniDup`
- `gen-project-py`
- `temp`

## Avvio rapido

```bash
uv sync
uv run pylzsg --help
```

## Esempi

```bash
uv run pylzsg expFileList ./input ./output files.txt --recursive
uv run pylzsg iniDup ./config --sections --keys
uv run pylzsg gen-project-py ./pyproject.toml ./generated/project.py
uv run pylzsg temp
```

## Nota su `pylizlib`

Il progetto usa `pylizlib` come dipendenza locale `uv` tramite il path `../pyliz`.

