https://github.com/community-of-python/pylines
Py[thon] [Guide]lines for backend and full-stack developers in the modern enterprise world
https://github.com/community-of-python/pylines
code-style code-style-guide python
Last synced: 10 days ago
JSON representation
Py[thon] [Guide]lines for backend and full-stack developers in the modern enterprise world
- Host: GitHub
- URL: https://github.com/community-of-python/pylines
- Owner: community-of-python
- Created: 2024-10-14T21:08:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-19T23:48:10.000Z (28 days ago)
- Last Synced: 2026-03-20T14:29:34.111Z (28 days ago)
- Topics: code-style, code-style-guide, python
- Homepage:
- Size: 352 KB
- Stars: 36
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PYthon guideLines

These are comprehensive guidelines for Python backend/full-stack development, consisting of the following:
1. [Code style](./code-style.md)
1. [Architecture guide](https://habr.com/ru/companies/raiffeisenbank/articles/885792/)
1. [SOLID guide (work in progress)](./solid.md)
1. [REST guide](./rest.md)
1. [Tests guide](./tests.md)
1. [Our libraries, frameworks, etc](./our-stack.md)
1. Local development guide
1. [CI/CD pipeline](https://github.com/insani7y/moscow-python-conf-2024)
## Claude skill
To install claude skill, based on this repo, just run:
```
npx openskills install git@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.