varioustoxins

Results 3 comments of varioustoxins
trafficstars

to answer my own question after some digging it looks like you can do this.... if you normally have ```python import typer app = typer.Typer() if __name__ == '__main__': app()...

I think this has merit. Asserts really make more sense as a part of testing. Since we currently don’t cover testing in that much depth but do cover almost by...

I thinks the problem was windows doesn't support the c compilation and 0.4.0 is only specified as being 3.12 + on PyPI. I am most probably heading back to format...