oe-python-template 0.6.25__tar.gz → 0.6.26__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.copier-answers.yml +1 -1
  2. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/CHANGELOG.md +8 -1
  3. oe_python_template-0.6.26/CODE_STYLE.md +284 -0
  4. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/CONTRIBUTING.md +11 -12
  5. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/PKG-INFO +54 -52
  6. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/README.md +53 -51
  7. oe_python_template-0.6.26/RELEASE_NOTES.md +8 -0
  8. oe_python_template-0.6.26/SECURITY.md +59 -0
  9. oe_python_template-0.6.26/VERSION +1 -0
  10. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/partials/README_main.md +53 -51
  11. oe_python_template-0.6.26/docs/source/_static/openapi_v1.yaml +38 -0
  12. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/conf.py +1 -1
  13. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/pyproject.toml +2 -2
  14. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/sonar-project.properties +1 -1
  15. oe_python_template-0.6.26/template/CODE_STYLE.md.jinja +284 -0
  16. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/partials/README_main.md.jinja +2 -0
  17. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/uv.lock +1 -1
  18. oe_python_template-0.6.25/CODE_STYLE.md +0 -284
  19. oe_python_template-0.6.25/RELEASE_NOTES.md +0 -8
  20. oe_python_template-0.6.25/SECURITY.md +0 -60
  21. oe_python_template-0.6.25/VERSION +0 -1
  22. oe_python_template-0.6.25/docs/source/_static/openapi_v1.yaml +0 -188
  23. oe_python_template-0.6.25/template/CODE_STYLE.md.jinja +0 -284
  24. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.act-env-public +0 -0
  25. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.devcontainer/Dockerfile +0 -0
  26. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.devcontainer/devcontainer.json +0 -0
  27. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.devcontainer/onCreateCommand +0 -0
  28. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.devcontainer/postAttachCommand +0 -0
  29. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.devcontainer/postCreateCommand +0 -0
  30. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.env.example +0 -0
  31. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/copilot-instructions.md +0 -0
  32. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/dependabot.yml +0 -0
  33. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/prompts/.keep +0 -0
  34. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/workflows/codeql.yml +0 -0
  35. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/workflows/docker-image-build-publish.yml +0 -0
  36. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/workflows/package-build-publish-release.yml +0 -0
  37. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.github/workflows/test-and-report.yml +0 -0
  38. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.gitignore +0 -0
  39. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.pre-commit-config.yaml +0 -0
  40. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.python-version +0 -0
  41. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.readthedocs.yml +0 -0
  42. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.secrets.baseline +0 -0
  43. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.vscode/extensions.json +0 -0
  44. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/.vscode/settings.json +0 -0
  45. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/CODEOWNERS +0 -0
  46. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/Dockerfile +0 -0
  47. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/LICENSE +0 -0
  48. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/SERVICE_CONNECTIONS.md +0 -0
  49. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/bin/git-cliff +0 -0
  50. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/codecov.yml +0 -0
  51. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/compose.yaml +0 -0
  52. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/copier.yml +0 -0
  53. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/Makefile +0 -0
  54. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/make.bat +0 -0
  55. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/partials/README_footer.md +0 -0
  56. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/partials/README_header.md +0 -0
  57. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/_static/.keep +0 -0
  58. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/_static/openapi_v1.json +0 -0
  59. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/_static/openapi_v2.json +0 -0
  60. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/_static/openapi_v2.yaml +0 -0
  61. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/api_v1.rst +0 -0
  62. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/api_v1.rst.jinja +0 -0
  63. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/api_v2.rst +0 -0
  64. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/api_v2.rst.jinja +0 -0
  65. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/code-style.rst +0 -0
  66. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/contributing.rst +0 -0
  67. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/index.rst +0 -0
  68. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/latexmkrc +0 -0
  69. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/main.rst +0 -0
  70. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/reference.rst +0 -0
  71. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/release-notes.rst +0 -0
  72. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/docs/source/security.rst +0 -0
  73. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/examples/__init__.py +0 -0
  74. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/examples/notebook.ipynb +0 -0
  75. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/examples/notebook.py +0 -0
  76. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/examples/script.py +0 -0
  77. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/examples/streamlit.py +0 -0
  78. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/CHANGELOG.md +0 -0
  79. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
  80. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/LICENSE-MIT +0 -0
  81. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/README.md +0 -0
  82. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/completions/_git-cliff +0 -0
  83. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
  84. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
  85. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
  86. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
  87. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/git-cliff-completions +0 -0
  88. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/git-cliff-mangen +0 -0
  89. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
  90. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
  91. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/github-action-run +0 -0
  92. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/logo.png +0 -0
  93. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/n +0 -0
  94. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/noxfile.py +0 -0
  95. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/renovate.json +0 -0
  96. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/reports/.keep +0 -0
  97. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/src/oe_python_template/__init__.py +0 -0
  98. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/src/oe_python_template/api.py +0 -0
  99. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/src/oe_python_template/cli.py +0 -0
  100. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/src/oe_python_template/constants.py +0 -0
  101. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/src/oe_python_template/service.py +0 -0
  102. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.act-env-public.jinja +0 -0
  103. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.devcontainer/Dockerfile.jinja +0 -0
  104. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.devcontainer/devcontainer.json.jinja +0 -0
  105. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.devcontainer/onCreateCommand.jinja +0 -0
  106. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.devcontainer/postAttachCommand.jinja +0 -0
  107. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.devcontainer/postCreateCommand.jinja +0 -0
  108. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.env.example.jinja +0 -0
  109. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/copilot-instructions.md +0 -0
  110. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/dependabot.yml +0 -0
  111. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/workflows/codeql.yml +0 -0
  112. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/workflows/docker-image-build-publish.yml.jinja +0 -0
  113. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/workflows/package-build-publish-release.yml.jinja +0 -0
  114. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.github/workflows/test-and-report.yml.jinja +0 -0
  115. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.gitignore.jinja +0 -0
  116. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.pre-commit-config.yaml.jinja +0 -0
  117. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.python-version +0 -0
  118. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.readthedocs.yml.jinja +0 -0
  119. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.vscode/extensions.json +0 -0
  120. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/.vscode/settings.json.jinja +0 -0
  121. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/CHANGELOG.md +0 -0
  122. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/CODEOWNERS.jinja +0 -0
  123. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/CONTRIBUTING.md.jinja +0 -0
  124. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/Dockerfile.jinja +0 -0
  125. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/LICENSE.jinja +0 -0
  126. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/README.md +0 -0
  127. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/SECURITY.md.jinja +0 -0
  128. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/SERVICE_CONNECTIONS.md.jinja +0 -0
  129. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/VERSION +0 -0
  130. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/codecov.yml.jinja +0 -0
  131. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/compose.yaml.jinja +0 -0
  132. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/Makefile.jinja +0 -0
  133. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/make.bat.jinja +0 -0
  134. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/partials/README_footer.md.jinja +0 -0
  135. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/partials/README_header.md.jinja +0 -0
  136. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/_static/.keep +0 -0
  137. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/api_v1.rst.jinja +0 -0
  138. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/api_v2.rst.jinja +0 -0
  139. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/code-style.rst.jinja +0 -0
  140. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/conf.py.jinja +0 -0
  141. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/contributing.rst.jinja +0 -0
  142. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/index.rst.jinja +0 -0
  143. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/main.rst.jinja +0 -0
  144. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/reference.rst.jinja +0 -0
  145. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/release-notes.rst.jinja +0 -0
  146. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/docs/source/security.rst.jinja +0 -0
  147. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/examples/__init__.py.jinja +0 -0
  148. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/examples/notebook.ipynb.jinja +0 -0
  149. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/examples/notebook.py.jinja +0 -0
  150. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/examples/script.py.jinja +0 -0
  151. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/examples/streamlit.py.jinja +0 -0
  152. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/github-action-run.jinja +0 -0
  153. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/logo.png +0 -0
  154. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/n.jinja +0 -0
  155. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/noxfile.py.jinja +0 -0
  156. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/pyproject.toml.jinja +0 -0
  157. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/renovate.json +0 -0
  158. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/reports/.keep +0 -0
  159. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/sonar-project.properties.jinja +0 -0
  160. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/src/{{ project_name_snake_case }}/__init__.py.jinja +0 -0
  161. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/src/{{ project_name_snake_case }}/api.py.jinja +0 -0
  162. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/src/{{ project_name_snake_case }}/cli.py.jinja +0 -0
  163. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/src/{{ project_name_snake_case }}/constants.py.jinja +0 -0
  164. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/src/{{ project_name_snake_case }}/service.py.jinja +0 -0
  165. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/tests/__init__.py.jinja +0 -0
  166. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/tests/api_test.py.jinja +0 -0
  167. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/tests/cli_test.py.jinja +0 -0
  168. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/tests/fixtures/.keep +0 -0
  169. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/template/{{_copier_conf.answers_file}}.jinja +0 -0
  170. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/tests/__init__.py +0 -0
  171. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/tests/api_test.py +0 -0
  172. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/tests/cli_test.py +0 -0
  173. {oe_python_template-0.6.25 → oe_python_template-0.6.26}/tests/fixtures/.keep +0 -0
