generated from Lerking/python-repo-template
47 lines
3.8 KiB
Markdown
47 lines
3.8 KiB
Markdown
# Python repo template
|
|
[](https://GitHub.com/Lerking/python-repo-template/forks/)
|
|
[](https://GitHub.com/Lerking/python-repo-template/stargazers/)
|
|
[](https://GitHub.com/Lerking/python-repo-template/watchers/)
|
|
|
|
[](https://www.python.org/)
|
|
|
|
[](https://github.com/Lerking/python-repo-template)
|
|
|
|
[](https://GitHub.com/Lerking/python-repo-template.github.io/graphs/commit-activity)
|
|
[](https://GitHub.com/Lerking/python-repo-template/graphs/contributors/)
|
|
|
|
[]()
|
|
|
|
[](https://GitHub.com/Lerking/python-repo-template/issues/)
|
|
[](https://GitHub.com/Lerking/python-repo-template/issues?q=is%3Aissue+is%3Aclosed)
|
|
[](http://isitmaintained.com/project/Lerking/python-repo-template "Percentage of issues still open")
|
|
[](http://isitmaintained.com/project/Lerking/python-repo-template "Average time to resolve an issue")
|
|
|
|
[](https://GitHub.com/Lerking/python-repo-template/pull)
|
|
[](https://GitHub.com/Lerking/python-repo-template/pull)
|
|
|
|
Coding time for this reposotory.</br>
|
|
[](https://wakatime.com/badge/user/d43f2852-fd6f-45b4-b713-558ad18204d4/project/dcf411f9-6d3e-4b14-9290-5ed419cf4012)
|
|
|
|
See the wiki for usage and examples.
|
|
[python-repo-template wiki page](https://github.com/Lerking/python-repo-template/wiki)
|
|
|
|
Visitors since repo creation.</br>
|
|

|
|
|
|
## 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`](docs/PROJECT_SPECIFICATION_TEMPLATE.md) |
|
|
| Value stream mapping template (OpenDocument Presentation) | [`docs/value-stream-mapping/value_stream_map_template.odp`](docs/value-stream-mapping/value_stream_map_template.odp) |
|
|
| New project setup checklist | [`docs/NEW_PROJECT_CHECKLIST.md`](docs/NEW_PROJECT_CHECKLIST.md) |
|
|
| Wiki template (copy into your repo's actual wiki) | [`wiki/`](wiki/) |
|
|
| Standard first-step issues (value stream goals, specification, wiki setup, checklist) | [`.github/ISSUE_TEMPLATE/`](.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.
|