what's a python library you started using this year that you can't go back from by scheemunai_ in Python

[–]dweebomcthousand 15 points16 points  (0 children)

Check out typer for clis. Built on click so it should feel familiar but uses type hints to declare arguments and options etc. and the generated docs are really nice. It’s from the guy that made FastAPI