oe-python-template-example 0.1.11__py3-none-any.whl → 0.1.12__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.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/METADATA +10 -5
- {oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/RECORD +5 -5
- {oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/WHEEL +0 -0
- {oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/entry_points.txt +0 -0
- {oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/licenses/LICENSE +0 -0
{oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template-example
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.12
|
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/
|
@@ -66,6 +66,8 @@ Description-Content-Type: text/markdown
|
|
66
66
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/blob/main/noxfile.py)
|
67
67
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/actions/workflows/test-and-report.yml)
|
68
68
|
[](https://oe-python-template-example.readthedocs.io/en/latest/)
|
69
|
+
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/security/code-scanning)
|
70
|
+
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/security/dependabot)
|
69
71
|
[](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example)
|
70
72
|
[](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example)
|
71
73
|
[](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example)
|
@@ -145,7 +147,7 @@ git push
|
|
145
147
|
Visit your GitHub repository and check the Actions tab. The CI workflow should fail at the SonarQube step,
|
146
148
|
as this external service is not yet configured for our new repository.
|
147
149
|
|
148
|
-
**Step 6**: Follow the [
|
150
|
+
**Step 6**: Follow the [instructions](SERVICE_CONNECTIONS.md) to wire up
|
149
151
|
external services such as Cloudcov, SonarQube Cloud, Read The Docs, Docker.io, GHCR.io and Streamlit Community Cloud.
|
150
152
|
|
151
153
|
**Step 7**: Release the first versions
|
@@ -204,12 +206,15 @@ This project is designed with operational excellence in mind, using modern Pytho
|
|
204
206
|
- [Simple Python script](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/blob/main/examples/script.py)
|
205
207
|
- [Streamlit web application](https://oe-python-template-example.streamlit.app/) deployed on [Streamlit Community Cloud](https://streamlit.io/cloud)
|
206
208
|
- [Jupyter](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/blob/main/examples/notebook.ipynb) and [Marimo](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/blob/main/examples/notebook.py) notebook
|
207
|
-
* [Complete reference
|
209
|
+
* [Complete reference documentation](https://oe-python-template-example.readthedocs.io/en/latest/reference.html) on Read the Docs
|
208
210
|
* [Transparent test coverage](https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/oe-python-template-example) including unit and E2E tests (reported on Codecov)
|
209
211
|
* Matrix tested with [multiple python versions](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/blob/main/noxfile.py) to ensure compatibility (powered by [Nox](https://nox.thea.codes/en/stable/))
|
210
212
|
* Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
|
211
|
-
* Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate))
|
212
|
-
* [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example) in security, maintainability, and reliability with low technical debt and
|
213
|
+
* Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate) and [GitHub Dependabot](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/security/dependabot))
|
214
|
+
* [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example) in security, maintainability, and reliability with low technical debt and codesmell (verified by SonarQube)
|
215
|
+
* Additional code security checks using [GitHub CodeQL](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/security/code-scanning)
|
216
|
+
* [Security Policy](SECURITY.md)
|
217
|
+
* [License](LICENSE) compliant with the Open Source Initiative (OSI)
|
213
218
|
* 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-example/tags)
|
214
219
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
215
220
|
|
{oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/RECORD
RENAMED
@@ -3,8 +3,8 @@ oe_python_template_example/api.py,sha256=vN2a10Ph4pffsXBx9TpFe0g39lZOE-5dJat2VhM
|
|
3
3
|
oe_python_template_example/cli.py,sha256=BHuDCrzYkvJYDdvk06KwkK_sKQx7h7hhRiO0peQMM1s,3474
|
4
4
|
oe_python_template_example/constants.py,sha256=6uQHr2CRgzWQWhUQCRRKiPuFhzKB2iblZk3dIRQ5dDc,358
|
5
5
|
oe_python_template_example/service.py,sha256=XlCrklSRy8_YaYvlVYiDFPUubHHm-J8BPx2f7_niGG4,760
|
6
|
-
oe_python_template_example-0.1.
|
7
|
-
oe_python_template_example-0.1.
|
8
|
-
oe_python_template_example-0.1.
|
9
|
-
oe_python_template_example-0.1.
|
10
|
-
oe_python_template_example-0.1.
|
6
|
+
oe_python_template_example-0.1.12.dist-info/METADATA,sha256=AkqqKcHiHLTNI84mbQORnywMJa6Pq6XauTe8_YYU09w,22969
|
7
|
+
oe_python_template_example-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
oe_python_template_example-0.1.12.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
|
9
|
+
oe_python_template_example-0.1.12.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
10
|
+
oe_python_template_example-0.1.12.dist-info/RECORD,,
|
{oe_python_template_example-0.1.11.dist-info → oe_python_template_example-0.1.12.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|