How to use Hatch to run Python CLI
I’m trying to work through a pretty basic “hello world” type of example to setup a Python CLI using the Hatch build system (which I understand uses the Click library under the hood).
I’m trying to work through a pretty basic “hello world” type of example to setup a Python CLI using the Hatch build system (which I understand uses the Click library under the hood).