oe-python-template 0.5.2__tar.gz → 0.5.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-0.5.2 → oe_python_template-0.5.5}/.copier-answers.yml +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/CHANGELOG.md +19 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/PKG-INFO +1 -1
- oe_python_template-0.5.5/RELEASE_NOTES.md +8 -0
- oe_python_template-0.5.5/VERSION +1 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/api_v1.rst +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/api_v2.rst +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/conf.py +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/pyproject.toml +6 -6
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/sonar-project.properties +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/api_v1.rst.jinja +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/api_v2.rst.jinja +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/pyproject.toml.jinja +1 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/uv.lock +23 -23
- oe_python_template-0.5.2/RELEASE_NOTES.md +0 -8
- oe_python_template-0.5.2/VERSION +0 -1
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.act-env-public +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.devcontainer/Dockerfile +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.env.example +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.github/dependabot.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.github/workflows/codeql.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.github/workflows/docker-image-build-publish.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.github/workflows/test-and-report.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.gitignore +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.pre-commit-config.yaml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.python-version +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.readthedocs.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.secrets.baseline +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.vscode/extensions.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/.vscode/settings.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/CODEOWNERS +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/CONTRIBUTING.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/Dockerfile +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/LICENSE +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/README.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/SECURITY.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/SERVICE_CONNECTIONS.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/_readme_footer.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/_readme_header.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/_readme_main.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/bin/git-cliff +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/bump +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/codecov.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/compose.yaml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/copier.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/Makefile +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/make.bat +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/_static/.keep +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/_static/openapi_v1.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/_static/openapi_v1.yaml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/_static/openapi_v2.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/_static/openapi_v2.yaml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/contributing.rst +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/index.rst +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/latexmkrc +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/main.rst +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/reference.rst +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/docs/source/release-notes.rst +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/examples/__init__.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/examples/notebook.ipynb +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/examples/notebook.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/examples/script.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/examples/streamlit.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/CHANGELOG.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/LICENSE-MIT +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/README.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/_git-cliff +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/git-cliff-completions +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/git-cliff-mangen +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/github-action-run +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/latexmkrc +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/logo.png +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/noxfile.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/renovate.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/reports/mypy.xml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/src/oe_python_template/__init__.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/src/oe_python_template/api.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/src/oe_python_template/cli.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/src/oe_python_template/constants.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/src/oe_python_template/service.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.act-env-public.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/Dockerfile.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/devcontainer.json.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/onCreateCommand.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/postAttachCommand.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/postCreateCommand.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.env.example.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.github/dependabot.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.github/workflows/codeql.yml +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.github/workflows/docker-image-build-publish.yml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.github/workflows/package-build-publish-release.yml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.github/workflows/test-and-report.yml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.gitignore.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.pre-commit-config.yaml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.python-version +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.readthedocs.yml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.vscode/extensions.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.vscode/settings.json.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/CHANGELOG.md +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/CODEOWNERS.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/CONTRIBUTING.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/Dockerfile.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/LICENSE.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/SECURITY.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/SERVICE_CONNECTIONS.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/VERSION +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/_readme_footer.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/_readme_header.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/_readme_main.md.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/bump.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/codecov.yml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/compose.yaml.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/Makefile.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/make.bat.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/_static/.keep +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/conf.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/contributing.rst.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/index.rst.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/latexmkrc.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/main.rst.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/reference.rst.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/release-notes.rst.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/examples/__init__.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/examples/notebook.ipynb.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/examples/notebook.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/examples/script.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/examples/streamlit.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/github-action-run.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/latexmkrc.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/logo.png +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/noxfile.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/renovate.json +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/sonar-project.properties.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/src/{{ project_name_snake_case }}/__init__.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/src/{{ project_name_snake_case }}/api.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/src/{{ project_name_snake_case }}/cli.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/src/{{ project_name_snake_case }}/constants.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/src/{{ project_name_snake_case }}/service.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/tests/__init__.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/tests/api_test.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/tests/cli_test.py.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/tests/fixtures/.keep +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/{{_copier_conf.answers_file}}.jinja +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/tests/__init__.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/tests/api_test.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/tests/cli_test.py +0 -0
- {oe_python_template-0.5.2 → oe_python_template-0.5.5}/tests/fixtures/.keep +0 -0
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
|
|
2
2
|
|
|
3
|
-
## [0.5.
|
|
3
|
+
## [0.5.5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.5.4..0.5.5) - 2025-03-14
|
|
4
|
+
|
|
5
|
+
### Deps
|
|
6
|
+
|
|
7
|
+
- *(ruff)* Bump in template - ([a85b7b2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/a85b7b21adb9796f58f789e704cc47803c404443))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [0.5.4](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.5.2..v0.5.4) - 2025-03-14
|
|
11
|
+
|
|
12
|
+
### 📚 Documentation
|
|
13
|
+
|
|
14
|
+
- *(api)* Typo - ([1d94be1](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/1d94be15bf0e8a9d244d516a82f0b58d155eb5dc))
|
|
15
|
+
|
|
16
|
+
### ⚙️ Miscellaneous Tasks
|
|
17
|
+
|
|
18
|
+
- *(ruff)* Bump - ([8151ced](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/8151ced22165ea6e682807b227258401245d8382))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [0.5.2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.5.1..v0.5.2) - 2025-03-14
|
|
4
22
|
|
|
5
23
|
### 📚 Documentation
|
|
6
24
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oe-python-template
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
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/
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
## [0.5.5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.5.4..v0.5.5) - 2025-03-14
|
|
2
|
+
|
|
3
|
+
### Deps
|
|
4
|
+
|
|
5
|
+
- *(ruff)* Bump in template - ([a85b7b2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/a85b7b21adb9796f58f789e704cc47803c404443))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.5.5
|
|
@@ -29,7 +29,7 @@ extensions = [
|
|
|
29
29
|
project = "oe-python-template"
|
|
30
30
|
author = "Helmut Hoffer von Ankershoffen"
|
|
31
31
|
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
|
|
32
|
-
version = "0.5.
|
|
32
|
+
version = "0.5.5"
|
|
33
33
|
release = version
|
|
34
34
|
github_username = "helmut-hoffer-von-ankershoffen"
|
|
35
35
|
github_repository = "oe-python-template"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "oe-python-template"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.5"
|
|
4
4
|
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -113,7 +113,7 @@ dev = [
|
|
|
113
113
|
"pytest-env>=1.1.5",
|
|
114
114
|
"pytest-regressions>=2.7.0",
|
|
115
115
|
"pytest-xdist[psutil]>=3.6.1",
|
|
116
|
-
"ruff>=0.
|
|
116
|
+
"ruff>=0.10.0",
|
|
117
117
|
"sphinx>=8.2.3",
|
|
118
118
|
"sphinx-autobuild>=2024.10.3",
|
|
119
119
|
"sphinx-copybutton>=0.5.2",
|
|
@@ -188,7 +188,7 @@ ignore = [
|
|
|
188
188
|
[tool.ruff.lint.extend-per-file-ignores]
|
|
189
189
|
"examples/notebook.py" = [
|
|
190
190
|
# we are more relaxed in notebooks, while sill applying hundreds of rules
|
|
191
|
-
"B018",
|
|
191
|
+
"B018", # notebooks surface variable without print
|
|
192
192
|
]
|
|
193
193
|
|
|
194
194
|
[tool.ruff.format]
|
|
@@ -197,7 +197,7 @@ docstring-code-format = true
|
|
|
197
197
|
[tool.ruff.lint.pydocstyle]
|
|
198
198
|
convention = "google"
|
|
199
199
|
|
|
200
|
-
[tool.mypy]
|
|
200
|
+
[tool.mypy] # https://mypy.readthedocs.io/en/latest/config_file.html
|
|
201
201
|
junit_xml = "mypi_junit.xml"
|
|
202
202
|
plugins = "pydantic.mypy"
|
|
203
203
|
strict = true
|
|
@@ -210,7 +210,7 @@ show_error_codes = true
|
|
|
210
210
|
show_error_context = true
|
|
211
211
|
warn_unreachable = true
|
|
212
212
|
|
|
213
|
-
[tool.pydantic-mypy]
|
|
213
|
+
[tool.pydantic-mypy] # https://docs.pydantic.dev/latest/integrations/mypy/#configuring-the-plugin
|
|
214
214
|
init_forbid_extra = true
|
|
215
215
|
init_typed = true
|
|
216
216
|
warn_required_dynamic_aliases = true
|
|
@@ -242,7 +242,7 @@ source = ["src/"]
|
|
|
242
242
|
|
|
243
243
|
|
|
244
244
|
[tool.bumpversion]
|
|
245
|
-
current_version = "0.5.
|
|
245
|
+
current_version = "0.5.5"
|
|
246
246
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
247
247
|
serialize = ["{major}.{minor}.{patch}"]
|
|
248
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.5.
|
|
3
|
+
sonar.projectVersion=0.5.5
|
|
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
|
|
@@ -2075,7 +2075,7 @@ wheels = [
|
|
|
2075
2075
|
|
|
2076
2076
|
[[package]]
|
|
2077
2077
|
name = "oe-python-template"
|
|
2078
|
-
version = "0.5.
|
|
2078
|
+
version = "0.5.5"
|
|
2079
2079
|
source = { editable = "." }
|
|
2080
2080
|
dependencies = [
|
|
2081
2081
|
{ name = "fastapi", extra = ["all", "standard"] },
|
|
@@ -2168,7 +2168,7 @@ dev = [
|
|
|
2168
2168
|
{ name = "pytest-env", specifier = ">=1.1.5" },
|
|
2169
2169
|
{ name = "pytest-regressions", specifier = ">=2.7.0" },
|
|
2170
2170
|
{ name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.6.1" },
|
|
2171
|
-
{ name = "ruff", specifier = ">=0.
|
|
2171
|
+
{ name = "ruff", specifier = ">=0.10.0" },
|
|
2172
2172
|
{ name = "sphinx", specifier = ">=8.2.3" },
|
|
2173
2173
|
{ name = "sphinx-autobuild", specifier = ">=2024.10.3" },
|
|
2174
2174
|
{ name = "sphinx-copybutton", specifier = ">=0.5.2" },
|
|
@@ -3310,27 +3310,27 @@ wheels = [
|
|
|
3310
3310
|
|
|
3311
3311
|
[[package]]
|
|
3312
3312
|
name = "ruff"
|
|
3313
|
-
version = "0.
|
|
3314
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3315
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3316
|
-
wheels = [
|
|
3317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3322
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3323
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3324
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3325
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3326
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3327
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3329
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3330
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3331
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3332
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3333
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3313
|
+
version = "0.10.0"
|
|
3314
|
+
source = { registry = "https://pypi.org/simple" }
|
|
3315
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4c/ec/9c59d2956566517c98ac8267554f4eaceafb2a19710a429368518b7fab43/ruff-0.10.0.tar.gz", hash = "sha256:fa1554e18deaf8aa097dbcfeafaf38b17a2a1e98fdc18f50e62e8a836abee392", size = 3789921 }
|
|
3316
|
+
wheels = [
|
|
3317
|
+
{ url = "https://files.pythonhosted.org/packages/bf/3f/742afe91b43def2a75990b293c676355576c0ff9cdbcf4249f78fa592544/ruff-0.10.0-py3-none-linux_armv6l.whl", hash = "sha256:46a2aa0eaae5048e5f804f0be9489d8a661633e23277b7293089e70d5c1a35c4", size = 10078369 },
|
|
3318
|
+
{ url = "https://files.pythonhosted.org/packages/8d/a0/8696fb4862e82f7b40bbbc2917137594b22826cc62d77278a91391507514/ruff-0.10.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:775a6bc61af9dd0a2e1763406522a137e62aabb743d8b43ed95f019cdd1526c7", size = 10876912 },
|
|
3319
|
+
{ url = "https://files.pythonhosted.org/packages/40/aa/0d48b7b7d7a1f168bb8fd893ed559d633c7d68c4a8ef9b996f0c2bd07aca/ruff-0.10.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:8b03e6fcd39d20f0004f9956f0ed5eadc404d3a299f9d9286323884e3b663730", size = 10229962 },
|
|
3320
|
+
{ url = "https://files.pythonhosted.org/packages/21/de/861ced2f75b045d8cfc038d68961d8ac117344df1f43a11abdd05bf7991b/ruff-0.10.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:621101d1af80248827f2409a78c8177c8319986a57b4663613b9c72f8617bfcd", size = 10404627 },
|
|
3321
|
+
{ url = "https://files.pythonhosted.org/packages/21/69/666e0b840191c3ce433962c0d05fc0f6800afe259ea5d230cc731655d8e2/ruff-0.10.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e2dfe85cb6bfbd4259801e7d4982f2a72bdbd5749dc73a09d68a6dbf77f2209a", size = 9939383 },
|
|
3322
|
+
{ url = "https://files.pythonhosted.org/packages/76/bf/34a2adc58092c99cdfa9f1303acd82d840d56412022e477e2ab20c261d2d/ruff-0.10.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:43ac3879a20c22fdc57e559f0bb27f0c71828656841d0b42d3505b1e5b3a83c8", size = 11492269 },
|
|
3323
|
+
{ url = "https://files.pythonhosted.org/packages/31/3d/f7ccfcf69f15948623b190feea9d411d5029ae39725fcc078f8d43bd07a6/ruff-0.10.0-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:ef5e3aac421bbc62f8a7aab21edd49a359ed42205f7a5091a74386bca1efa293", size = 12186939 },
|
|
3324
|
+
{ url = "https://files.pythonhosted.org/packages/6e/3e/c557c0abfdea85c7d238a3cb238c73e7b6d17c30a584234c4fd8fe2cafb6/ruff-0.10.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9f4f62d7fac8b748fce67ad308116b4d4cc1a9f964b4804fc5408fbd06e13ba9", size = 11655896 },
|
|
3325
|
+
{ url = "https://files.pythonhosted.org/packages/3b/8e/3bfa110f37e5192eb3943f14943d05fbb9a76fea380aa87655e6f6276a54/ruff-0.10.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:02f9f6205c5b0d626f98da01a0e75b724a64c21c554bba24b12522c9e9ba6a04", size = 13885502 },
|
|
3326
|
+
{ url = "https://files.pythonhosted.org/packages/51/4a/22cdab59b5563dd7f4c504d0f1e6bb25fc800a5a057395bc24f8ff3a85b2/ruff-0.10.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:46a97f3d55f68464c48d1e929a8582c7e5bb80ac73336bbc7b0da894d8e6cd9e", size = 11344767 },
|
|
3327
|
+
{ url = "https://files.pythonhosted.org/packages/3d/0f/8f85de2ac565f82f47c6d8fb7ae04383e6300560f2d1b91c1268ff91e507/ruff-0.10.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a0b811197d0dc96c13d610f8cfdc56030b405bcff5c2f10eab187b329da0ca4a", size = 10300331 },
|
|
3328
|
+
{ url = "https://files.pythonhosted.org/packages/90/4a/b337df327832cb30bd8607e8d1fdf1b6b5ca228307d5008dd49028fb66ae/ruff-0.10.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a13a3fda0870c1c964b47ff5d73805ae80d2a9de93ee2d185d453b8fddf85a84", size = 9926551 },
|
|
3329
|
+
{ url = "https://files.pythonhosted.org/packages/d7/e9/141233730b85675ac806c4b62f70516bd9c0aae8a55823f3a6589ed411be/ruff-0.10.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6ceb8d9f062e90ddcbad929f6136edf764bbf6411420a07e8357602ea28cd99f", size = 10925061 },
|
|
3330
|
+
{ url = "https://files.pythonhosted.org/packages/24/09/02987935b55c2d353a226ac1b4f9718830e2e195834929f46c07eeede746/ruff-0.10.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:c41d07d573617ed2f287ea892af2446fd8a8d877481e8e1ba6928e020665d240", size = 11394949 },
|
|
3331
|
+
{ url = "https://files.pythonhosted.org/packages/d6/ec/054f9879fb6f4122d43ffe5c9f88c8c323a9cd14220d5c813aea5805e02c/ruff-0.10.0-py3-none-win32.whl", hash = "sha256:76e2de0cbdd587e373cd3b4050d2c45babdd7014c1888a6f121c29525c748a15", size = 10272077 },
|
|
3332
|
+
{ url = "https://files.pythonhosted.org/packages/6e/49/915d8682f24645b904fe6a1aac36101464fc814923fdf293c1388dc5533c/ruff-0.10.0-py3-none-win_amd64.whl", hash = "sha256:f943acdecdcc6786a8d1dad455dd9f94e6d57ccc115be4993f9b52ef8316027a", size = 11393300 },
|
|
3333
|
+
{ url = "https://files.pythonhosted.org/packages/82/ed/5c59941634c9026ceeccc7c119f23f4356f09aafd28c15c1bc734ac66b01/ruff-0.10.0-py3-none-win_arm64.whl", hash = "sha256:935a943bdbd9ff0685acd80d484ea91088e27617537b5f7ef8907187d19d28d0", size = 10510133 },
|
|
3334
3334
|
]
|
|
3335
3335
|
|
|
3336
3336
|
[[package]]
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
## [0.5.2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.5.1..v0.5.2) - 2025-03-14
|
|
2
|
-
|
|
3
|
-
### 📚 Documentation
|
|
4
|
-
|
|
5
|
-
- Link to security advisory form in SECURITY.md - ([9c75421](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/9c75421b87eb00adb6de0bca6d4b6e50fad193b3))
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
oe_python_template-0.5.2/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.5.2
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/_git-cliff
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/_git-cliff.ps1
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/git-cliff.bash
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/git-cliff-2.7.0/completions/git-cliff.elv
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/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
|
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/Dockerfile.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/devcontainer.json.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/onCreateCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/postAttachCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/.devcontainer/postCreateCommand.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.5.2 → oe_python_template-0.5.5}/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
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/contributing.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/reference.rst.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/template/docs/source/release-notes.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/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
|
|
File without changes
|
{oe_python_template-0.5.2 → oe_python_template-0.5.5}/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.5.2 → oe_python_template-0.5.5}/template/{{_copier_conf.answers_file}}.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|