oe-python-template-example 0.0.1__tar.gz → 0.0.3__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.1 → oe_python_template_example-0.0.3}/.copier-answers.yml +3 -3
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.github/workflows/docker-image-build-publish.yml +1 -1
- oe_python_template_example-0.0.3/CHANGELOG.md +25 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/PKG-INFO +9 -9
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/README.md +8 -8
- oe_python_template_example-0.0.3/RELEASE_NOTES.md +25 -0
- oe_python_template_example-0.0.3/VERSION +1 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/_readme_header.md +2 -2
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/_readme_main.md +6 -6
- oe_python_template_example-0.0.3/bin/git-cliff +0 -0
- oe_python_template_example-0.0.3/bump +3 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/conf.py +2 -2
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/index.rst +1 -1
- oe_python_template_example-0.0.3/git-cliff-2.7.0/CHANGELOG.md +1513 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/LICENSE-APACHE +176 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/LICENSE-MIT +22 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/README.md +95 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/completions/_git-cliff +86 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/completions/_git-cliff.ps1 +84 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/completions/git-cliff.bash +190 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/completions/git-cliff.elv +78 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/completions/git-cliff.fish +39 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/git-cliff-completions +0 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/git-cliff-mangen +0 -0
- oe_python_template_example-0.0.3/git-cliff-2.7.0/man/git-cliff.1 +214 -0
- oe_python_template_example-0.0.3/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.3}/pyproject.toml +2 -2
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/sonar-project.properties +1 -1
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/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.3}/.act-env +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.act-secret +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.devcontainer/Dockerfile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.env.example +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.github/workflows/test-and-report.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.gitignore +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.pre-commit-config.yaml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.python-version +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.readthedocs.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.secrets.baseline +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.vscode/extensions.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/.vscode/settings.json +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/CODEOWNERS +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/CONTRIBUTING.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/Dockerfile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/LICENSE +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/SERVICE_CONNECTIONS.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/_readme_footer.md +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/codecov.yml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/compose.yaml +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/Makefile +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/make.bat +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/_static/.keep +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/contributing.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/latexmkrc +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/main.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/reference.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/docs/source/release-notes.rst +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/examples/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/examples/notebook.ipynb +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/examples/notebook.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/examples/script.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/examples/streamlit.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/github-action-run +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/latexmkrc +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/logo.png +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/noxfile.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/src/oe_python_template_example/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/src/oe_python_template_example/cli.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/src/oe_python_template_example/constants.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/src/oe_python_template_example/service.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/tests/__init__.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/tests/cli_test.py +0 -0
- {oe_python_template_example-0.0.1 → oe_python_template_example-0.0.3}/tests/fixtures/.keep +0 -0
@@ -1,10 +1,10 @@
|
|
1
|
-
_commit: v0.1.4
|
2
|
-
_src_path:
|
1
|
+
_commit: v0.1.4
|
2
|
+
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
|
3
3
|
author_email: helmuthva@gmail.com
|
4
4
|
author_github_username: helmut-hoffer-von-ankershoffen
|
5
5
|
author_name: Helmut Hoffer von Ankershoffen
|
6
6
|
docker_io_image_name: oe-python-template-example
|
7
|
-
docker_io_owner:
|
7
|
+
docker_io_owner: helmuthva
|
8
8
|
github_repository_name: oe-python-template-example
|
9
9
|
github_repository_owner: helmut-hoffer-von-ankershoffen
|
10
10
|
github_repository_url_https: https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example
|
@@ -0,0 +1,25 @@
|
|
1
|
+
[🧠 OE Python Template Example](https://oe-python-template-example.readthedocs.io/en/latest/)
|
2
|
+
|
3
|
+
## [0.0.3](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.0.2..0.0.3) - 2025-03-02
|
4
|
+
|
5
|
+
### ⚙️ Miscellaneous Tasks
|
6
|
+
|
7
|
+
- Docker.io username - ([afc5d08](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/afc5d08c6ccc5f6c6c3824600c4e0fdef1690154))
|
8
|
+
- Copier from repo - ([fa01793](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/fa017930245289f795bbfe9a3204f75103fd19bc))
|
9
|
+
|
10
|
+
|
11
|
+
## [0.0.2] - 2025-03-02
|
12
|
+
|
13
|
+
### ⛰️ Features
|
14
|
+
|
15
|
+
- Initial commit - ([7986b87](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/7986b87fef683b0274acc87c6a11404f13de874e))
|
16
|
+
|
17
|
+
### ⚙️ Miscellaneous Tasks
|
18
|
+
|
19
|
+
- Bump - ([21554f6](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/21554f61f5cee12c9595b71381888bfa281c8005))
|
20
|
+
|
21
|
+
## New Contributors ❤️
|
22
|
+
|
23
|
+
* @helmut-hoffer-von-ankershoffen made their first contribution
|
24
|
+
|
25
|
+
|
@@ -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.3
|
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/
|
@@ -75,8 +75,8 @@ Description-Content-Type: text/markdown
|
|
75
75
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commits/main/)
|
76
76
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
77
77
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
78
|
-
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
79
|
+
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/)
|
80
80
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
|
81
81
|
<!---
|
82
82
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/pkgs/container/oe-python-template-example)
|
@@ -135,7 +135,7 @@ uvx oe-python-template-example command --help # all options for command
|
|
135
135
|
* Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
|
136
136
|
* Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate))
|
137
137
|
* [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example) in security, maintainability, and reliability with low technical debt and low codesmell (verified by SonarQube)
|
138
|
-
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/
|
138
|
+
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
139
139
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
140
140
|
|
141
141
|
## Usage Examples
|
@@ -245,16 +245,16 @@ Now run the usage examples again.
|
|
245
245
|
You can as well run the CLI within Docker.
|
246
246
|
|
247
247
|
```shell
|
248
|
-
docker run
|
249
|
-
docker run
|
250
|
-
docker run
|
251
|
-
docker run
|
248
|
+
docker run helmuthva/oe-python-template-example --help
|
249
|
+
docker run helmuthva/oe-python-template-example hello-world
|
250
|
+
docker run helmuthva/oe-python-template-example hello-world --json
|
251
|
+
docker run helmuthva/oe-python-template-example echo "Lorem"
|
252
252
|
```
|
253
253
|
|
254
254
|
Execute command:
|
255
255
|
|
256
256
|
```shell
|
257
|
-
docker run --env THE_VAR=MY_VALUE
|
257
|
+
docker run --env THE_VAR=MY_VALUE helmuthva/oe-python-template-example echo "Lorem Ipsum"
|
258
258
|
```
|
259
259
|
|
260
260
|
Or use docker compose
|
@@ -16,8 +16,8 @@
|
|
16
16
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commits/main/)
|
17
17
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
18
18
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
19
|
-
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
20
|
+
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/)
|
21
21
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
|
22
22
|
<!---
|
23
23
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/pkgs/container/oe-python-template-example)
|
@@ -76,7 +76,7 @@ uvx oe-python-template-example command --help # all options for command
|
|
76
76
|
* Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
|
77
77
|
* Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate))
|
78
78
|
* [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example) in security, maintainability, and reliability with low technical debt and low codesmell (verified by SonarQube)
|
79
|
-
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/
|
79
|
+
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
80
80
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
81
81
|
|
82
82
|
## Usage Examples
|
@@ -186,16 +186,16 @@ Now run the usage examples again.
|
|
186
186
|
You can as well run the CLI within Docker.
|
187
187
|
|
188
188
|
```shell
|
189
|
-
docker run
|
190
|
-
docker run
|
191
|
-
docker run
|
192
|
-
docker run
|
189
|
+
docker run helmuthva/oe-python-template-example --help
|
190
|
+
docker run helmuthva/oe-python-template-example hello-world
|
191
|
+
docker run helmuthva/oe-python-template-example hello-world --json
|
192
|
+
docker run helmuthva/oe-python-template-example echo "Lorem"
|
193
193
|
```
|
194
194
|
|
195
195
|
Execute command:
|
196
196
|
|
197
197
|
```shell
|
198
|
-
docker run --env THE_VAR=MY_VALUE
|
198
|
+
docker run --env THE_VAR=MY_VALUE helmuthva/oe-python-template-example echo "Lorem Ipsum"
|
199
199
|
```
|
200
200
|
|
201
201
|
Or use docker compose
|
@@ -0,0 +1,25 @@
|
|
1
|
+
[🧠 OE Python Template Example](https://oe-python-template-example.readthedocs.io/en/latest/)
|
2
|
+
|
3
|
+
## [0.0.3](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.0.2..v0.0.3) - 2025-03-02
|
4
|
+
|
5
|
+
### ⚙️ Miscellaneous Tasks
|
6
|
+
|
7
|
+
- Docker.io username - ([afc5d08](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/afc5d08c6ccc5f6c6c3824600c4e0fdef1690154))
|
8
|
+
- Copier from repo - ([fa01793](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/fa017930245289f795bbfe9a3204f75103fd19bc))
|
9
|
+
|
10
|
+
|
11
|
+
## [0.0.2] - 2025-03-02
|
12
|
+
|
13
|
+
### ⛰️ Features
|
14
|
+
|
15
|
+
- Initial commit - ([7986b87](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/7986b87fef683b0274acc87c6a11404f13de874e))
|
16
|
+
|
17
|
+
### ⚙️ Miscellaneous Tasks
|
18
|
+
|
19
|
+
- Bump - ([21554f6](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/21554f61f5cee12c9595b71381888bfa281c8005))
|
20
|
+
|
21
|
+
## New Contributors ❤️
|
22
|
+
|
23
|
+
* @helmut-hoffer-von-ankershoffen made their first contribution
|
24
|
+
|
25
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
0.0.3
|
@@ -16,8 +16,8 @@
|
|
16
16
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commits/main/)
|
17
17
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
18
18
|
[](https://pypi.python.org/pypi/oe-python-template-example)
|
19
|
-
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
20
|
+
[](https://hub.docker.com/r/helmuthva/oe-python-template-example/)
|
21
21
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
|
22
22
|
<!---
|
23
23
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/pkgs/container/oe-python-template-example)
|
@@ -45,7 +45,7 @@ uvx oe-python-template-example command --help # all options for command
|
|
45
45
|
* Compliant with modern linting and formatting standards (powered by [Ruff](https://github.com/astral-sh/ruff))
|
46
46
|
* Up-to-date dependencies (monitored by [Renovate](https://github.com/renovatebot/renovate))
|
47
47
|
* [A-grade code quality](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example) in security, maintainability, and reliability with low technical debt and low codesmell (verified by SonarQube)
|
48
|
-
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/
|
48
|
+
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
|
49
49
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
50
50
|
|
51
51
|
## Usage Examples
|
@@ -155,16 +155,16 @@ Now run the usage examples again.
|
|
155
155
|
You can as well run the CLI within Docker.
|
156
156
|
|
157
157
|
```shell
|
158
|
-
docker run
|
159
|
-
docker run
|
160
|
-
docker run
|
161
|
-
docker run
|
158
|
+
docker run helmuthva/oe-python-template-example --help
|
159
|
+
docker run helmuthva/oe-python-template-example hello-world
|
160
|
+
docker run helmuthva/oe-python-template-example hello-world --json
|
161
|
+
docker run helmuthva/oe-python-template-example echo "Lorem"
|
162
162
|
```
|
163
163
|
|
164
164
|
Execute command:
|
165
165
|
|
166
166
|
```shell
|
167
|
-
docker run --env THE_VAR=MY_VALUE
|
167
|
+
docker run --env THE_VAR=MY_VALUE helmuthva/oe-python-template-example echo "Lorem Ipsum"
|
168
168
|
```
|
169
169
|
|
170
170
|
Or use docker compose
|
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.3"
|
29
29
|
release = version
|
30
30
|
github_username = "helmut-hoffer-von-ankershoffen"
|
31
31
|
github_repository = "oe-python-template-example"
|
@@ -76,7 +76,7 @@ html_theme_options = {
|
|
76
76
|
"announcement": (
|
77
77
|
'<a target="_blank" href="https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example">GitHub</a> - ' # noqa: E501
|
78
78
|
'<a target="_blank" href="https://pypi.org/project/oe-python-template-example">PyPI</a> - '
|
79
|
-
'<a target="_blank" href="https://hub.docker.com/r/
|
79
|
+
'<a target="_blank" href="https://hub.docker.com/r/helmuthva/oe-python-template-example/tags">Docker</a> - '
|
80
80
|
'<a target="_blank" href="https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template-example">SonarQube</a> - ' # noqa: E501
|
81
81
|
'<a target="_blank" href="https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/oe-python-template-example">Codecov</a>'
|
82
82
|
),
|
@@ -20,7 +20,7 @@
|
|
20
20
|
:github:
|
21
21
|
:pypi: oe-python-template-example
|
22
22
|
|
23
|
-
Docker <https://hub.docker.com/r/
|
23
|
+
Docker <https://hub.docker.com/r/helmuthva/oe-python-template-example/tags>
|
24
24
|
SonarQube <https://sonarcloud.io/summary/new_code?id=>
|
25
25
|
Codecov <https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen/oe-python-template-example>
|
26
26
|
ghcr.io <https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/pkgs/container/oe-python-template-example>
|