A modern Python project starter template with essential development tools pre-configured.
- Python >= 3.13
- uv - Fast Python package manager
# Clone the repository
git clone https://github.com/Visualizeit/python-stater.git
cd python-stater
# Install dependencies with uv
uv sync
# Install git hooks
uv run lefthook install
# Run the application
fastapi devMIT