oe-python-template-example 0.1.3__tar.gz → 0.1.5__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_example-0.1.3 → oe_python_template_example-0.1.5}/.copier-answers.yml +1 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.github/workflows/test-and-report.yml +1 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/PKG-INFO +3 -3
- oe_python_template_example-0.1.5/VERSION +1 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi_v1.json +4 -4
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi_v1.yaml +8 -14
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi_v2.json +5 -5
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi_v2.yaml +9 -15
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/api_v2.rst +1 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/conf.py +1 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/pyproject.toml +4 -4
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/sonar-project.properties +1 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/src/oe_python_template_example/api.py +3 -15
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/uv.lock +9 -9
- oe_python_template_example-0.1.3/VERSION +0 -1
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.act-env-public +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/Dockerfile +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.env.example +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.github/workflows/docker-image-build-publish.yml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.gitignore +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.pre-commit-config.yaml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.python-version +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.readthedocs.yml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.secrets.baseline +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.vscode/extensions.json +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.vscode/settings.json +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/CHANGELOG.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/CODEOWNERS +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/CONTRIBUTING.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/Dockerfile +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/LICENSE +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/README.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/RELEASE_NOTES.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/SERVICE_CONNECTIONS.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/_readme_footer.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/_readme_header.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/_readme_main.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/bin/git-cliff +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/bump +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/codecov.yml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/compose.yaml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/Makefile +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/make.bat +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/.keep +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi.json +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/openapi.yaml +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/api_v1.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/contributing.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/index.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/latexmkrc +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/main.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/reference.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/release-notes.rst +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/__init__.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/notebook.ipynb +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/notebook.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/script.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/streamlit.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/CHANGELOG.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/LICENSE-MIT +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/README.md +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/completions/_git-cliff +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/git-cliff-completions +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/git-cliff-mangen +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/github-action-run +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/latexmkrc +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/logo.png +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/noxfile.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/renovate.json +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/src/oe_python_template_example/__init__.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/src/oe_python_template_example/cli.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/src/oe_python_template_example/constants.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/src/oe_python_template_example/service.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/tests/__init__.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/tests/api_test.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/tests/cli_test.py +0 -0
- {oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/tests/fixtures/.keep +0 -0
@@ -102,7 +102,7 @@ jobs:
|
|
102
102
|
token: ${{ secrets.CODECOV_TOKEN }}
|
103
103
|
- name: SonarQube Scan
|
104
104
|
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
|
105
|
-
uses: SonarSource/sonarqube-scan-action@
|
105
|
+
uses: SonarSource/sonarqube-scan-action@v5
|
106
106
|
env:
|
107
107
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
108
108
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
@@ -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.5
|
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/
|
@@ -55,8 +55,8 @@ Requires-Dist: typer>=0.15.1
|
|
55
55
|
Provides-Extra: examples
|
56
56
|
Requires-Dist: jinja2>=3.1.6; extra == 'examples'
|
57
57
|
Requires-Dist: jupyter>=1.1.1; extra == 'examples'
|
58
|
-
Requires-Dist: marimo>=0.11.
|
59
|
-
Requires-Dist: streamlit>=1.43.
|
58
|
+
Requires-Dist: marimo>=0.11.19; extra == 'examples'
|
59
|
+
Requires-Dist: streamlit>=1.43.2; extra == 'examples'
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
|
62
62
|
# 🧠 OE Python Template Example
|
@@ -0,0 +1 @@
|
|
1
|
+
0.1.5
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"Observability"
|
18
18
|
],
|
19
19
|
"summary": "Health",
|
20
|
-
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\
|
20
|
+
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\nReturns:\n Health: The health status of the service.",
|
21
21
|
"operationId": "health_health_get",
|
22
22
|
"responses": {
|
23
23
|
"200": {
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"Observability"
|
40
40
|
],
|
41
41
|
"summary": "Health",
|
42
|
-
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\
|
42
|
+
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\nReturns:\n Health: The health status of the service.",
|
43
43
|
"operationId": "health_healthz_get",
|
44
44
|
"responses": {
|
45
45
|
"200": {
|
@@ -195,7 +195,7 @@
|
|
195
195
|
"status"
|
196
196
|
],
|
197
197
|
"title": "Health",
|
198
|
-
"description": "Health status model
|
198
|
+
"description": "Health status model."
|
199
199
|
},
|
200
200
|
"HelloWorldResponse": {
|
201
201
|
"properties": {
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"DOWN"
|
256
256
|
],
|
257
257
|
"title": "_HealthStatus",
|
258
|
-
"description": "Health status enumeration
|
258
|
+
"description": "Health status enumeration."
|
259
259
|
}
|
260
260
|
}
|
261
261
|
}
|
@@ -38,8 +38,7 @@ components:
|
|
38
38
|
title: HTTPValidationError
|
39
39
|
type: object
|
40
40
|
Health:
|
41
|
-
description:
|
42
|
-
_description_"
|
41
|
+
description: Health status model.
|
43
42
|
properties:
|
44
43
|
reason:
|
45
44
|
anyOf:
|
@@ -87,8 +86,7 @@ _description_"
|
|
87
86
|
title: ValidationError
|
88
87
|
type: object
|
89
88
|
_HealthStatus:
|
90
|
-
description:
|
91
|
-
_description_"
|
89
|
+
description: Health status enumeration.
|
92
90
|
enum:
|
93
91
|
- UP
|
94
92
|
- DOWN
|
@@ -148,11 +146,9 @@ unhealthy,\
|
|
148
146
|
will\
|
149
147
|
\ have a 200 OK status code if the service is healthy,\nand a 500
|
150
148
|
Internal\
|
151
|
-
\ Server Error status code if the service is unhealthy.\n\
|
152
|
-
|
153
|
-
\
|
154
|
-
_description_\n\
|
155
|
-
\nReturns:\n Health: The health status of the service."
|
149
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
150
|
+
Health:\
|
151
|
+
\ The health status of the service."
|
156
152
|
operationId: health_health_get
|
157
153
|
responses:
|
158
154
|
'200':
|
@@ -176,11 +172,9 @@ unhealthy,\
|
|
176
172
|
will\
|
177
173
|
\ have a 200 OK status code if the service is healthy,\nand a 500
|
178
174
|
Internal\
|
179
|
-
\ Server Error status code if the service is unhealthy.\n\
|
180
|
-
|
181
|
-
\
|
182
|
-
_description_\n\
|
183
|
-
\nReturns:\n Health: The health status of the service."
|
175
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
176
|
+
Health:\
|
177
|
+
\ The health status of the service."
|
184
178
|
operationId: health_healthz_get
|
185
179
|
responses:
|
186
180
|
'200':
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"Observability"
|
18
18
|
],
|
19
19
|
"summary": "Health",
|
20
|
-
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\
|
20
|
+
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\nReturns:\n Health: The health status of the service.",
|
21
21
|
"operationId": "health_health_get",
|
22
22
|
"responses": {
|
23
23
|
"200": {
|
@@ -39,7 +39,7 @@
|
|
39
39
|
"Observability"
|
40
40
|
],
|
41
41
|
"summary": "Health",
|
42
|
-
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\
|
42
|
+
"description": "Check the health of the service.\n\nThis endpoint returns the health status of the service.\nThe health status can be either UP or DOWN.\nIf the service is healthy, the status will be UP.\nIf the service is unhealthy, the status will be DOWN and a reason will be provided.\nThe response will have a 200 OK status code if the service is healthy,\nand a 500 Internal Server Error status code if the service is unhealthy.\n\nReturns:\n Health: The health status of the service.",
|
43
43
|
"operationId": "health_healthz_get",
|
44
44
|
"responses": {
|
45
45
|
"200": {
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"Basics"
|
84
84
|
],
|
85
85
|
"summary": "Echo V2",
|
86
|
-
"description": "Echo back the provided utterance.\n\nArgs:\n request (
|
86
|
+
"description": "Echo back the provided utterance.\n\nArgs:\n request (Utterance): The request containing the utterance to echo back.\n\nReturns:\n EchoResponse: A response containing the echoed utterance.\n\nRaises:\n 422 Unprocessable Entity: If utterance is not provided or empty.",
|
87
87
|
"operationId": "echo_v2_echo_post",
|
88
88
|
"requestBody": {
|
89
89
|
"content": {
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"status"
|
177
177
|
],
|
178
178
|
"title": "Health",
|
179
|
-
"description": "Health status model
|
179
|
+
"description": "Health status model."
|
180
180
|
},
|
181
181
|
"HelloWorldResponse": {
|
182
182
|
"properties": {
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"DOWN"
|
256
256
|
],
|
257
257
|
"title": "_HealthStatus",
|
258
|
-
"description": "Health status enumeration
|
258
|
+
"description": "Health status enumeration."
|
259
259
|
}
|
260
260
|
}
|
261
261
|
}
|
@@ -24,8 +24,7 @@ components:
|
|
24
24
|
title: HTTPValidationError
|
25
25
|
type: object
|
26
26
|
Health:
|
27
|
-
description:
|
28
|
-
_description_"
|
27
|
+
description: Health status model.
|
29
28
|
properties:
|
30
29
|
reason:
|
31
30
|
anyOf:
|
@@ -87,8 +86,7 @@ _description_"
|
|
87
86
|
title: ValidationError
|
88
87
|
type: object
|
89
88
|
_HealthStatus:
|
90
|
-
description:
|
91
|
-
_description_"
|
89
|
+
description: Health status enumeration.
|
92
90
|
enum:
|
93
91
|
- UP
|
94
92
|
- DOWN
|
@@ -107,7 +105,7 @@ paths:
|
|
107
105
|
/echo:
|
108
106
|
post:
|
109
107
|
description: "Echo back the provided utterance.\n\nArgs:\n request
|
110
|
-
(
|
108
|
+
(Utterance):\
|
111
109
|
\ The request containing the utterance to echo back.\n\nReturns:\n
|
112
110
|
EchoResponse:\
|
113
111
|
\ A response containing the echoed utterance.\n\nRaises:\n 422
|
@@ -148,11 +146,9 @@ unhealthy,\
|
|
148
146
|
will\
|
149
147
|
\ have a 200 OK status code if the service is healthy,\nand a 500
|
150
148
|
Internal\
|
151
|
-
\ Server Error status code if the service is unhealthy.\n\
|
152
|
-
|
153
|
-
\
|
154
|
-
_description_\n\
|
155
|
-
\nReturns:\n Health: The health status of the service."
|
149
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
150
|
+
Health:\
|
151
|
+
\ The health status of the service."
|
156
152
|
operationId: health_health_get
|
157
153
|
responses:
|
158
154
|
'200':
|
@@ -176,11 +172,9 @@ unhealthy,\
|
|
176
172
|
will\
|
177
173
|
\ have a 200 OK status code if the service is healthy,\nand a 500
|
178
174
|
Internal\
|
179
|
-
\ Server Error status code if the service is unhealthy.\n\
|
180
|
-
|
181
|
-
\
|
182
|
-
_description_\n\
|
183
|
-
\nReturns:\n Health: The health status of the service."
|
175
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
176
|
+
Health:\
|
177
|
+
\ The health status of the service."
|
184
178
|
operationId: health_healthz_get
|
185
179
|
responses:
|
186
180
|
'200':
|
@@ -26,7 +26,7 @@ extensions = [
|
|
26
26
|
project = "oe-python-template-example"
|
27
27
|
author = "Helmut Hoffer von Ankershoffen"
|
28
28
|
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
|
29
|
-
version = "0.1.
|
29
|
+
version = "0.1.5"
|
30
30
|
release = version
|
31
31
|
github_username = "helmut-hoffer-von-ankershoffen"
|
32
32
|
github_repository = "oe-python-template-example"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "oe-python-template-example"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.5"
|
4
4
|
description = "🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
@@ -84,8 +84,8 @@ build-backend = "hatchling.build"
|
|
84
84
|
|
85
85
|
[project.optional-dependencies]
|
86
86
|
examples = [
|
87
|
-
"streamlit>=1.43.
|
88
|
-
"marimo>=0.11.
|
87
|
+
"streamlit>=1.43.2",
|
88
|
+
"marimo>=0.11.19",
|
89
89
|
"jupyter>=1.1.1",
|
90
90
|
"jinja2>=3.1.6",
|
91
91
|
]
|
@@ -242,7 +242,7 @@ source = ["src/"]
|
|
242
242
|
|
243
243
|
|
244
244
|
[tool.bumpversion]
|
245
|
-
current_version = "0.1.
|
245
|
+
current_version = "0.1.5"
|
246
246
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
247
247
|
serialize = ["{major}.{minor}.{patch}"]
|
248
248
|
search = "{current_version}"
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/sonar-project.properties
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template-example
|
2
2
|
sonar.organization=helmut-hoffer-von-ankershoffen
|
3
|
-
sonar.projectVersion=0.1.
|
3
|
+
sonar.projectVersion=0.1.5
|
4
4
|
sonar.projectDescription=🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
|
5
5
|
sonar.links.homepage=https://oe-python-template-example.readthedocs.io/en/latest/
|
6
6
|
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example
|
@@ -90,22 +90,14 @@ api_v2 = FastAPI(
|
|
90
90
|
|
91
91
|
|
92
92
|
class _HealthStatus(StrEnum):
|
93
|
-
"""Health status enumeration.
|
94
|
-
|
95
|
-
Args:
|
96
|
-
StrEnum (_type_): _description_
|
97
|
-
"""
|
93
|
+
"""Health status enumeration."""
|
98
94
|
|
99
95
|
UP = "UP"
|
100
96
|
DOWN = "DOWN"
|
101
97
|
|
102
98
|
|
103
99
|
class Health(BaseModel):
|
104
|
-
"""Health status model.
|
105
|
-
|
106
|
-
Args:
|
107
|
-
BaseModel (_type_): _description_
|
108
|
-
"""
|
100
|
+
"""Health status model."""
|
109
101
|
|
110
102
|
status: _HealthStatus
|
111
103
|
reason: str | None = None
|
@@ -135,10 +127,6 @@ async def health(service: Annotated[Service, Depends(get_service)], response: Re
|
|
135
127
|
The response will have a 200 OK status code if the service is healthy,
|
136
128
|
and a 500 Internal Server Error status code if the service is unhealthy.
|
137
129
|
|
138
|
-
Args:
|
139
|
-
service (Annotated[Service, Depends): _description_
|
140
|
-
response (Response): _description_
|
141
|
-
|
142
130
|
Returns:
|
143
131
|
Health: The health status of the service.
|
144
132
|
"""
|
@@ -231,7 +219,7 @@ async def echo_v2(request: Utterance) -> EchoResponse:
|
|
231
219
|
Echo back the provided utterance.
|
232
220
|
|
233
221
|
Args:
|
234
|
-
request (
|
222
|
+
request (Utterance): The request containing the utterance to echo back.
|
235
223
|
|
236
224
|
Returns:
|
237
225
|
EchoResponse: A response containing the echoed utterance.
|
@@ -1626,7 +1626,7 @@ wheels = [
|
|
1626
1626
|
|
1627
1627
|
[[package]]
|
1628
1628
|
name = "marimo"
|
1629
|
-
version = "0.11.
|
1629
|
+
version = "0.11.19"
|
1630
1630
|
source = { registry = "https://pypi.org/simple" }
|
1631
1631
|
dependencies = [
|
1632
1632
|
{ name = "click" },
|
@@ -1647,9 +1647,9 @@ dependencies = [
|
|
1647
1647
|
{ name = "uvicorn" },
|
1648
1648
|
{ name = "websockets" },
|
1649
1649
|
]
|
1650
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1650
|
+
sdist = { url = "https://files.pythonhosted.org/packages/44/5a/586e057c2f4404c9b3349b52b3bf4de9fe779b27fd1a0ba9f8431524853c/marimo-0.11.19.tar.gz", hash = "sha256:7ee2087120e63748745e45f30cdfa6d39ae77bf0a545a4266d7728f1979f7bca", size = 10667448 }
|
1651
1651
|
wheels = [
|
1652
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1652
|
+
{ url = "https://files.pythonhosted.org/packages/f5/c9/97b93a4be1a187dfbb6cdd95842e48388a38d04dbcf452c2c0b98c10f802/marimo-0.11.19-py3-none-any.whl", hash = "sha256:9cff6edb454558c2ea5d38d02dec82b002e7dfe66991e69cb261a502358a4b4d", size = 11012900 },
|
1653
1653
|
]
|
1654
1654
|
|
1655
1655
|
[[package]]
|
@@ -2075,7 +2075,7 @@ wheels = [
|
|
2075
2075
|
|
2076
2076
|
[[package]]
|
2077
2077
|
name = "oe-python-template-example"
|
2078
|
-
version = "0.1.
|
2078
|
+
version = "0.1.5"
|
2079
2079
|
source = { editable = "." }
|
2080
2080
|
dependencies = [
|
2081
2081
|
{ name = "fastapi", extra = ["all", "standard"] },
|
@@ -2136,10 +2136,10 @@ requires-dist = [
|
|
2136
2136
|
{ name = "fastapi", extras = ["standard", "all"], specifier = ">=0.115.11" },
|
2137
2137
|
{ name = "jinja2", marker = "extra == 'examples'", specifier = ">=3.1.6" },
|
2138
2138
|
{ name = "jupyter", marker = "extra == 'examples'", specifier = ">=1.1.1" },
|
2139
|
-
{ name = "marimo", marker = "extra == 'examples'", specifier = ">=0.11.
|
2139
|
+
{ name = "marimo", marker = "extra == 'examples'", specifier = ">=0.11.19" },
|
2140
2140
|
{ name = "pydantic", specifier = ">=2.10.6" },
|
2141
2141
|
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
2142
|
-
{ name = "streamlit", marker = "extra == 'examples'", specifier = ">=1.43.
|
2142
|
+
{ name = "streamlit", marker = "extra == 'examples'", specifier = ">=1.43.2" },
|
2143
2143
|
{ name = "typer", specifier = ">=0.15.1" },
|
2144
2144
|
]
|
2145
2145
|
provides-extras = ["examples"]
|
@@ -3747,7 +3747,7 @@ wheels = [
|
|
3747
3747
|
|
3748
3748
|
[[package]]
|
3749
3749
|
name = "streamlit"
|
3750
|
-
version = "1.43.
|
3750
|
+
version = "1.43.2"
|
3751
3751
|
source = { registry = "https://pypi.org/simple" }
|
3752
3752
|
dependencies = [
|
3753
3753
|
{ name = "altair" },
|
@@ -3769,9 +3769,9 @@ dependencies = [
|
|
3769
3769
|
{ name = "typing-extensions" },
|
3770
3770
|
{ name = "watchdog", marker = "sys_platform != 'darwin'" },
|
3771
3771
|
]
|
3772
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3772
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/c6/c2a5a9037b583d7e48c8fe4ea07f72f59c1796c57f7c01f907a0a388e40a/streamlit-1.43.2.tar.gz", hash = "sha256:f3afa2af637d00154c6a4c560d2fde256d7dc8cc1f32a53cf20570c0967841bc", size = 9345475 }
|
3773
3773
|
wheels = [
|
3774
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3774
|
+
{ url = "https://files.pythonhosted.org/packages/3d/b0/031933cb253d757dfc8791707d413ce90ab52ec7fb4524ef955070136d31/streamlit-1.43.2-py2.py3-none-any.whl", hash = "sha256:c773ff70e8dd14066e49ba4b36740e4d36b0c534624f49abcc73b75389bf9420", size = 9734394 },
|
3775
3775
|
]
|
3776
3776
|
|
3777
3777
|
[[package]]
|
@@ -1 +0,0 @@
|
|
1
|
-
0.1.3
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/Dockerfile
RENAMED
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.devcontainer/onCreateCommand
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.pre-commit-config.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/.vscode/extensions.json
RENAMED
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
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/SERVICE_CONNECTIONS.md
RENAMED
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
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/_static/.keep
RENAMED
File without changes
|
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/api_v1.rst
RENAMED
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/contributing.rst
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/reference.rst
RENAMED
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/docs/source/release-notes.rst
RENAMED
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/examples/notebook.ipynb
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/CHANGELOG.md
RENAMED
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/LICENSE-APACHE
RENAMED
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/LICENSE-MIT
RENAMED
File without changes
|
{oe_python_template_example-0.1.3 → oe_python_template_example-0.1.5}/git-cliff-2.7.0/README.md
RENAMED
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|