Description of the repo.
Working with this repo as a library or a standalone repo.
Install this repo as a library into an another project.
...with uv:
uv add git+https://github.com/EricApgar/template@<release-tag>
...with pip.
pip install git+https://github.com/EricApgar/template@<release-tag>
Run locally for development of this repo.
Install the dependencies into a virtual environment.
...with uv:
uv sync
...with pip:
pip install -r requirements.txt
...
...