Files
python-MIT-repo-template/README.md
T
2026-08-26 12:39:24 +02:00

3.8 KiB

Python repo template

GitHub forks GitHub stars GitHub watchers

forthebadge made-with-python

GitHub version

Maintenance GitHub contributors

Github file count

GitHub issues GitHub issues-closed Percentage of issues still open Average time to resolve an issue

GitHub pull-requests GitHub total-pull-requests

Coding time for this reposotory.
wakatime

See the wiki for usage and examples. python-repo-template wiki page

Visitors since repo creation.
Visitor Badge

Using this as a project template

Beyond the bare Python repo scaffold (main.py, LICENCE, .gitignore), this template includes everything needed to kick off a new project properly:

What Where
Project specification template docs/PROJECT_SPECIFICATION_TEMPLATE.md
Value stream mapping template (OpenDocument Presentation) docs/value-stream-mapping/value_stream_map_template.odp
New project setup checklist docs/NEW_PROJECT_CHECKLIST.md
Wiki template (copy into your repo's actual wiki) wiki/
Standard first-step issues (value stream goals, specification, wiki setup, checklist) .github/ISSUE_TEMPLATE/

Start with the checklist — it walks through repository setup, defining the project (value stream map + specification), planning, tooling, documentation, and kickoff, in order.