@@ -1,4 +1,4 @@
1
- _commit: v0.6.24-1-g398f37a
1
+ _commit: v0.6.25-1-gfb4e83c
2
2
  _src_path: .
3
3
  author_email: helmuthva@gmail.com
4
4
  author_github_username: helmut-hoffer-von-ankershoffen
@@ -1,6 +1,13 @@
1
1
  [🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
2
2
 
3
- ## [0.6.25](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.6.24..0.6.25) - 2025-03-20
3
+ ## [0.6.26](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.6.25..0.6.26) - 2025-03-20
4
+
5
+ ### 📚 Documentation
6
+
7
+ - Polish - ([f2c9ee5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/f2c9ee54fa3d18f09dab2c11b293cc237b4e0226))
8
+
9
+
10
+ ## [0.6.25](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.6.24..v0.6.25) - 2025-03-20
4
11
 
5
12
  ### 📚 Documentation
6
13
 
@@ -0,0 +1,284 @@
1
+ # Code Style
2
+
3
+ Author: Helmut Hoffer von Ankershoffen (@helmut-hoffer-von-ankershoffen ) - Status: Draft - Created: 2025-03-16 - Updated: 2025-03-16
4
+
5
+ This document describes the code style used in
6
+ [oe-python-template](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
7
+ and derivatives. It defines strict requirements to be followed by all
8
+ contributors - humans and agents - to ensure consistency and readability across
9
+ the codebase.
10
+
11
+ ## Code
12
+
13
+ We favor readability and maintainability over cleverness and brevity.
14
+
15
+ 1. We always write code that is easy to read, understand, maintain, test,
16
+ document, deploy, use, integrate, and extend.
17
+ 2. We always write code that is efficient and performant, but only if it does not
18
+ sacrifice readability, maintainability, and testability.
19
+ 3. We always write code that is secure and does not introduce vulnerabilities.
20
+ 4. We always write code that is portable and does not introduce platform-specific
21
+ dependencies.
22
+ 5. We always write code that is compatible with the Python version indicated in
23
+ the .python-version file in the root of this repository.
24
+
25
+ ## Naming
26
+
27
+ We believe that good names are essential for code readability and
28
+ maintainability. A good name is one that is descriptive, unambiguous, and
29
+ meaningful. It should convey the purpose and intent of the code it represents.
30
+
31
+ 1. We take extra care to find proper names for all identifiers, including
32
+ variables, functions, classes, types, tests, modules, and packages. We prefer
33
+ descriptive names that clearly indicate the purpose and functionality of the
34
+ code.
35
+ 2. We avoid using abbreviations, acronyms, and jargon unless they are widely
36
+ understood and accepted in the context of the code. We prefer full words and
37
+ phrases that are easy to understand.
38
+ 3. We avoid using single-letter names, except for loop variables and iterators.
39
+ 4. We avoid using generic names like `data`, `info`, `temp`, `foo`, `bar`, etc.
40
+ These names do not convey any meaning and make the code harder to read and
41
+ understand.
42
+ 5. We avoid using names that are too long or too short. A good name should be
43
+ concise but descriptive. It should be long enough to convey the purpose and
44
+ intent of the code, but not so long that it becomes cumbersome to read and
45
+ write.
46
+ 6. We avoid using names that are too similar or too different. A good name should
47
+ be unique and distinct. It should not be confused with other names in the
48
+ code. It should not be so different that it becomes hard to remember and
49
+ recognize.
50
+
51
+ ## Formatting
52
+
53
+ We use [ruff](https://github.com/astral-sh/ruff) to format Python code
54
+
55
+ 1. The ruff formatter adheres to the
56
+ [Black](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
57
+ code style which is [PEP 8](https://www.python.org/dev/peps/pep-0008/)
58
+ compliant.
59
+ 2. The ruff formatter is configured to use a max line length of 120.
60
+ 3. The ruff formatter is called by the lint session of nox.
61
+
62
+ Beyond PEP 8 we adhere to the following naming conventions: We use the following
63
+ conventions for Python code:
64
+
65
+ 1. Class names: `PascalCase` - descriptive nouns that clearly indicate purpose.
66
+ 2. Function/method names: `snake_case` - verb phrases that describe actions.
67
+ 3. Variables/attributes: `snake_case` - descriptive nouns/noun phrases.
68
+ 4. Constants: `UPPER_SNAKE_CASE`.
69
+ 5. Private members: Prefix with single underscore `_private_attribute`.
70
+ 6. "True" private members: Prefix with double underscore `__truly_private`.
71
+ 7. Type variables: `CamelCase` with short, descriptive names (e.g., `T`, `KT`,
72
+ `VT`).
73
+ 8. Boolean variables/functions: Prefix with `is_`, `has_`, `should_`, etc.
74
+ 9. Interface classes: Suffix with `Interface` or `Protocol`.
75
+
76
+ ## Linting and type checking
77
+
78
+ We use [ruff](https://github.com/astral-sh/ruff) to lint Python code
79
+
80
+ 1. All linting rules are enabled except those explicitly disabled in
81
+ pyproject.toml
82
+ 2. The ruff linter is called by the lint session of nox.
83
+
84
+ We use [mypy](https://mypy.readthedocs.io/) for static type checking of Python
85
+ code.
86
+
87
+ 1. mypy is configured to use the `strict` mode in pyproject.toml
88
+ 2. mypy is called by the lint session of nox.
89
+
90
+ ## Documentation
91
+
92
+ We use docstrings to document the purpose of modules, classes, types, functions,
93
+ its parameters and returns
94
+
95
+ 1. We use Google style docstrings with typed Args and Returns.
96
+ 2. We comment complex code and algorithms to explain their purpose and
97
+ functionality.
98
+ 3. We leave references with deep links in code to external documentation,
99
+ standards, and specifications.
100
+
101
+ We provide an auto-generated OpenAPI specification and reference documentation.
102
+
103
+ We generate the final documentation using Sphinx and publish it to readthedocs.
104
+
105
+ 1. Generation of documentation is called by the docs session of nox
106
+
107
+ ## Testing
108
+
109
+ We use [pytest](https://docs.pytest.org/en/stable/) for testing Python code.
110
+
111
+ 1. Tests are defined in the `tests/` directory
112
+ 2. We use pytest fixtures to set up test data and state
113
+ 3. We leverage several pytest plugins:
114
+ 1. `pytest-asyncio` for testing async code
115
+ 2. `pytest-cov` for coverage reporting
116
+ 3. `pytest-docker` for integration tests with containers
117
+ 4. `pytest-env` for environment variable management
118
+ 5. `pytest-regressions` for regression testing
119
+ 6. `pytest-xdist` for parallel test execution
120
+ 4. Test execution is automated through the nox test session which runs across the
121
+ Python versions indicated in the `pyproject.toml`.
122
+
123
+ Our test coverage is measured using `pytest-cov` and reported in the CI
124
+ pipeline.
125
+
126
+ 1. We aim for 100% unit coverage on all code paths, including error handling and
127
+ edge cases.
128
+ 2. We fail the CI if unit test coverage drops below 85%.
129
+
130
+ Apart from unit tests we provide integration tests and end-to-end tests:
131
+
132
+ 1. We smoke test as part of the CI/CD pipeline.
133
+ 2. We facilitate exploratory testing to ensure comprehensive coverage.
134
+ 3. We use `pytest-docker` for integration tests with containers.
135
+
136
+ ## Error Handling
137
+
138
+ We use structured, explicit error handling that enables effective debugging and
139
+ monitoring:
140
+
141
+ 1. Use specific exception classes instead of generic ones.
142
+ 2. Include contextual information in exception messages.
143
+ 3. Log exceptions with appropriate severity levels and context.
144
+ 4. Gracefully degrade functionality when possible rather than failing completely.
145
+ 5. Use type hints to catch type errors at compile time rather than runtime.
146
+ 6. Design errors to be actionable for both users and developers.
147
+
148
+ ## Logging
149
+
150
+ We log information to help with debugging and monitoring:
151
+
152
+ 1. Use structured logging with consistent fields across all log entries.
153
+ 2. Include correlation IDs for tracking requests across components.
154
+ 3. Log at appropriate levels (DEBUG, INFO, WARNING, ERROR, CRITICAL).
155
+ 4. Be mindful of PII and sensitive data in logs, using obfuscation where needed.
156
+ 5. Consider log volume and performance impact in production environments.
157
+
158
+ ## Performance Considerations
159
+
160
+ We consider performance from the early design stage, not as an afterthought:
161
+
162
+ 1. Consider algorithmic complexity (Big O notation) for all operations.
163
+ 2. Prefer lazy evaluation when dealing with large datasets.
164
+ 3. Use appropriate data structures for specific access patterns.
165
+ 4. Be mindful of memory usage, especially for long-running processes.
166
+ 5. Consider profiling for critical paths and potential bottlenecks.
167
+ 6. Document performance characteristics and assumptions.
168
+ 7. Write benchmarks for performance-critical code.
169
+ 8. Design for horizontal scaling from the beginning.
170
+ 9. Use asynchronous operations appropriately for I/O-bound tasks.
171
+ 10. Consider caching strategies when appropriate.
172
+
173
+ ## API Design
174
+
175
+ For both internal and external APIs we follow the principle of least surprise.
176
+
177
+ 1. We maintain backward compatibility whenever possible. If not possible we add a
178
+ new major version of the API.
179
+ 2. Implement proper versioning for breaking changes.
180
+ 3. Document error conditions, return values, and side effects.
181
+ 4. Design for testability and mockability.
182
+ 5. Provide sensible defaults while allowing for configuration.
183
+ 6. Follow RESTful principles for HTTP APIs.
184
+ 7. Use consistent parameter ordering and naming.
185
+ 8. Implement proper validation with helpful error messages.
186
+ 9. Consider rate limiting and circuit breaking for external services.
187
+
188
+ ## Security
189
+
190
+ We prioritize security at every stage of development to prevent vulnerabilities
191
+ and protect our users.
192
+
193
+ 1. Follow the principle of least privilege for all operations and access
194
+ controls.
195
+ 2. Never store secrets (API keys, passwords, tokens) in code repositories.
196
+ 1. Use environment variables or dedicated secret management services.
197
+ 2. Code is checked via `detect-secrets` pre-commit hook to prevent accidental
198
+ commits of secrets.
199
+
200
+ We implement proper input validation and sanitization for all external inputs
201
+ via [pydantic](https://pydantic-docs.helpmanual.io/):
202
+
203
+ 1. Validate inputs as early as possible in the data flow.
204
+
205
+ We handle authentication and authorization correctly:
206
+
207
+ 1. Use industry-standard authentication protocols (OAuth, JWT).
208
+ 2. Separate authentication from authorization logic.
209
+ 3. Implement proper session management with secure cookies.
210
+ 4. Protect against common vulnerabilities:
211
+ 1. SQL Injection: Use parameterized queries or ORM frameworks.
212
+ 2. XSS: Apply proper output encoding.
213
+ 3. CSRF: Implement anti-CSRF tokens for state-changing operations.
214
+ 4. SSRF: Validate and restrict URL destinations.
215
+ 5. Command Injection: Avoid direct system command execution where possible.
216
+ 5. Implement proper error handling that doesn't leak sensitive information.
217
+ 6. Use secure defaults and fail closed (secure) rather than open (insecure).
218
+
219
+ We apply the principle of defense in depth:
220
+
221
+ 1. Don't rely on a single security control.
222
+ 2. Implement multiple layers of protection.
223
+ 3. Document security considerations in code and design documents.
224
+ 4. Write security-focused tests:
225
+ 1. Test for security property violations.
226
+ 2. Test error cases and edge conditions.
227
+ 3. Test for resource exhaustion scenarios.
228
+ 5. Apply proper rate limiting and throttling to prevent abuse.
229
+ 6. For cryptographic operations:
230
+ 1. Use established libraries, not custom implementations.
231
+ 2. Follow current best practices for algorithm selection and key management.
232
+ 3. Be aware of the limitations of cryptographic primitives.
233
+ 7. Regularly run security-focused static analysis tools as part of CI/CD:
234
+ 1. CodeQL analysis (via GitHub Actions)
235
+ 2. SonarCloud checks for security vulnerabilities
236
+
237
+ Our security posture is defined in [SECURITY.md](SECURITY.md).
238
+
239
+ ## Dependency Management
240
+
241
+ We use modern dependency management practices:
242
+
243
+ 1. [uv](https://github.com/astral-sh/uv) for fast, reliable package installation
244
+ and environment management
245
+ 2. Dependency version locking via uv.lock file
246
+ 3. Regular dependency auditing:
247
+ 1. Security auditing via `pip-audit`
248
+ 2. License compliance checks via `pip-licenses`
249
+ 3. SBOM generation via `cyclonedx-py`
250
+
251
+ Dependency updates are automated via Dependabot and Renovate to ensure we stay
252
+ current with security patches.
253
+
254
+ ## Versioning
255
+
256
+ We use [semantic versioning](https://semver.org/) for versioning our releases:
257
+
258
+ 1. MAJOR: Breaking changes
259
+ 2. MINOR: New features, non-breaking changes
260
+ 3. PATCH: Bug fixes, non-breaking changes
261
+
262
+ Our API versioning follows the same principles, with major versions indicated in
263
+ the URL (e.g., /api/v1/resource) and the full version provided as part of the
264
+ OpenAPI pecification.
265
+
266
+ ## Conventional Commits
267
+
268
+ Our commit messages follow conventional commits format.
269
+
270
+ 1. We use 'feat','fix','chore','docs','style','refactor','test' prefixes and
271
+ components in parentheses. E.g.
272
+ `feat(api): add new endpoint for user registration`.
273
+
274
+ ## Guidance for AI Pair Programming
275
+
276
+ When generating code with AI assistance:
277
+
278
+ 1. AI-generated code must follow all style guidelines in this document.
279
+ 2. Always review AI-generated code for correctness, security implications, and
280
+ adherence to project patterns.
281
+ 3. Use AI to generate tests alongside implementation code.
282
+ 4. Request explanations for complex algorithms or patterns in the generated code.
283
+ 5. Remember that AI should augment, not replace, human judgment about code
284
+ quality and design decisions.
@@ -55,8 +55,8 @@ examples/ # Example code demonstrating use of the project
55
55
  Don't forget to configure your `.env` file with the required environment variables.
56
56
 
57
57
  Notes:
58
- * .env.example is provided as a template.
59
- * .env is excluded from version control, so feel free to add secret values.
58
+ 1. .env.example is provided as a template.
59
+ 2. .env is excluded from version control, so feel free to add secret values.
60
60
 
61
61
  ### update dependencies and create virtual environment
62
62
 
@@ -117,9 +117,8 @@ uv run nox -s act
117
117
  ```
118
118
 
119
119
  Notes:
120
-
121
- - Workflow defined in `.github/workflows/*.yml`
122
- - test-and-report.yml calls all build steps defined in noxfile.py
120
+ 1. Workflow defined in `.github/workflows/*.yml`
121
+ 2. test-and-report.yml calls all build steps defined in noxfile.py
123
122
 
124
123
  ### Docker
125
124
 
@@ -147,10 +146,10 @@ uv run nox -s update_from_template
147
146
 
148
147
  ## Pull Request Guidelines
149
148
 
150
- - Before starting to write code read the [code style guide](CODE_STYLE.md) document for mandatory coding style
151
- guidelines.
152
- - **Pre-Commit Hooks:** We use pre-commit hooks to ensure code quality. Please install the pre-commit hooks by running `uv run pre-commit install`. This ensure all tests, linting etc. pass locally before you can commit.
153
- - **Squash Commits:** Before submitting a pull request, please squash your commits into a single commit.
154
- - **Branch Naming:** Use descriptive branch names like `feature/your-feature` or `fix/issue-number`.
155
- - **Testing:** Ensure new features have appropriate test coverage.
156
- - **Documentation:** Update documentation to reflect any changes or new features.
149
+ 1. Before starting to write code read the [code style guide](CODE_STYLE.md) document for mandatory coding style
150
+ guidelines.
151
+ 2. **Pre-Commit Hooks:** We use pre-commit hooks to ensure code quality. Please install the pre-commit hooks by running `uv run pre-commit install`. This ensure all tests, linting etc. pass locally before you can commit.
152
+ 3. **Squash Commits:** Before submitting a pull request, please squash your commits into a single commit.
153
+ 4. **Branch Naming:** Use descriptive branch names like `feature/your-feature` or `fix/issue-number`.
154
+ 5. **Testing:** Ensure new features have appropriate test coverage.
155
+ 6. **Documentation:** Update documentation to reflect any changes or new features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template
3
- Version: 0.6.25
3
+ Version: 0.6.26
4
4
  Summary: 🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
5
5
  Project-URL: Homepage, https://oe-python-template.readthedocs.io/en/latest/
6
6
  Project-URL: Documentation, https://oe-python-template.readthedocs.io/en/latest/
@@ -107,38 +107,40 @@ This [Copier](https://copier.readthedocs.io/en/stable/) template enables you to
107
107
  Projects generated from this template can be [easily updated](https://copier.readthedocs.io/en/stable/updating/) to benefit from improvements and new features of the template.
108
108
 
109
109
  Features:
110
- - Package management with [uv](https://github.com/astral-sh/uv)
111
- - Code formatting with [Ruff](https://github.com/astral-sh/ruff)
112
- - Linting with [Ruff](https://github.com/astral-sh/ruff)
113
- - Static type checking with [mypy](https://mypy.readthedocs.io/en/stable/)
114
- - Complete set of [pre-commit](https://pre-commit.com/) hooks including [detect-secrets](https://github.com/Yelp/detect-secrets) and [pygrep](https://github.com/pre-commit/pygrep-hooks)
115
- - Unit and E2E testing with [pytest](https://docs.pytest.org/en/stable/) including parallel test execution
116
- - Matrix testing in multiple environments with [nox](https://nox.thea.codes/en/stable/)
117
- - Test coverage reported with [Codecov](https://codecov.io/) and published as release artifact
118
- - CI/CD pipeline automated with [GitHub Actions](https://github.com/features/actions)
119
- - CI/CD pipeline can be run locally with [act](https://github.com/nektos/act)
120
- - Code quality and security checks with [SonarQube](https://www.sonarsource.com/products/sonarcloud) and [GitHub CodeQL](https://codeql.github.com/)
121
- - Dependency monitoring with [pip-audit](https://pypi.org/project/pip-audit/), [Renovate](https://github.com/renovatebot/renovate), and [GitHub Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
122
- - Licenses of dependencies extracted with [pip-licenses](https://pypi.org/project/pip-licenses/) and published as release artifacts in CSV and JSON format for compliance checks
123
- - Software Bill of Materials (SBOM) generated with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) and published as release artifact
124
- - Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
125
- - Changelog and release notes generated with [git-cliff](https://git-cliff.org/)
126
- - Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation and PDF export
127
- - Documentation published to [Read The Docs](https://readthedocs.org/)
128
- - Interactive OpenAPI specification with [Swagger](https://swagger.io/)
129
- - Python package published to [PyPI](https://pypi.org/)
130
- - Docker images published to [Docker.io](https://hub.docker.com/) and [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) with [artifact attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds)
131
- - One-click development environments with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) and [GitHub Codespaces](https://github.com/features/codespaces)
110
+ 1. Package management with [uv](https://github.com/astral-sh/uv)
111
+ 2. Code formatting with [Ruff](https://github.com/astral-sh/ruff)
112
+ 3. Linting with [Ruff](https://github.com/astral-sh/ruff)
113
+ 4. Static type checking with [mypy](https://mypy.readthedocs.io/en/stable/)
114
+ 5. Complete set of [pre-commit](https://pre-commit.com/) hooks including [detect-secrets](https://github.com/Yelp/detect-secrets) and [pygrep](https://github.com/pre-commit/pygrep-hooks)
115
+ 6. Unit and E2E testing with [pytest](https://docs.pytest.org/en/stable/) including parallel test execution
116
+ 7. Matrix testing in multiple environments with [nox](https://nox.thea.codes/en/stable/)
117
+ 8. Test coverage reported with [Codecov](https://codecov.io/) and published as release artifact
118
+ 9. CI/CD pipeline automated with [GitHub Actions](https://github.com/features/actions)
119
+ 10. CI/CD pipeline can be run locally with [act](https://github.com/nektos/act)
120
+ 11. Code quality and security checks with [SonarQube](https://www.sonarsource.com/products/sonarcloud) and [GitHub CodeQL](https://codeql.github.com/)
121
+ 12. Dependency monitoring with [pip-audit](https://pypi.org/project/pip-audit/), [Renovate](https://github.com/renovatebot/renovate), and [GitHub Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
122
+ 13. Licenses of dependencies extracted with [pip-licenses](https://pypi.org/project/pip-licenses/) and published as release artifacts in CSV and JSON format for compliance checks
123
+ 14. Software Bill of Materials (SBOM) generated with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) and published as release artifact
124
+ 15. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
125
+ 16. Changelog and release notes generated with [git-cliff](https://git-cliff.org/)
126
+ 17. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation and PDF export
127
+ 18. Documentation published to [Read The Docs](https://readthedocs.org/)
128
+ 19. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
129
+ 20. Python package published to [PyPI](https://pypi.org/)
130
+ 21. Docker images published to [Docker.io](https://hub.docker.com/) and [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) with [artifact attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds)
131
+ 22. One-click development environments with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) and [GitHub Codespaces](https://github.com/features/codespaces)
132
+ 23. Settings for use with [VSCode](https://code.visualstudio.com/)
133
+ 24. Settings and custom instructions for use with [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot)
132
134
 
133
135
  The generated project includes code, documentation and configuration of a fully functioning demo-application and service, which can be used as a starting point for your own project.
134
- - Service architecture suitable for use as shared library
135
- - Validation with [pydantic](https://docs.pydantic.dev/)
136
- - Command-line interface (CLI) with [Typer](https://typer.tiangolo.com/)
137
- - Versioned Web API with [FastAPI](https://fastapi.tiangolo.com/)
138
- - [Interactive Jupyter notebook](https://jupyter.org/) and [reactive Marimo notebook](https://marimo.io/)
139
- - Simple Web UI with [Streamlit](https://streamlit.io/)
140
- - Configuration to run the CLI and API in a Docker container including setup for [Docker Compose](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-docker-compose/)
141
- - Documentation including badges, setup instructions, contribution guide and security policy
136
+ 1. Service architecture suitable for use as shared library
137
+ 2. Validation with [pydantic](https://docs.pydantic.dev/)
138
+ 3. Command-line interface (CLI) with [Typer](https://typer.tiangolo.com/)
139
+ 4. Versioned Web API with [FastAPI](https://fastapi.tiangolo.com/)
140
+ 5. [Interactive Jupyter notebook](https://jupyter.org/) and [reactive Marimo notebook](https://marimo.io/)
141
+ 6. Simple Web UI with [Streamlit](https://streamlit.io/)
142
+ 7. Configuration to run the CLI and API in a Docker container including setup for [Docker Compose](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-docker-compose/)
143
+ 8. Documentation including badges, setup instructions, contribution guide and security policy
142
144
 
143
145
  Explore [here](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example) for what's generated out of the box.
144
146
 
@@ -187,9 +189,9 @@ external services such as CloudCov, SonarQube Cloud, Read The Docs, Docker.io, a
187
189
  ./n bump
188
190
  ```
189
191
  Notes:
190
- * You can remove this section post having successfully generated your project.
191
- * The following sections refer to the dummy application and service provided by this template.
192
- Use them as inspiration and adapt them to your own project.
192
+ 1. You can remove this section post having successfully generated your project.
193
+ 2. The following sections refer to the dummy application and service provided by this template.
194
+ Use them as inspiration and adapt them to your own project.
193
195
 
194
196
  ## Overview
195
197
 
@@ -215,9 +217,9 @@ uvx oe-python-template serve --port=4711 # serves web API on port 4711
215
217
  ```
216
218
 
217
219
  Notes:
218
- * The API is versioned, mounted at `/api/v1` resp. `/api/v2`
219
- * While serving the web API go to [http://127.0.0.1:8000/api/v1/hello-world](http://127.0.0.1:8000/api/v1/hello-world) to see the respons of the `hello-world` operation.
220
- * Interactive documentation is provided at [http://127.0.0.1:8000/api/docs](http://127.0.0.1:8000/api/docs)
220
+ 1. The API is versioned, mounted at `/api/v1` resp. `/api/v2`
221
+ 2. While serving the web API go to [http://127.0.0.1:8000/api/v1/hello-world](http://127.0.0.1:8000/api/v1/hello-world) to see the respons of the `hello-world` operation.
222
+ 3. Interactive documentation is provided at [http://127.0.0.1:8000/api/docs](http://127.0.0.1:8000/api/docs)
221
223
 
222
224
 
223
225
  The CLI provides extensive help:
@@ -235,21 +237,21 @@ uvx oe-python-template serve --help
235
237
 
236
238
  This project is designed with operational excellence in mind, using modern Python tooling and practices. It includes:
237
239
 
238
- * Various examples demonstrating usage:
239
- - [Simple Python script](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/script.py)
240
- - [Streamlit web application](https://oe-python-template.streamlit.app/) deployed on [Streamlit Community Cloud](https://streamlit.io/cloud)
241
- - [Jupyter](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/notebook.ipynb) and [Marimo](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/notebook.py) notebook
242
- * [Complete reference documentation](https://oe-python-template.readthedocs.io/en/latest/reference.html) on Read the Docs
243
- * [Transparent test coverage](https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/oe-python-template) including unit and E2E tests (reported on Codecov)
244
- * Matrix tested with [multiple python versions](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/noxfile.py) to ensure compatibility (powered by [Nox](https://nox.thea.codes/en/stable/))
245
- * Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
246
- * Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate) and [Dependabot](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/security/dependabot))
247
- * [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template) in security, maintainability, and reliability with low technical debt and codesmell (verified by SonarQube)
248
- * Additional code security checks using [CodeQL](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/security/code-scanning)
249
- * [Security Policy](SECURITY.md)
250
- * [License](LICENSE) compliant with the Open Source Initiative (OSI)
251
- * 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template/tags)
252
- * Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
240
+ 1. Various examples demonstrating usage:
241
+ a. [Simple Python script](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/script.py)
242
+ b. [Streamlit web application](https://oe-python-template.streamlit.app/) deployed on [Streamlit Community Cloud](https://streamlit.io/cloud)
243
+ c. [Jupyter](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/notebook.ipynb) and [Marimo](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/examples/notebook.py) notebook
244
+ 2. [Complete reference documentation](https://oe-python-template.readthedocs.io/en/latest/reference.html) on Read the Docs
245
+ 3. [Transparent test coverage](https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/oe-python-template) including unit and E2E tests (reported on Codecov)
246
+ 4. Matrix tested with [multiple python versions](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/noxfile.py) to ensure compatibility (powered by [Nox](https://nox.thea.codes/en/stable/))
247
+ 5. Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
248
+ 6. Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate) and [Dependabot](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/security/dependabot))
249
+ 7. [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template) in security, maintainability, and reliability with low technical debt and codesmell (verified by SonarQube)
250
+ 8. Additional code security checks using [CodeQL](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/security/code-scanning)
251
+ 9. [Security Policy](SECURITY.md)
252
+ 10. [License](LICENSE) compliant with the Open Source Initiative (OSI)
253
+ 11. 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template/tags)
254
+ 12. Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
253
255
 
254
256
 
255
257
  ## Usage Examples