Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1008 Bytes

File metadata and controls

26 lines (18 loc) · 1008 Bytes

PYthon guideLines

These are comprehensive guidelines for Python backend/full-stack development, consisting of the following:

  1. Code style
  2. Architecture guide
  3. SOLID guide (work in progress)
  4. REST guide
  5. Tests guide
  6. Our libraries, frameworks, etc
  7. Local development guide
  8. CI/CD pipeline

Claude skill

To install claude skill, based on this repo, just run:

npx -y openskills install https://github.com/community-of-python/pylines.git --global

Why this project?

Because there are a lot of guidelines, but not a single one of them is comprehensive enough for most of the use-cases in modern backend development. Here we collect best of our guides to help maintain big codebases in good shape. Without hard and tricky words and rules.