This repository contains the Python tooling for the SEDA Markdown template project.
Create and enter the default Hatch environment:
hatch shellIf your environment restricts writes to the home cache, point Hatch to a writable cache first:
XDG_CACHE_HOME=$PWD/.cache HATCH_DATA_DIR=$PWD/.hatch hatch shell