oe-python-template 0.7.8__tar.gz → 0.7.9__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.
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/PKG-INFO +15 -13
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/README.md +14 -12
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/pyproject.toml +3 -3
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/.gitignore +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/LICENSE +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/__init__.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/api.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/cli.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/constants.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/models.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/service.py +0 -0
- {oe_python_template-0.7.8 → oe_python_template-0.7.9}/src/oe_python_template/settings.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oe-python-template
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.9
|
|
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/
|
|
@@ -124,18 +124,19 @@ Projects generated with this template come with a comprehensive development tool
|
|
|
124
124
|
8. CI/CD pipeline can be run locally with [act](https://github.com/nektos/act)
|
|
125
125
|
9. Code quality and security checks with [SonarQube](https://www.sonarsource.com/products/sonarcloud) and [GitHub CodeQL](https://codeql.github.com/)
|
|
126
126
|
10. 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)
|
|
127
|
-
11. 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
|
|
128
|
-
12.
|
|
129
|
-
13.
|
|
130
|
-
14.
|
|
131
|
-
15.
|
|
132
|
-
16. Documentation
|
|
133
|
-
17.
|
|
134
|
-
18.
|
|
135
|
-
19.
|
|
136
|
-
20.
|
|
137
|
-
21.
|
|
138
|
-
22. Settings
|
|
127
|
+
11. Licenses of dependencies extracted with [pip-licenses](https://pypi.org/project/pip-licenses/), matched with allow list, and published as release artifacts in CSV and JSON format for compliance checks
|
|
128
|
+
12. Generation of attributions from extracted licenses
|
|
129
|
+
13. Software Bill of Materials (SBOM) generated with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) and published as release artifact
|
|
130
|
+
14. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
|
|
131
|
+
15. Changelog and release notes generated with [git-cliff](https://git-cliff.org/)
|
|
132
|
+
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation and PDF export
|
|
133
|
+
17. Documentation published to [Read The Docs](https://readthedocs.org/)
|
|
134
|
+
18. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
|
|
135
|
+
19. Python package published to [PyPI](https://pypi.org/)
|
|
136
|
+
20. 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)
|
|
137
|
+
21. One-click development environments with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) and [GitHub Codespaces](https://github.com/features/codespaces)
|
|
138
|
+
22. Settings for use with [VSCode](https://code.visualstudio.com/)
|
|
139
|
+
23. Settings and custom instructions for use with [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot)
|
|
139
140
|
|
|
140
141
|
### Application Features
|
|
141
142
|
|
|
@@ -436,6 +437,7 @@ Dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet i
|
|
|
436
437
|
* Check out the [reference](https://oe-python-template.readthedocs.io/en/latest/reference.html) with detailed documentation of public classes and functions.
|
|
437
438
|
* Our [release notes](https://oe-python-template.readthedocs.io/en/latest/release-notes.html) provide a complete log of recent improvements and changes.
|
|
438
439
|
* In case you want to help us improve 🧠 OE Python Template: The [contribution guidelines](https://oe-python-template.readthedocs.io/en/latest/contributing.html) explain how to setup your development environment and create pull requests.
|
|
440
|
+
* We gratefully acknowledge the [open source projects](ATTRIBUTIONS.md) that this project builds upon. Thank you to all these wonderful contributors!
|
|
439
441
|
|
|
440
442
|
## Star History
|
|
441
443
|
|
|
@@ -63,18 +63,19 @@ Projects generated with this template come with a comprehensive development tool
|
|
|
63
63
|
8. CI/CD pipeline can be run locally with [act](https://github.com/nektos/act)
|
|
64
64
|
9. Code quality and security checks with [SonarQube](https://www.sonarsource.com/products/sonarcloud) and [GitHub CodeQL](https://codeql.github.com/)
|
|
65
65
|
10. 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)
|
|
66
|
-
11. 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
|
|
67
|
-
12.
|
|
68
|
-
13.
|
|
69
|
-
14.
|
|
70
|
-
15.
|
|
71
|
-
16. Documentation
|
|
72
|
-
17.
|
|
73
|
-
18.
|
|
74
|
-
19.
|
|
75
|
-
20.
|
|
76
|
-
21.
|
|
77
|
-
22. Settings
|
|
66
|
+
11. Licenses of dependencies extracted with [pip-licenses](https://pypi.org/project/pip-licenses/), matched with allow list, and published as release artifacts in CSV and JSON format for compliance checks
|
|
67
|
+
12. Generation of attributions from extracted licenses
|
|
68
|
+
13. Software Bill of Materials (SBOM) generated with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) and published as release artifact
|
|
69
|
+
14. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
|
|
70
|
+
15. Changelog and release notes generated with [git-cliff](https://git-cliff.org/)
|
|
71
|
+
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation and PDF export
|
|
72
|
+
17. Documentation published to [Read The Docs](https://readthedocs.org/)
|
|
73
|
+
18. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
|
|
74
|
+
19. Python package published to [PyPI](https://pypi.org/)
|
|
75
|
+
20. 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)
|
|
76
|
+
21. One-click development environments with [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) and [GitHub Codespaces](https://github.com/features/codespaces)
|
|
77
|
+
22. Settings for use with [VSCode](https://code.visualstudio.com/)
|
|
78
|
+
23. Settings and custom instructions for use with [GitHub Copilot](https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot)
|
|
78
79
|
|
|
79
80
|
### Application Features
|
|
80
81
|
|
|
@@ -375,6 +376,7 @@ Dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet i
|
|
|
375
376
|
* Check out the [reference](https://oe-python-template.readthedocs.io/en/latest/reference.html) with detailed documentation of public classes and functions.
|
|
376
377
|
* Our [release notes](https://oe-python-template.readthedocs.io/en/latest/release-notes.html) provide a complete log of recent improvements and changes.
|
|
377
378
|
* In case you want to help us improve 🧠 OE Python Template: The [contribution guidelines](https://oe-python-template.readthedocs.io/en/latest/contributing.html) explain how to setup your development environment and create pull requests.
|
|
379
|
+
* We gratefully acknowledge the [open source projects](ATTRIBUTIONS.md) that this project builds upon. Thank you to all these wonderful contributors!
|
|
378
380
|
|
|
379
381
|
## Star History
|
|
380
382
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "oe-python-template"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.9"
|
|
4
4
|
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@gmail.com" }]
|
|
@@ -107,7 +107,7 @@ dev = [
|
|
|
107
107
|
"mypy>=1.5.0",
|
|
108
108
|
"nox[uv]>=2025.2.9",
|
|
109
109
|
"pip-audit>=2.8.0",
|
|
110
|
-
"pip-licenses
|
|
110
|
+
"pip-licenses @ git+https://github.com/neXenio/pip-licenses.git@master", # https://github.com/raimon49/pip-licenses/pull/224
|
|
111
111
|
"pre-commit>=4.1.0",
|
|
112
112
|
"pyright>=1.1.398",
|
|
113
113
|
"pytest>=8.3.5",
|
|
@@ -252,7 +252,7 @@ source = ["src/"]
|
|
|
252
252
|
|
|
253
253
|
|
|
254
254
|
[tool.bumpversion]
|
|
255
|
-
current_version = "0.7.
|
|
255
|
+
current_version = "0.7.9"
|
|
256
256
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
257
257
|
serialize = ["{major}.{minor}.{patch}"]
|
|
258
258
|
search = "{current_version}"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|