6 ms·
Or go a step beyond and get typer (which builds on click IIRC) https://typer.tiangolo.com/ https://typer.tiangolo.com/ If you use Poetry and a pyproject.toml,
by amlozano 2y ago
Or go a step beyond and get typer (which builds on click IIRC)
https://typer.tiangolo.com/ https://typer.tiangolo.com/
If you use Poetry and a pyproject.toml, you can even make your package installable with something like pipx straight from Github. Its a trick I use often for little command line utilities.
https://python-poetry.org/docs/pyproject/#scripts https://python-poetry.org/docs/pyproject/#scripts