oe-python-template-example 0.0.2__py3-none-any.whl → 0.0.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template-example
3
- Version: 0.0.2
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
  [![GitHub - Commits](https://img.shields.io/github/commit-activity/m/helmut-hoffer-von-ankershoffen/oe-python-template-example/main?label=commits&style=flat&labelColor=1C2C2E&color=blue&logo=GitHub&logoColor=white)](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commits/main/)
76
76
  [![PyPI - Version](https://img.shields.io/pypi/v/oe-python-template-example.svg?label=PyPI&logo=pypi&logoColor=%23FFD243&labelColor=%230073B7&color=FDFDFD)](https://pypi.python.org/pypi/oe-python-template-example)
77
77
  [![PyPI - Status](https://img.shields.io/pypi/status/oe-python-template-example?logo=pypi&logoColor=%23FFD243&labelColor=%230073B7&color=FDFDFD)](https://pypi.python.org/pypi/oe-python-template-example)
78
- [![Docker - Version](https://img.shields.io/docker/v/helmut-hoffer-von-ankershoffen/oe-python-template-example?sort=semver&label=Docker&logo=docker&logoColor=white&labelColor=1354D4&color=10151B)](https://hub.docker.com/r/helmut-hoffer-von-ankershoffen/oe-python-template-example/tags)
79
- [![Docker - Size](https://img.shields.io/docker/image-size/helmut-hoffer-von-ankershoffen/oe-python-template-examplesort=semver&arch=arm64&label=image&logo=docker&logoColor=white&labelColor=1354D4&color=10151B)](https://hub.docker.com/r/helmut-hoffer-von-ankershoffen/oe-python-template-example/)
78
+ [![Docker - Version](https://img.shields.io/docker/v/helmuthva/oe-python-template-example?sort=semver&label=Docker&logo=docker&logoColor=white&labelColor=1354D4&color=10151B)](https://hub.docker.com/r/helmuthva/oe-python-template-example/tags)
79
+ [![Docker - Size](https://img.shields.io/docker/image-size/helmuthva/oe-python-template-examplesort=semver&arch=arm64&label=image&logo=docker&logoColor=white&labelColor=1354D4&color=10151B)](https://hub.docker.com/r/helmuthva/oe-python-template-example/)
80
80
  [![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template)
81
81
  <!---
82
82
  [![ghcr.io - Version](https://ghcr-badge.egpl.dev/helmut-hoffer-von-ankershoffen/oe-python-template-example/tags?color=%2344cc11&ignore=0.0%2C0%2Clatest&n=3&label=ghcr.io&trim=)](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/helmut-hoffer-von-ankershoffen/oe-python-template-example/tags)
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 helmut-hoffer-von-ankershoffen/oe-python-template-example --help
249
- docker run helmut-hoffer-von-ankershoffen/oe-python-template-example hello-world
250
- docker run helmut-hoffer-von-ankershoffen/oe-python-template-example hello-world --json
251
- docker run helmut-hoffer-von-ankershoffen/oe-python-template-example echo "Lorem"
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 helmut-hoffer-von-ankershoffen/oe-python-template-example echo "Lorem Ipsum"
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
@@ -2,8 +2,8 @@ oe_python_template_example/__init__.py,sha256=-sCwS9lD6CvgWw88f7snBDF947PWIhEupJ
2
2
  oe_python_template_example/cli.py,sha256=6giUEesoEuwytZnthiTBH9-ALkiwdkTL4TEb7vsqbGM,1351
3
3
  oe_python_template_example/constants.py,sha256=6uQHr2CRgzWQWhUQCRRKiPuFhzKB2iblZk3dIRQ5dDc,358
4
4
  oe_python_template_example/service.py,sha256=ZpsZFnnJm_3EqoVqGomfAyIjLVmWJFuJ3G9qatWj5yI,516
5
- oe_python_template_example-0.0.2.dist-info/METADATA,sha256=3NXUIRfVrLilY--77O3yVcAR_FtAlm9EiY-WOaXhrwU,16922
6
- oe_python_template_example-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- oe_python_template_example-0.0.2.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
8
- oe_python_template_example-0.0.2.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
9
- oe_python_template_example-0.0.2.dist-info/RECORD,,
5
+ oe_python_template_example-0.0.3.dist-info/METADATA,sha256=14pdHyb-nVnuIUez4_KisfRE_8c1_Qi2JXziy0U-tOo,16712
6
+ oe_python_template_example-0.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ oe_python_template_example-0.0.3.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
8
+ oe_python_template_example-0.0.3.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
9
+ oe_python_template_example-0.0.3.dist-info/RECORD,,