Generates a random password. The password is unique can can never be generated again.
git clone https://github.com/richardayikwei/finite
cd finite
uv sync --dev
uv run uvicorn app.main:app --reload
uv run pytest
Committing changes
git add .
uv run cz commit
Bumping version numbers
uv run cz bump
uv run ruff check .
or
uv run ruff check . --fix
uv run pyment -w -o numpydoc app/