FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ankandrew/python-project-template: Modern Python Project Template · GitHub

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Template

A modern Python project template with uv, Ruff, Pylint, mypy, pytest, and GitHub Actions preconfigured.

Development

A quick setup for local development using uv.

Prerequisites

Installation

# Install Python if needed
uv python install 3.10

# Install the project and development dependencies
make install

# Run checks
make lint
make test

Replace the remaining TODO placeholders with project-specific values before publishing.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL