oe-python-template 0.4.5__tar.gz → 0.4.7__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.4.5 → oe_python_template-0.4.7}/.copier-answers.yml +1 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.github/workflows/test-and-report.yml +1 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/CHANGELOG.md +15 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/PKG-INFO +3 -3
- oe_python_template-0.4.7/RELEASE_NOTES.md +8 -0
- oe_python_template-0.4.7/VERSION +1 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/copier.yml +8 -8
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/_static/openapi_v1.yaml +32 -16
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/_static/openapi_v2.yaml +32 -16
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/conf.py +1 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/pyproject.toml +8 -11
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/renovate.json +3 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/sonar-project.properties +1 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.github/workflows/test-and-report.yml.jinja +1 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/pyproject.toml.jinja +3 -7
- oe_python_template-0.4.7/template/renovate.json +9 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/uv.lock +9 -9
- oe_python_template-0.4.5/RELEASE_NOTES.md +0 -8
- oe_python_template-0.4.5/VERSION +0 -1
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.act-env-public +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.devcontainer/Dockerfile +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.env.example +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.github/workflows/docker-image-build-publish.yml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.gitignore +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.pre-commit-config.yaml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.python-version +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.readthedocs.yml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.secrets.baseline +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.vscode/extensions.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/.vscode/settings.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/CODEOWNERS +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/CONTRIBUTING.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/Dockerfile +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/LICENSE +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/README.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/SERVICE_CONNECTIONS.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/_readme_footer.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/_readme_header.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/_readme_main.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/bin/git-cliff +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/bump +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/codecov.yml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/compose.yaml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/Makefile +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/make.bat +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/_static/.keep +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/_static/openapi_v1.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/_static/openapi_v2.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/api_v1.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/api_v2.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/contributing.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/index.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/latexmkrc +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/main.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/reference.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/docs/source/release-notes.rst +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/examples/__init__.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/examples/notebook.ipynb +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/examples/notebook.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/examples/script.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/examples/streamlit.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/CHANGELOG.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/LICENSE-MIT +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/README.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/_git-cliff +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/git-cliff-completions +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/git-cliff-mangen +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/github-action-run +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/latexmkrc +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/logo.png +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/noxfile.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/reports/mypy.xml +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/src/oe_python_template/__init__.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/src/oe_python_template/api.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/src/oe_python_template/cli.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/src/oe_python_template/constants.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/src/oe_python_template/service.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.act-env-public.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/Dockerfile.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/devcontainer.json.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/onCreateCommand.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/postAttachCommand.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/postCreateCommand.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.env.example.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.github/workflows/docker-image-build-publish.yml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.github/workflows/package-build-publish-release.yml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.gitignore.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.pre-commit-config.yaml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.python-version +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.readthedocs.yml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.vscode/extensions.json +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.vscode/settings.json.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/CHANGELOG.md +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/CODEOWNERS.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/CONTRIBUTING.md.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/Dockerfile.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/LICENSE.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/SERVICE_CONNECTIONS.md.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/VERSION +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/_readme_footer.md.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/_readme_header.md.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/_readme_main.md.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/bump.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/codecov.yml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/compose.yaml.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/Makefile.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/make.bat.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/_static/.keep +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/api_v1.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/api_v2.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/conf.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/contributing.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/index.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/latexmkrc.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/main.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/reference.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/release-notes.rst.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/__init__.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/notebook.ipynb.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/notebook.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/script.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/streamlit.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/github-action-run.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/latexmkrc.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/logo.png +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/noxfile.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/sonar-project.properties.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/src/{{ project_name_snake_case }}/__init__.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/src/{{ project_name_snake_case }}/api.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/src/{{ project_name_snake_case }}/cli.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/src/{{ project_name_snake_case }}/constants.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/src/{{ project_name_snake_case }}/service.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/tests/__init__.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/tests/api_test.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/tests/cli_test.py.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/tests/fixtures/.keep +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/{{_copier_conf.answers_file}}.jinja +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/tests/__init__.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/tests/api_test.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/tests/cli_test.py +0 -0
- {oe_python_template-0.4.5 → oe_python_template-0.4.7}/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,20 @@
|
|
|
1
1
|
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
|
|
2
2
|
|
|
3
|
-
## [0.4.
|
|
3
|
+
## [0.4.7](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.4.6..0.4.7) - 2025-03-13
|
|
4
|
+
|
|
5
|
+
### ⛰️ Features
|
|
6
|
+
|
|
7
|
+
- *(renovate)* Default config on template copy - ([3f40566](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/3f40566b0481ee8fcf6bfcf971a7f39022a542f9))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [0.4.6](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.4.5..v0.4.6) - 2025-03-13
|
|
11
|
+
|
|
12
|
+
### ⚙️ Miscellaneous Tasks
|
|
13
|
+
|
|
14
|
+
- Bump - ([5cf12b5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/5cf12b5157144bc8c813433bf29cbea54c0dacc5))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.4.5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.4.4..v0.4.5) - 2025-03-13
|
|
4
18
|
|
|
5
19
|
### 📚 Documentation
|
|
6
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oe-python-template
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.7
|
|
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/
|
|
@@ -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
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
## [0.4.7](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.4.6..v0.4.7) - 2025-03-13
|
|
2
|
+
|
|
3
|
+
### ⛰️ Features
|
|
4
|
+
|
|
5
|
+
- *(renovate)* Default config on template copy - ([3f40566](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/3f40566b0481ee8fcf6bfcf971a7f39022a542f9))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.4.7
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
1
|
_subdirectory: template
|
|
3
2
|
_skip_if_exists:
|
|
4
|
-
|
|
3
|
+
- logo.png
|
|
4
|
+
- CHANGELOG.md
|
|
5
5
|
|
|
6
6
|
_tasks:
|
|
7
7
|
- "touch README.md"
|
|
@@ -45,12 +45,12 @@ project_description:
|
|
|
45
45
|
help: What does project {{ project_name }} do in one sentence?
|
|
46
46
|
placeholder: "Python project complying with operational excellence practices."
|
|
47
47
|
validator: >-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
{% if not project_description.strip() %}
|
|
49
|
+
Project description must not be empty.
|
|
50
|
+
{% endif %}
|
|
51
|
+
{% if not project_description.strip().endswith('.') %}
|
|
52
|
+
Project description must end with a dot.
|
|
53
|
+
{% endif %}
|
|
54
54
|
|
|
55
55
|
author_name:
|
|
56
56
|
type: str
|
|
@@ -104,9 +104,12 @@ openapi: 3.1.0
|
|
|
104
104
|
paths:
|
|
105
105
|
/echo:
|
|
106
106
|
post:
|
|
107
|
-
description: "Echo back the provided text.\n\nArgs:\n request
|
|
108
|
-
|
|
109
|
-
\
|
|
107
|
+
description: "Echo back the provided text.\n\nArgs:\n request
|
|
108
|
+
(EchoRequest):\
|
|
109
|
+
\ The request containing the text to echo back.\n\nReturns:\n
|
|
110
|
+
EchoResponse:\
|
|
111
|
+
\ A response containing the echoed text.\n\nRaises:\n 422
|
|
112
|
+
Unprocessable\
|
|
110
113
|
\ Entity: If text is not provided or empty."
|
|
111
114
|
operationId: echo_echo_post
|
|
112
115
|
requestBody:
|
|
@@ -133,12 +136,18 @@ paths:
|
|
|
133
136
|
- Basics
|
|
134
137
|
/health:
|
|
135
138
|
get:
|
|
136
|
-
description: "Check the health of the service.\n\nThis endpoint returns
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
description: "Check the health of the service.\n\nThis endpoint returns
|
|
140
|
+
the\
|
|
141
|
+
\ health status of the service.\nThe health status can be either UP or
|
|
142
|
+
DOWN.\n\
|
|
143
|
+
If the service is healthy, the status will be UP.\nIf the service is
|
|
144
|
+
unhealthy,\
|
|
145
|
+
\ the status will be DOWN and a reason will be provided.\nThe response
|
|
146
|
+
will\
|
|
147
|
+
\ have a 200 OK status code if the service is healthy,\nand a 500
|
|
148
|
+
Internal\
|
|
149
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
|
150
|
+
Health:\
|
|
142
151
|
\ The health status of the service."
|
|
143
152
|
operationId: health_health_get
|
|
144
153
|
responses:
|
|
@@ -153,12 +162,18 @@ paths:
|
|
|
153
162
|
- Observability
|
|
154
163
|
/healthz:
|
|
155
164
|
get:
|
|
156
|
-
description: "Check the health of the service.\n\nThis endpoint returns
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
165
|
+
description: "Check the health of the service.\n\nThis endpoint returns
|
|
166
|
+
the\
|
|
167
|
+
\ health status of the service.\nThe health status can be either UP or
|
|
168
|
+
DOWN.\n\
|
|
169
|
+
If the service is healthy, the status will be UP.\nIf the service is
|
|
170
|
+
unhealthy,\
|
|
171
|
+
\ the status will be DOWN and a reason will be provided.\nThe response
|
|
172
|
+
will\
|
|
173
|
+
\ have a 200 OK status code if the service is healthy,\nand a 500
|
|
174
|
+
Internal\
|
|
175
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
|
176
|
+
Health:\
|
|
162
177
|
\ The health status of the service."
|
|
163
178
|
operationId: health_healthz_get
|
|
164
179
|
responses:
|
|
@@ -173,7 +188,8 @@ paths:
|
|
|
173
188
|
- Observability
|
|
174
189
|
/hello-world:
|
|
175
190
|
get:
|
|
176
|
-
description: "Return a hello world message.\n\nReturns:\n
|
|
191
|
+
description: "Return a hello world message.\n\nReturns:\n
|
|
192
|
+
HelloWorldResponse:\
|
|
177
193
|
\ A response containing the hello world message."
|
|
178
194
|
operationId: hello_world_hello_world_get
|
|
179
195
|
responses:
|
|
@@ -104,9 +104,12 @@ openapi: 3.1.0
|
|
|
104
104
|
paths:
|
|
105
105
|
/echo:
|
|
106
106
|
post:
|
|
107
|
-
description: "Echo back the provided utterance.\n\nArgs:\n request
|
|
108
|
-
|
|
109
|
-
\
|
|
107
|
+
description: "Echo back the provided utterance.\n\nArgs:\n request
|
|
108
|
+
(Utterance):\
|
|
109
|
+
\ The request containing the utterance to echo back.\n\nReturns:\n
|
|
110
|
+
EchoResponse:\
|
|
111
|
+
\ A response containing the echoed utterance.\n\nRaises:\n 422
|
|
112
|
+
Unprocessable\
|
|
110
113
|
\ Entity: If utterance is not provided or empty."
|
|
111
114
|
operationId: echo_v2_echo_post
|
|
112
115
|
requestBody:
|
|
@@ -133,12 +136,18 @@ paths:
|
|
|
133
136
|
- Basics
|
|
134
137
|
/health:
|
|
135
138
|
get:
|
|
136
|
-
description: "Check the health of the service.\n\nThis endpoint returns
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
description: "Check the health of the service.\n\nThis endpoint returns
|
|
140
|
+
the\
|
|
141
|
+
\ health status of the service.\nThe health status can be either UP or
|
|
142
|
+
DOWN.\n\
|
|
143
|
+
If the service is healthy, the status will be UP.\nIf the service is
|
|
144
|
+
unhealthy,\
|
|
145
|
+
\ the status will be DOWN and a reason will be provided.\nThe response
|
|
146
|
+
will\
|
|
147
|
+
\ have a 200 OK status code if the service is healthy,\nand a 500
|
|
148
|
+
Internal\
|
|
149
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
|
150
|
+
Health:\
|
|
142
151
|
\ The health status of the service."
|
|
143
152
|
operationId: health_health_get
|
|
144
153
|
responses:
|
|
@@ -153,12 +162,18 @@ paths:
|
|
|
153
162
|
- Observability
|
|
154
163
|
/healthz:
|
|
155
164
|
get:
|
|
156
|
-
description: "Check the health of the service.\n\nThis endpoint returns
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
165
|
+
description: "Check the health of the service.\n\nThis endpoint returns
|
|
166
|
+
the\
|
|
167
|
+
\ health status of the service.\nThe health status can be either UP or
|
|
168
|
+
DOWN.\n\
|
|
169
|
+
If the service is healthy, the status will be UP.\nIf the service is
|
|
170
|
+
unhealthy,\
|
|
171
|
+
\ the status will be DOWN and a reason will be provided.\nThe response
|
|
172
|
+
will\
|
|
173
|
+
\ have a 200 OK status code if the service is healthy,\nand a 500
|
|
174
|
+
Internal\
|
|
175
|
+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
|
|
176
|
+
Health:\
|
|
162
177
|
\ The health status of the service."
|
|
163
178
|
operationId: health_healthz_get
|
|
164
179
|
responses:
|
|
@@ -173,7 +188,8 @@ paths:
|
|
|
173
188
|
- Observability
|
|
174
189
|
/hello-world:
|
|
175
190
|
get:
|
|
176
|
-
description: "Return a hello world message.\n\nReturns:\n
|
|
191
|
+
description: "Return a hello world message.\n\nReturns:\n
|
|
192
|
+
HelloWorldResponse:\
|
|
177
193
|
\ A response containing the hello world message."
|
|
178
194
|
operationId: hello_world_hello_world_get
|
|
179
195
|
responses:
|
|
@@ -26,7 +26,7 @@ extensions = [
|
|
|
26
26
|
project = "oe-python-template"
|
|
27
27
|
author = "Helmut Hoffer von Ankershoffen"
|
|
28
28
|
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
|
|
29
|
-
version = "0.4.
|
|
29
|
+
version = "0.4.7"
|
|
30
30
|
release = version
|
|
31
31
|
github_username = "helmut-hoffer-von-ankershoffen"
|
|
32
32
|
github_repository = "oe-python-template"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "oe-python-template"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.7"
|
|
4
4
|
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
|
|
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
|
]
|
|
@@ -134,10 +134,7 @@ target-version = "py311"
|
|
|
134
134
|
preview = true
|
|
135
135
|
fix = true
|
|
136
136
|
line-length = 120
|
|
137
|
-
extend-exclude = [
|
|
138
|
-
".fixme",
|
|
139
|
-
"notebook.py"
|
|
140
|
-
]
|
|
137
|
+
extend-exclude = [".fixme", "notebook.py"]
|
|
141
138
|
|
|
142
139
|
|
|
143
140
|
[tool.ruff.lint]
|
|
@@ -191,7 +188,7 @@ ignore = [
|
|
|
191
188
|
[tool.ruff.lint.extend-per-file-ignores]
|
|
192
189
|
"examples/notebook.py" = [
|
|
193
190
|
# we are more relaxed in notebooks, while sill applying hundreds of rules
|
|
194
|
-
"B018",
|
|
191
|
+
"B018", # notebooks surface variable without print
|
|
195
192
|
]
|
|
196
193
|
|
|
197
194
|
[tool.ruff.format]
|
|
@@ -200,7 +197,7 @@ docstring-code-format = true
|
|
|
200
197
|
[tool.ruff.lint.pydocstyle]
|
|
201
198
|
convention = "google"
|
|
202
199
|
|
|
203
|
-
[tool.mypy]
|
|
200
|
+
[tool.mypy] # https://mypy.readthedocs.io/en/latest/config_file.html
|
|
204
201
|
junit_xml = "mypi_junit.xml"
|
|
205
202
|
plugins = "pydantic.mypy"
|
|
206
203
|
strict = true
|
|
@@ -213,7 +210,7 @@ show_error_codes = true
|
|
|
213
210
|
show_error_context = true
|
|
214
211
|
warn_unreachable = true
|
|
215
212
|
|
|
216
|
-
[tool.pydantic-mypy]
|
|
213
|
+
[tool.pydantic-mypy] # https://docs.pydantic.dev/latest/integrations/mypy/#configuring-the-plugin
|
|
217
214
|
init_forbid_extra = true
|
|
218
215
|
init_typed = true
|
|
219
216
|
warn_required_dynamic_aliases = true
|
|
@@ -245,7 +242,7 @@ source = ["src/"]
|
|
|
245
242
|
|
|
246
243
|
|
|
247
244
|
[tool.bumpversion]
|
|
248
|
-
current_version = "0.4.
|
|
245
|
+
current_version = "0.4.7"
|
|
249
246
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
250
247
|
serialize = ["{major}.{minor}.{patch}"]
|
|
251
248
|
search = "{current_version}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template
|
|
2
2
|
sonar.organization=helmut-hoffer-von-ankershoffen
|
|
3
|
-
sonar.projectVersion=0.4.
|
|
3
|
+
sonar.projectVersion=0.4.7
|
|
4
4
|
sonar.projectDescription=🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
5
5
|
sonar.links.homepage=https://oe-python-template.readthedocs.io/en/latest/
|
|
6
6
|
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template
|
|
@@ -102,7 +102,7 @@ jobs:
|
|
|
102
102
|
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
|
|
103
103
|
- name: SonarQube Scan
|
|
104
104
|
if: {% raw %}${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}{% endraw %}
|
|
105
|
-
uses: SonarSource/sonarqube-scan-action@
|
|
105
|
+
uses: SonarSource/sonarqube-scan-action@v5
|
|
106
106
|
env:
|
|
107
107
|
GITHUB_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
|
|
108
108
|
SONAR_TOKEN: {% raw %}${{ secrets.SONAR_TOKEN }}{% endraw %}
|
|
@@ -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
|
]
|
|
@@ -134,11 +134,7 @@ target-version = "py311"
|
|
|
134
134
|
preview = true
|
|
135
135
|
fix = true
|
|
136
136
|
line-length = 120
|
|
137
|
-
extend-exclude = [
|
|
138
|
-
".fixme",
|
|
139
|
-
"notebook.py"
|
|
140
|
-
]
|
|
141
|
-
|
|
137
|
+
extend-exclude = [".fixme", "notebook.py"]
|
|
142
138
|
|
|
143
139
|
[tool.ruff.lint]
|
|
144
140
|
select = ["ALL"]
|
|
@@ -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"
|
|
2078
|
-
version = "0.4.
|
|
2078
|
+
version = "0.4.7"
|
|
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,8 +0,0 @@
|
|
|
1
|
-
## [0.4.5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.4.4..v0.4.5) - 2025-03-13
|
|
2
|
-
|
|
3
|
-
### 📚 Documentation
|
|
4
|
-
|
|
5
|
-
- Typo - ([1ffcb14](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/1ffcb14d72f004548be818e418869c3c4fda1dc4))
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
oe_python_template-0.4.5/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.4.5
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/_git-cliff
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/_git-cliff.ps1
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.bash
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.elv
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/git-cliff-2.7.0/completions/git-cliff.fish
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
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/Dockerfile.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/devcontainer.json.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/onCreateCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/postAttachCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.devcontainer/postCreateCommand.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/.pre-commit-config.yaml.jinja
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
|
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/contributing.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/reference.rst.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/docs/source/release-notes.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/examples/notebook.ipynb.jinja
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
|
{oe_python_template-0.4.5 → oe_python_template-0.4.7}/template/sonar-project.properties.jinja
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-0.4.5 → oe_python_template-0.4.7}/template/{{_copier_conf.answers_file}}.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|