oe-python-template-example 0.2.16__py3-none-any.whl → 0.3.0__py3-none-any.whl
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_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/METADATA +7 -5
- {oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/RECORD +5 -5
- {oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/WHEEL +0 -0
- {oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/entry_points.txt +0 -0
- {oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/licenses/LICENSE +0 -0
{oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template-example
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: 🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
|
5
5
|
Project-URL: Homepage, https://oe-python-template-example.readthedocs.io/en/latest/
|
6
6
|
Project-URL: Documentation, https://oe-python-template-example.readthedocs.io/en/latest/
|
@@ -132,8 +132,8 @@ Projects generated with this template come with a comprehensive development tool
|
|
132
132
|
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
|
133
133
|
14. Version and release management with [bump-my-version](https://callowayproject.github.io/bump-my-version/)
|
134
134
|
15. Changelog and release notes generated with [git-cliff](https://git-cliff.org/)
|
135
|
-
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation and
|
136
|
-
17. Documentation published to [Read The Docs](https://readthedocs.org/)
|
135
|
+
16. Documentation generated with [Sphinx](https://www.sphinx-doc.org/en/master/) including reference documentation for the library, CLI, and API
|
136
|
+
17. Documentation published to [Read The Docs](https://readthedocs.org/) including generation of PDF and single page HTML versions
|
137
137
|
18. Interactive OpenAPI specification with [Swagger](https://swagger.io/)
|
138
138
|
19. Python package published to [PyPI](https://pypi.org/)
|
139
139
|
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)
|
@@ -452,10 +452,12 @@ Nothing yet
|
|
452
452
|
## Further Reading
|
453
453
|
|
454
454
|
* Inspect our [security policy](https://oe-python-template-example.readthedocs.io/en/latest/security.html) with detailed documentation of checks, tools and principles.
|
455
|
+
* Check out the [CLI Reference](https://oe-python-template-example.readthedocs.io/en/latest/cli_reference.html) with detailed documentation of all CLI commands and options.
|
456
|
+
* Check out the [Library Reference](https://oe-python-template-example.readthedocs.io/en/latest/lib_reference.html) with detailed documentation of public classes and functions.
|
457
|
+
* Check out the [API Reference](https://oe-python-template-example.readthedocs.io/en/latest/api_reference_v1.html) with detailed documentation of all API operations and parameters.
|
455
458
|
* Our [release notes](https://oe-python-template-example.readthedocs.io/en/latest/release-notes.html) provide a complete log of recent improvements and changes.
|
456
|
-
* Check out the [reference](https://oe-python-template-example.readthedocs.io/en/latest/reference.html) with detailed documentation of public classes and functions.
|
457
459
|
* In case you want to help us improve 🧠 OE Python Template Example: The [contribution guidelines](https://oe-python-template-example.readthedocs.io/en/latest/contributing.html) explain how to setup your development environment and create pull requests.
|
458
|
-
* We gratefully acknowledge the [open source projects](
|
460
|
+
* We gratefully acknowledge the [open source projects](https://oe-python-template-example.readthedocs.io/en/latest/attributions.html) that this project builds upon. Thank you to all these wonderful contributors!
|
459
461
|
|
460
462
|
## Star History
|
461
463
|
|
{oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/RECORD
RENAMED
@@ -5,8 +5,8 @@ oe_python_template_example/constants.py,sha256=6uQHr2CRgzWQWhUQCRRKiPuFhzKB2iblZ
|
|
5
5
|
oe_python_template_example/models.py,sha256=IbegPBFJq0OCAWS70V-ozl6coMd0dC2OsHZY-nIumGs,846
|
6
6
|
oe_python_template_example/service.py,sha256=WY7W6MG55cp0sfNVBWSkelXJcZ3dXIY5MQemUeQC-MA,1622
|
7
7
|
oe_python_template_example/settings.py,sha256=mQu7Bl2EhR6taQLqbaK1s86Ngn3kLVeEoMyhCqbydig,751
|
8
|
-
oe_python_template_example-0.
|
9
|
-
oe_python_template_example-0.
|
10
|
-
oe_python_template_example-0.
|
11
|
-
oe_python_template_example-0.
|
12
|
-
oe_python_template_example-0.
|
8
|
+
oe_python_template_example-0.3.0.dist-info/METADATA,sha256=LZWfB2UGmj82i5EDEDmAJh0CLxNiHD7w6A2e2k6XuaM,30251
|
9
|
+
oe_python_template_example-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
oe_python_template_example-0.3.0.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
|
11
|
+
oe_python_template_example-0.3.0.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
12
|
+
oe_python_template_example-0.3.0.dist-info/RECORD,,
|
{oe_python_template_example-0.2.16.dist-info → oe_python_template_example-0.3.0.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|