oe-python-template-example 0.2.14__py3-none-any.whl → 0.2.16__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/cli.py +1 -1
- {oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/METADATA +1 -1
- {oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/RECORD +6 -6
- {oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/WHEEL +0 -0
- {oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/entry_points.txt +0 -0
- {oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/licenses/LICENSE +0 -0
@@ -127,7 +127,7 @@ def openapi(
|
|
127
127
|
case OutputFormat.JSON:
|
128
128
|
_console.print_json(data=schema)
|
129
129
|
case OutputFormat.YAML:
|
130
|
-
_console.print(yaml.dump(schema, default_flow_style=False), end="")
|
130
|
+
_console.print(yaml.dump(schema, width=80, default_flow_style=False), end="")
|
131
131
|
|
132
132
|
|
133
133
|
def _apply_cli_settings(cli: typer.Typer, epilog: str) -> None:
|
{oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template-example
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.16
|
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/
|
{oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/RECORD
RENAMED
@@ -1,12 +1,12 @@
|
|
1
1
|
oe_python_template_example/__init__.py,sha256=Ks3KjkBuzEO1gaezabSfal_WVOsJbuweHwRCs58oRv4,435
|
2
2
|
oe_python_template_example/api.py,sha256=jP3nVgU06OHK0F9oi3h5_xZRWYsAu2fF80ezGshLk70,5034
|
3
|
-
oe_python_template_example/cli.py,sha256=
|
3
|
+
oe_python_template_example/cli.py,sha256=g8qeEQ36wvXrFQba0L8aLiAs6wDcXfVnxcesEMiOQ3g,3894
|
4
4
|
oe_python_template_example/constants.py,sha256=6uQHr2CRgzWQWhUQCRRKiPuFhzKB2iblZk3dIRQ5dDc,358
|
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.2.
|
9
|
-
oe_python_template_example-0.2.
|
10
|
-
oe_python_template_example-0.2.
|
11
|
-
oe_python_template_example-0.2.
|
12
|
-
oe_python_template_example-0.2.
|
8
|
+
oe_python_template_example-0.2.16.dist-info/METADATA,sha256=zhiinNt7spgXxSnuhwqn6poEP-8jJNN4tXX9yvEpNFo,29751
|
9
|
+
oe_python_template_example-0.2.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
oe_python_template_example-0.2.16.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
|
11
|
+
oe_python_template_example-0.2.16.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
12
|
+
oe_python_template_example-0.2.16.dist-info/RECORD,,
|
{oe_python_template_example-0.2.14.dist-info → oe_python_template_example-0.2.16.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|