oe-python-template 0.8.34__tar.gz → 0.9.0__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.8.34 → oe_python_template-0.9.0}/PKG-INFO +4 -4
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/README.md +3 -3
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/pyproject.toml +2 -2
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/.gitignore +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/LICENSE +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/__init__.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/api.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/cli.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/constants.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/models.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/src/oe_python_template/service.py +0 -0
- {oe_python_template-0.8.34 → oe_python_template-0.9.0}/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.
|
|
3
|
+
Version: 0.9.0
|
|
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/
|
|
@@ -129,8 +129,8 @@ Projects generated with this template come with a comprehensive development tool
|
|
|
129
129
|
13. Software Bill of Materials (SBOM) generated in [CycloneDX](https://cyclonedx.org/) and [SPDX](https://spdx.dev/) formats with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) resp. [trivy](https://trivy.dev/latest/), published as release artifacts
|
|
130
130
|
14. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
|
|
131
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
|
|
133
|
-
17. Documentation published to [Read The Docs](https://readthedocs.org/)
|
|
132
|
+
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation for the library, CLI, and API
|
|
133
|
+
17. Documentation published to [Read The Docs](https://readthedocs.org/) including generation of PDF and single page HTML versions
|
|
134
134
|
18. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
|
|
135
135
|
19. Python package published to [PyPI](https://pypi.org/)
|
|
136
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)
|
|
@@ -446,7 +446,7 @@ Dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet i
|
|
|
446
446
|
* Check out the [API Reference](https://oe-python-template.readthedocs.io/en/latest/api_reference_v1.html) with detailed documentation of all API operations and parameters.
|
|
447
447
|
* Our [release notes](https://oe-python-template.readthedocs.io/en/latest/release-notes.html) provide a complete log of recent improvements and changes.
|
|
448
448
|
* 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.
|
|
449
|
-
* We gratefully acknowledge the [open source projects](
|
|
449
|
+
* We gratefully acknowledge the [open source projects](https://oe-python-template.readthedocs.io/en/latest/attributions.html) that this project builds upon. Thank you to all these wonderful contributors!
|
|
450
450
|
|
|
451
451
|
## Star History
|
|
452
452
|
|
|
@@ -68,8 +68,8 @@ Projects generated with this template come with a comprehensive development tool
|
|
|
68
68
|
13. Software Bill of Materials (SBOM) generated in [CycloneDX](https://cyclonedx.org/) and [SPDX](https://spdx.dev/) formats with [cyclonedx-python](https://github.com/CycloneDX/cyclonedx-python) resp. [trivy](https://trivy.dev/latest/), published as release artifacts
|
|
69
69
|
14. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
|
|
70
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
|
|
72
|
-
17. Documentation published to [Read The Docs](https://readthedocs.org/)
|
|
71
|
+
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation for the library, CLI, and API
|
|
72
|
+
17. Documentation published to [Read The Docs](https://readthedocs.org/) including generation of PDF and single page HTML versions
|
|
73
73
|
18. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
|
|
74
74
|
19. Python package published to [PyPI](https://pypi.org/)
|
|
75
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)
|
|
@@ -385,7 +385,7 @@ Dolor sit amet, consectetur adipiscing elit. Donec a diam lectus. Sed sit amet i
|
|
|
385
385
|
* Check out the [API Reference](https://oe-python-template.readthedocs.io/en/latest/api_reference_v1.html) with detailed documentation of all API operations and parameters.
|
|
386
386
|
* Our [release notes](https://oe-python-template.readthedocs.io/en/latest/release-notes.html) provide a complete log of recent improvements and changes.
|
|
387
387
|
* 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.
|
|
388
|
-
* We gratefully acknowledge the [open source projects](
|
|
388
|
+
* We gratefully acknowledge the [open source projects](https://oe-python-template.readthedocs.io/en/latest/attributions.html) that this project builds upon. Thank you to all these wonderful contributors!
|
|
389
389
|
|
|
390
390
|
## Star History
|
|
391
391
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "oe-python-template"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.9.0"
|
|
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" }]
|
|
@@ -262,7 +262,7 @@ source = ["src/"]
|
|
|
262
262
|
|
|
263
263
|
|
|
264
264
|
[tool.bumpversion]
|
|
265
|
-
current_version = "0.
|
|
265
|
+
current_version = "0.9.0"
|
|
266
266
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
267
267
|
serialize = ["{major}.{minor}.{patch}"]
|
|
268
268
|
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
|