oe-python-template-example 0.0.1__tar.gz → 0.0.2__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.0.2/CHANGELOG.md +17 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/PKG-INFO +1 -1
- oe_python_template_example-0.0.2/RELEASE_NOTES.md +17 -0
- oe_python_template_example-0.0.2/VERSION +1 -0
- oe_python_template_example-0.0.2/bin/git-cliff +0 -0
- oe_python_template_example-0.0.2/bump +3 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/conf.py +1 -1
- oe_python_template_example-0.0.2/git-cliff-2.7.0/CHANGELOG.md +1513 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/LICENSE-APACHE +176 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/LICENSE-MIT +22 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/README.md +95 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/completions/_git-cliff +86 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/completions/_git-cliff.ps1 +84 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/completions/git-cliff.bash +190 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/completions/git-cliff.elv +78 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/completions/git-cliff.fish +39 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/git-cliff-completions +0 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/git-cliff-mangen +0 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0/man/git-cliff.1 +214 -0
- oe_python_template_example-0.0.2/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/pyproject.toml +2 -2
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/sonar-project.properties +1 -1
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/uv.lock +1 -1
- oe_python_template_example-0.0.1/CHANGELOG.md +0 -0
- oe_python_template_example-0.0.1/VERSION +0 -1
- oe_python_template_example-0.0.1/bump +0 -3
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.act-env +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.act-secret +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.copier-answers.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.devcontainer/Dockerfile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.env.example +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.github/workflows/docker-image-build-publish.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.github/workflows/test-and-report.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.gitignore +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.pre-commit-config.yaml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.python-version +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.readthedocs.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.secrets.baseline +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.vscode/extensions.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/.vscode/settings.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/CODEOWNERS +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/CONTRIBUTING.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/Dockerfile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/LICENSE +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/README.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/SERVICE_CONNECTIONS.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/_readme_footer.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/_readme_header.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/_readme_main.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/codecov.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/compose.yaml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/Makefile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/make.bat +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/_static/.keep +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/contributing.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/index.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/latexmkrc +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/main.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/reference.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/docs/source/release-notes.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/examples/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/examples/notebook.ipynb +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/examples/notebook.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/examples/script.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/examples/streamlit.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/github-action-run +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/latexmkrc +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/logo.png +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/noxfile.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/src/oe_python_template_example/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/src/oe_python_template_example/cli.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/src/oe_python_template_example/constants.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/src/oe_python_template_example/service.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/tests/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/tests/cli_test.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.2}/tests/fixtures/.keep +0 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
[🧠 OE Python Template Example](https://oe-python-template-example.readthedocs.io/en/latest/)
|
2
|
+
|
3
|
+
## [0.0.2] - 2025-03-02
|
4
|
+
|
5
|
+
### ⛰️ Features
|
6
|
+
|
7
|
+
- Initial commit - ([7986b87](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/7986b87fef683b0274acc87c6a11404f13de874e))
|
8
|
+
|
9
|
+
### ⚙️ Miscellaneous Tasks
|
10
|
+
|
11
|
+
- Bump - ([21554f6](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/21554f61f5cee12c9595b71381888bfa281c8005))
|
12
|
+
|
13
|
+
## New Contributors ❤️
|
14
|
+
|
15
|
+
* @helmut-hoffer-von-ankershoffen made their first contribution
|
16
|
+
|
17
|
+
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template-example
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
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/
|
@@ -0,0 +1,17 @@
|
|
1
|
+
[🧠 OE Python Template Example](https://oe-python-template-example.readthedocs.io/en/latest/)
|
2
|
+
|
3
|
+
## [0.0.2] - 2025-03-02
|
4
|
+
|
5
|
+
### ⛰️ Features
|
6
|
+
|
7
|
+
- Initial commit - ([7986b87](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/7986b87fef683b0274acc87c6a11404f13de874e))
|
8
|
+
|
9
|
+
### ⚙️ Miscellaneous Tasks
|
10
|
+
|
11
|
+
- Bump - ([21554f6](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/21554f61f5cee12c9595b71381888bfa281c8005))
|
12
|
+
|
13
|
+
## New Contributors ❤️
|
14
|
+
|
15
|
+
* @helmut-hoffer-von-ankershoffen made their first contribution
|
16
|
+
|
17
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
0.0.2
|
Binary file
|
@@ -25,7 +25,7 @@ extensions = [
|
|
25
25
|
project = "oe-python-template-example"
|
26
26
|
author = "Helmut Hoffer von Ankershoffen"
|
27
27
|
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
|
28
|
-
version = "0.0.
|
28
|
+
version = "0.0.2"
|
29
29
|
release = version
|
30
30
|
github_username = "helmut-hoffer-von-ankershoffen"
|
31
31
|
github_repository = "oe-python-template-example"
|