oe-python-template 0.13.3__py3-none-any.whl → 0.13.5__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-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/METADATA +13 -13
- {oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/RECORD +5 -5
- {oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/WHEEL +0 -0
- {oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template
|
3
|
-
Version: 0.13.
|
3
|
+
Version: 0.13.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/
|
@@ -438,13 +438,22 @@ docker run helmuthva/oe-python-template system openapi --output-format=json
|
|
438
438
|
docker run helmuthva/oe-python-template system serve
|
439
439
|
```
|
440
440
|
|
441
|
-
|
441
|
+
The default Docker image includes all extras. Additionally a slim image is provided, with no extras. Run as follows
|
442
|
+
|
443
|
+
```shell
|
444
|
+
docker run helmuthva/oe-python-template-slim --help
|
445
|
+
docker run helmuthva/oe-python-template-slim hello world
|
446
|
+
```
|
447
|
+
|
448
|
+
You can pass environment variables as parameters:
|
442
449
|
|
443
450
|
```shell
|
444
|
-
docker run --env
|
451
|
+
docker run --env OE_PYTHON_TEMPLATE_HELLO_LANGUAGE=de_DE helmuthva/oe-python-template hello world
|
452
|
+
docker run --env OE_PYTHON_TEMPLATE_HELLO_LANGUAGE=en_US helmuthva/oe-python-template hello world
|
445
453
|
```
|
446
454
|
|
447
|
-
|
455
|
+
A docker compose stack is provided. Clone this repository using
|
456
|
+
`git clone git@github.com:helmut-hoffer-von-ankershoffen/oe-python-template.git` and enter the repository folder.
|
448
457
|
|
449
458
|
The .env is passed through from the host to the Docker container.
|
450
459
|
|
@@ -484,15 +493,6 @@ echo "Shutting down the API container ..."
|
|
484
493
|
docker compose down
|
485
494
|
```
|
486
495
|
|
487
|
-
#### Slim
|
488
|
-
|
489
|
-
The default Docker image includes all extras. Additionally a slim image is provided, with no extras. Run as follows
|
490
|
-
|
491
|
-
```shell
|
492
|
-
docker compose run --remove-orphans oe-python-template-slim --help
|
493
|
-
```
|
494
|
-
|
495
|
-
|
496
496
|
* See the [reference documentation of the API](https://oe-python-template.readthedocs.io/en/latest/api_reference_v1.html) for detailed documentation of all API operations and parameters.
|
497
497
|
|
498
498
|
|
@@ -33,8 +33,8 @@ oe_python_template/utils/_service.py,sha256=atHAejvBucKXjzhsMSdOBBFa7rRD74zcV70P
|
|
33
33
|
oe_python_template/utils/_settings.py,sha256=owFoaHEzJnVD3EVyOWF4rfIY7g6eLnU6rN0m4VHhCbA,2464
|
34
34
|
oe_python_template/utils/boot.py,sha256=Qgq1sjT8d3fcfibnMyx5CVUJ_KKXgFI3ozZUIJbhh4I,2921
|
35
35
|
oe_python_template/utils/.vendored/bottle.py,sha256=kZAZmh3nRzCUf-9IKGpv0yqlMciZMA_DNaaMDdcQmt0,175437
|
36
|
-
oe_python_template-0.13.
|
37
|
-
oe_python_template-0.13.
|
38
|
-
oe_python_template-0.13.
|
39
|
-
oe_python_template-0.13.
|
40
|
-
oe_python_template-0.13.
|
36
|
+
oe_python_template-0.13.5.dist-info/METADATA,sha256=vb6Bt4Gc_DEH0wBIlB_tDp80yVgkeB4IbvGLkTlFyYg,33856
|
37
|
+
oe_python_template-0.13.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
38
|
+
oe_python_template-0.13.5.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
39
|
+
oe_python_template-0.13.5.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
40
|
+
oe_python_template-0.13.5.dist-info/RECORD,,
|
File without changes
|
{oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/entry_points.txt
RENAMED
File without changes
|
{oe_python_template-0.13.3.dist-info → oe_python_template-0.13.5.dist-info}/licenses/LICENSE
RENAMED
File without changes
|