oe-python-template-example 0.3.3__py3-none-any.whl → 0.3.4__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.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/METADATA +8 -8
- {oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/RECORD +5 -5
- {oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/WHEEL +0 -0
- {oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/entry_points.txt +0 -0
- {oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/licenses/LICENSE +0 -0
{oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template-example
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.4
|
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/
|
@@ -411,13 +411,13 @@ Or use docker compose
|
|
411
411
|
The .env is passed through from the host to the Docker container.
|
412
412
|
|
413
413
|
```shell
|
414
|
-
docker compose run oe-python-template-example --help
|
415
|
-
docker compose run oe-python-template-example hello-world
|
416
|
-
docker compose run oe-python-template-example echo --help
|
417
|
-
docker compose run oe-python-template-example echo "Lorem"
|
418
|
-
docker compose run oe-python-template-example echo "Lorem" --json
|
419
|
-
docker compose run oe-python-template-example openapi
|
420
|
-
docker compose run oe-python-template-example openapi --output-format=json
|
414
|
+
docker compose run --remove-orphans oe-python-template-example --help
|
415
|
+
docker compose run --remove-orphans oe-python-template-example hello-world
|
416
|
+
docker compose run --remove-orphans oe-python-template-example echo --help
|
417
|
+
docker compose run --remove-orphans oe-python-template-example echo "Lorem"
|
418
|
+
docker compose run --remove-orphans oe-python-template-example echo "Lorem" --json
|
419
|
+
docker compose run --remove-orphans oe-python-template-example openapi
|
420
|
+
docker compose run --remove-orphans oe-python-template-example openapi --output-format=json
|
421
421
|
echo "Running OE Python Template Example's API container as a daemon ..."
|
422
422
|
docker compose up -d
|
423
423
|
echo "Waiting for the API server to start ..."
|
{oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/RECORD
RENAMED
@@ -5,8 +5,8 @@ oe_python_template_example/constants.py,sha256=6uQHr2CRgzWQWhUQCRRKiPuFhzKB2iblZ
|
|
5
5
|
oe_python_template_example/models.py,sha256=IbegPBFJq0OCAWS70V-ozl6coMd0dC2OsHZY-nIumGs,846
|
6
6
|
oe_python_template_example/service.py,sha256=WY7W6MG55cp0sfNVBWSkelXJcZ3dXIY5MQemUeQC-MA,1622
|
7
7
|
oe_python_template_example/settings.py,sha256=mQu7Bl2EhR6taQLqbaK1s86Ngn3kLVeEoMyhCqbydig,751
|
8
|
-
oe_python_template_example-0.3.
|
9
|
-
oe_python_template_example-0.3.
|
10
|
-
oe_python_template_example-0.3.
|
11
|
-
oe_python_template_example-0.3.
|
12
|
-
oe_python_template_example-0.3.
|
8
|
+
oe_python_template_example-0.3.4.dist-info/METADATA,sha256=Zgmfp39stYvr6EZN21qQduvTk41QVSfj8KzvsPl0NbQ,30974
|
9
|
+
oe_python_template_example-0.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
oe_python_template_example-0.3.4.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
|
11
|
+
oe_python_template_example-0.3.4.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
12
|
+
oe_python_template_example-0.3.4.dist-info/RECORD,,
|
{oe_python_template_example-0.3.3.dist-info → oe_python_template_example-0.3.4.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|