Skip to content
/ python-template Public template

Python project template with Ruff for linting/formatting, pytest for testing, pre-commit hooks, and GitHub Actions CI/CD. Includes Claude Code and Cursor configuration.

License

Notifications You must be signed in to change notification settings

TechNickAI/python-template

Repository files navigation

Project Name

Introduction

Coding Principles

Borrowed from the zen of python, with a couple of changes.

1. **Readability is the number 1 code quality metric**.
2. Beautiful is better than ugly.
3. Explicit is better than implicit.
4. Simple is better than complex.
5. Complex is better than complicated.
6. Flat is better than nested.
7. Sparse is better than dense.
8. Special cases aren't special enough to break the rules.
    * Although practicality beats purity.
9. Errors should never pass silently.
    * Unless explicitly silenced.
10. In the face of ambiguity, refuse the temptation to guess.
11. There should be one -- and preferably only one -- obvious way to do it.
12. Now is better than never.

About

Python project template with Ruff for linting/formatting, pytest for testing, pre-commit hooks, and GitHub Actions CI/CD. Includes Claude Code and Cursor configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages