Python Starter Template in 2025
This project is a combination of two original repositories by sigridjineth:
# Intialize application (using uv)
$ make init
# Run code formatter (using ruff)
$ make format
# Run type checker (using mypy, ty, pyrefly)
$ make check
# Run application (using uvicorn, FastAPI)
$ make run
# Run tests (using pytest)
$ make test