oe-python-template 0.12.10__py3-none-any.whl → 0.12.11__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/cli.py CHANGED
@@ -15,7 +15,7 @@ cli = typer.Typer(help="Command Line Interface of OE Python Template")
15
15
  prepare_cli(cli, f"🧠 OE Python Template v{__version__} - built with love in Berlin 🐻")
16
16
 
17
17
 
18
- if find_spec("nicegui"):
18
+ if find_spec("nicegui") and find_spec("webview"):
19
19
 
20
20
  @cli.command()
21
21
  def gui() -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template
3
- Version: 0.12.10
3
+ Version: 0.12.11
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/
@@ -69,7 +69,8 @@ Requires-Dist: jupyter>=1.1.1; extra == 'examples'
69
69
  Requires-Dist: marimo>=0.13.0; extra == 'examples'
70
70
  Requires-Dist: streamlit>=1.44.1; extra == 'examples'
71
71
  Provides-Extra: gui
72
- Requires-Dist: nicegui[matplotlib,native]>=2.15.0; extra == 'gui'
72
+ Requires-Dist: nicegui[matplotlib,native]==2.15.0; extra == 'gui'
73
+ Requires-Dist: pywebview==5.4.0; extra == 'gui'
73
74
  Description-Content-Type: text/markdown
74
75
 
75
76
 
@@ -1,6 +1,6 @@
1
1
  oe_python_template/__init__.py,sha256=_Z3Xb-x95UODU66avOiwROVaouk_s0ZNB25KFnPoS40,226
2
2
  oe_python_template/api.py,sha256=Hcpj4UYFrZBaE-O8Iwb7poGCCtlMIqrmNiFqJSKElqI,2190
3
- oe_python_template/cli.py,sha256=OfGfWeuN4syjmlph8oGVivrgdg0MMYmbEJ5EL-4MQJ0,1587
3
+ oe_python_template/cli.py,sha256=XI0NSVLQtOAlhlZa8Znizycc3fu6OHl8xI7rJPlheeQ,1612
4
4
  oe_python_template/constants.py,sha256=tIWRWxG7Ob-MwH8ucPplOMO3mCgXPo97acRjydpHiyg,330
5
5
  oe_python_template/hello/__init__.py,sha256=F7aJ_uhTPPnFLT_4GjI2GzjAmKrUhfe4KxqzrljuCVo,485
6
6
  oe_python_template/hello/_api.py,sha256=hWWlEDUfFY1se2ZzhqGMfPyD3FPwuA-YzxG9Q9z4F2o,2294
@@ -32,8 +32,8 @@ oe_python_template/utils/_sentry.py,sha256=2sXrDSZSYoDEM87v7CakJ6eGBtcIhDI48PsQC
32
32
  oe_python_template/utils/_service.py,sha256=atHAejvBucKXjzhsMSdOBBFa7rRD74zcV70Pp0pl0Tg,1038
33
33
  oe_python_template/utils/_settings.py,sha256=owFoaHEzJnVD3EVyOWF4rfIY7g6eLnU6rN0m4VHhCbA,2464
34
34
  oe_python_template/utils/boot.py,sha256=TBgmqbtIryQz0cAozYzxhYQRIldfbJ6v9R-rH6sO9mY,2696
35
- oe_python_template-0.12.10.dist-info/METADATA,sha256=n77wE4qx5WcmTiq_8Rc9NXFynm7FRH6Xcb39X2Ye05Y,33030
36
- oe_python_template-0.12.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
37
- oe_python_template-0.12.10.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
38
- oe_python_template-0.12.10.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
39
- oe_python_template-0.12.10.dist-info/RECORD,,
35
+ oe_python_template-0.12.11.dist-info/METADATA,sha256=4hMt5c4NRPlDfgDXVMeEaoZ1f1GgSU_4H5l9MvxSWos,33078
36
+ oe_python_template-0.12.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
37
+ oe_python_template-0.12.11.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
38
+ oe_python_template-0.12.11.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
39
+ oe_python_template-0.12.11.dist-info/RECORD,,