oe-python-template-example 0.2.14__py3-none-any.whl → 0.2.15__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.
@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template-example
3
- Version: 0.2.14
3
+ Version: 0.2.15
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/
@@ -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=qBEl2AweQxL14VZBGN3l8Y6CpDpp2hXM69O4veuc6QI,3884
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.14.dist-info/METADATA,sha256=EyDEUUw2LwpklQyu02Vkus0cts_V_KQwSYU9I17dVrk,29751
9
- oe_python_template_example-0.2.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- oe_python_template_example-0.2.14.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
11
- oe_python_template_example-0.2.14.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
12
- oe_python_template_example-0.2.14.dist-info/RECORD,,
8
+ oe_python_template_example-0.2.15.dist-info/METADATA,sha256=oeVQ40EHWo0QJ2bcnH3ewGIYo0phwujLtIedqqhKKmE,29751
9
+ oe_python_template_example-0.2.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ oe_python_template_example-0.2.15.dist-info/entry_points.txt,sha256=S2eCPB45b1Wgj_GsDRFAN-e4h7dBA5UPxT8od98erDE,82
11
+ oe_python_template_example-0.2.15.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
12
+ oe_python_template_example-0.2.15.dist-info/RECORD,,