| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modern Python project template with uv, Ruff, Pylint, mypy, pytest, and GitHub Actions preconfigured.
A quick setup for local development using uv.
# Install Python if needed
uv python install 3.10
# Install the project and development dependencies
make install
# Run checks
make lint
make testReplace the remaining TODO placeholders with project-specific values before publishing.
| Back | FazBrowse Home | New Git URL |