To install:
uv add git+https://github.com/frontierhq/py-utils.git
To update to the main branch:
uv add git+https://github.com/frontierhq/py-utils.git@main --refresh
To update to the 0.2.0 tag:
uv add git+https://github.com/frontierhq/py-utils.git@0.2.0 --refresh
To update to a local copy:
uv add --editable ../py-utils