6 ms·
Show HN: Piou – Build beautiful command-line interfaces with type validation
- KerrAvon 5y agoTo save clicks: it’s a Python command line argument parsing library. Looks kinda nice at a glance if you’re into Python. Ruby fans might check out Trollop instead.
- taf2 5y agoThink trollop is now https://github.com/ManageIQ/optimist https://github.com/ManageIQ/optimist
- cmclaughlin 5y agoReminds me of Typer - from the creator of FastAPI: https://typer.tiangolo.com/ https://typer.tiangolo.com/
- oweiler 5y agoLooks a little bit like picocli.
- d4rkp4ttern 5y agoMy fav python cli tool is Fire. No need to even decorate your functions. There may be some limitations compared to Piou, I will have to explore that to find out. https://github.com/google/python-fire https://github.com/google/python-fire