Show HN: Piou – Build beautiful command-line interfaces with type validation
1–6 of 6 posts
Re: Show HN: Piou – Build beautiful command-line interfaces with type validation
#2To 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.
Re: Show HN: Piou – Build beautiful command-line interfaces with type validation
#3Reminds me of Typer - from the creator of FastAPI:
Re: Show HN: Piou – Build beautiful command-line interfaces with type validation
#4Looks a little bit like picocli.
Re: Show HN: Piou – Build beautiful command-line interfaces with type validation
#5To 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.
Think trollop is now https://github.com/ManageIQ/optimist
Re: Show HN: Piou – Build beautiful command-line interfaces with type validation
#6My 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.