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.
- {oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/METADATA +9 -9
- {oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/RECORD +5 -5
- {oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/WHEEL +0 -0
- {oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/entry_points.txt +0 -0
- {oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/licenses/LICENSE +0 -0
{oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/METADATA
RENAMED
@@ -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
|
{oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/RECORD
RENAMED
@@ -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.
|
6
|
-
oe_python_template_example-0.0.
|
7
|
-
oe_python_template_example-0.0.
|
8
|
-
oe_python_template_example-0.0.
|
9
|
-
oe_python_template_example-0.0.
|
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,,
|
{oe_python_template_example-0.0.2.dist-info → oe_python_template_example-0.0.3.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|