oe-python-template 0.15.14__py3-none-any.whl → 0.15.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/cli.py +2 -2
- oe_python_template/system/_cli.py +1 -1
- {oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/METADATA +1 -1
- {oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/RECORD +7 -7
- {oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/WHEEL +0 -0
- {oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/licenses/LICENSE +0 -0
oe_python_template/cli.py
CHANGED
@@ -18,7 +18,7 @@ if find_spec("nicegui") and find_spec("webview") and not __is_running_in_contain
|
|
18
18
|
|
19
19
|
@cli.command()
|
20
20
|
def gui() -> None:
|
21
|
-
"""
|
21
|
+
"""Open graphical user interface (GUI)."""
|
22
22
|
from .utils import gui_run # noqa: PLC0415
|
23
23
|
|
24
24
|
gui_run(native=True, with_api=False, title="OE Python Template", icon="🧠")
|
@@ -36,7 +36,7 @@ if find_spec("marimo"):
|
|
36
36
|
host: Annotated[str, typer.Option(help="Host to bind the server to")] = "127.0.0.1",
|
37
37
|
port: Annotated[int, typer.Option(help="Port to bind the server to")] = 8001,
|
38
38
|
) -> None:
|
39
|
-
"""
|
39
|
+
"""Run notebook server."""
|
40
40
|
console.print(f"Starting marimo notebook server at http://{host}:{port}")
|
41
41
|
uvicorn.run(
|
42
42
|
create_marimo_app(),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template
|
3
|
-
Version: 0.15.
|
3
|
+
Version: 0.15.16
|
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/
|
@@ -1,6 +1,6 @@
|
|
1
1
|
oe_python_template/__init__.py,sha256=_Z3Xb-x95UODU66avOiwROVaouk_s0ZNB25KFnPoS40,226
|
2
2
|
oe_python_template/api.py,sha256=tNPSbBDYq8x1WMs4pAw6I5MLlV6NgJetQ6FNPRLho5o,2181
|
3
|
-
oe_python_template/cli.py,sha256=
|
3
|
+
oe_python_template/cli.py,sha256=_jH7zFSouR8pXIrXeNfDxG8iXItTp9niv5ErBme7YSo,1650
|
4
4
|
oe_python_template/constants.py,sha256=eGRomEUWxLUK9yup5F6wy42s_aAHlM_wrrXCAl6u6dc,441
|
5
5
|
oe_python_template/hello/__init__.py,sha256=F7aJ_uhTPPnFLT_4GjI2GzjAmKrUhfe4KxqzrljuCVo,485
|
6
6
|
oe_python_template/hello/_api.py,sha256=wW3gI6OpLMP3u2hVuaKxpuGF230rS6JiCnsRnGFPdpc,2359
|
@@ -12,7 +12,7 @@ oe_python_template/hello/_service.py,sha256=22-IqNpra43IQcdeZNnzY4uhdPZmlXL6mCsL
|
|
12
12
|
oe_python_template/hello/_settings.py,sha256=_85PIdq8UuS4orCZ0qFJ22RTQTooOTB0USRxBapBK3M,1533
|
13
13
|
oe_python_template/system/__init__.py,sha256=7e2z8HATzy3dAIBXy5PM9rlCC7Rbu8m8NapROdrf3Wk,624
|
14
14
|
oe_python_template/system/_api.py,sha256=pBBCL1gXM7W5dgJqBLKuNFWES0pQF8mbUgQ7H7oHwh8,3714
|
15
|
-
oe_python_template/system/_cli.py,sha256=
|
15
|
+
oe_python_template/system/_cli.py,sha256=fVO_TSIyiaMJ2ACeQ4gPy4QQZjmeBVnsxxsViuNGe8I,6990
|
16
16
|
oe_python_template/system/_gui.py,sha256=9U4QMkl1mVJargg_gQ7U8tMlvec4b1cqkTgRcmmyTTc,678
|
17
17
|
oe_python_template/system/_service.py,sha256=f-EtWEAanajo4S2KeGm26K9_RezYgPza1qVqPRBOFvY,6376
|
18
18
|
oe_python_template/system/_settings.py,sha256=MwMAJYifJ6jGImeSh4e9shmIXmiUSuQGHXz_Ts0mSdk,901
|
@@ -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.15.
|
37
|
-
oe_python_template-0.15.
|
38
|
-
oe_python_template-0.15.
|
39
|
-
oe_python_template-0.15.
|
40
|
-
oe_python_template-0.15.
|
36
|
+
oe_python_template-0.15.16.dist-info/METADATA,sha256=En7CdLgF0gCZb4FPG5vGGNCLaLWcJBHp93gBJZ7XAZQ,34496
|
37
|
+
oe_python_template-0.15.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
38
|
+
oe_python_template-0.15.16.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
39
|
+
oe_python_template-0.15.16.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
40
|
+
oe_python_template-0.15.16.dist-info/RECORD,,
|
File without changes
|
{oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/entry_points.txt
RENAMED
File without changes
|
{oe_python_template-0.15.14.dist-info → oe_python_template-0.15.16.dist-info}/licenses/LICENSE
RENAMED
File without changes
|