hatch — Easy Playground
Project manager: build, publish, envs, scripts
Getting started with hatchRun locally
Install
pip install hatch # or: pipx install hatchPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: hatch)
hatch is a third-party package. Project manager: build, publish, envs, scripts. Install with: pip install hatch # or: pipx install hatch
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?