oe-python-template 0.8.33__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template
3
- Version: 0.8.33
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 PDF export
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](ATTRIBUTIONS.md) that this project builds upon. Thank you to all these wonderful contributors!
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 PDF export
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](ATTRIBUTIONS.md) that this project builds upon. Thank you to all these wonderful contributors!
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.8.33"
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" }]
@@ -243,6 +243,7 @@ markers = [
243
243
  "no_extras: tests that do require no extras installed",
244
244
  "scheduled: tests to run on a schedule",
245
245
  "sequential: exclude from parallel test execution",
246
+ "skip_with_act: don't run with act",
246
247
  # Custom
247
248
  # Nothing yet
248
249
  ]
@@ -261,7 +262,7 @@ source = ["src/"]
261
262
 
262
263
 
263
264
  [tool.bumpversion]
264
- current_version = "0.8.33"
265
+ current_version = "0.9.0"
265
266
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
266
267
  serialize = ["{major}.{minor}.{patch}"]
267
268
  search = "{current_version}"