oe-python-template 0.15.19__py3-none-any.whl → 0.15.23__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/constants.py +1 -1
- oe_python_template/hello/_gui.py +1 -1
- {oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/METADATA +3 -3
- {oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/RECORD +7 -7
- {oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/WHEEL +0 -0
- {oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/licenses/LICENSE +0 -0
oe_python_template/constants.py
CHANGED
oe_python_template/hello/_gui.py
CHANGED
@@ -10,7 +10,7 @@ from ._service import Service
|
|
10
10
|
async def pick_file() -> None:
|
11
11
|
"""Open a file picker dialog and show notifier when closed again."""
|
12
12
|
from nicegui import ui # noqa: PLC0415
|
13
|
-
|
13
|
+
|
14
14
|
result = await GUILocalFilePicker(str(Path.cwd() / "examples"), multiple=True) # type: ignore
|
15
15
|
ui.notify(f"You chose {result}")
|
16
16
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template
|
3
|
-
Version: 0.15.
|
3
|
+
Version: 0.15.23
|
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/
|
@@ -80,7 +80,7 @@ Description-Content-Type: text/markdown
|
|
80
80
|
[
|
81
81
|
](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/LICENSE)
|
82
82
|
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/blob/main/noxfile.py)
|
83
|
-
[](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/actions/workflows/ci-cd.yml)
|
84
84
|
[](https://oe-python-template.readthedocs.io/en/latest/)
|
85
85
|
[](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template)
|
86
86
|
[](https://sonarcloud.io/summary/new_code?id=helmut-hoffer-von-ankershoffen_oe-python-template)
|
@@ -135,7 +135,7 @@ Projects generated with this template come with a comprehensive development tool
|
|
135
135
|
4. Unit and E2E testing with [pytest](https://docs.pytest.org/en/stable/) including parallel test execution
|
136
136
|
5. Matrix testing in multiple environments with [nox](https://nox.thea.codes/en/stable/)
|
137
137
|
6. Test coverage reported with [Codecov](https://codecov.io/) and published as release artifact
|
138
|
-
7. CI/CD pipeline automated with [GitHub Actions](https://github.com/features/actions) including scheduled testing, release automation, and multiple reporting channels and formats
|
138
|
+
7. CI/CD pipeline automated with [GitHub Actions](https://github.com/features/actions) with parallel and reusable workflows, including scheduled testing, release automation, and multiple reporting channels and formats
|
139
139
|
8. CI/CD pipeline can be run locally with [act](https://github.com/nektos/act)
|
140
140
|
9. Code quality and security checks with [SonarQube](https://www.sonarsource.com/products/sonarcloud) and [GitHub CodeQL](https://codeql.github.com/)
|
141
141
|
10. Dependency monitoring and vulnerability scanning with [pip-audit](https://pypi.org/project/pip-audit/), [trivy](https://trivy.dev/latest/), [Renovate](https://github.com/renovatebot/renovate), and [GitHub Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
|
@@ -1,12 +1,12 @@
|
|
1
1
|
oe_python_template/__init__.py,sha256=_Z3Xb-x95UODU66avOiwROVaouk_s0ZNB25KFnPoS40,226
|
2
2
|
oe_python_template/api.py,sha256=tNPSbBDYq8x1WMs4pAw6I5MLlV6NgJetQ6FNPRLho5o,2181
|
3
3
|
oe_python_template/cli.py,sha256=_jH7zFSouR8pXIrXeNfDxG8iXItTp9niv5ErBme7YSo,1650
|
4
|
-
oe_python_template/constants.py,sha256=
|
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
|
7
7
|
oe_python_template/hello/_cli.py,sha256=mSNmRj_VRoRfCAR1I8tssZqZCTmT6jgzsNWrTtlFP7Y,1184
|
8
8
|
oe_python_template/hello/_constants.py,sha256=6aRleAIcdgC13TeTzI07YwjoSwqGb2g131dw8aEoM4I,109
|
9
|
-
oe_python_template/hello/_gui.py,sha256=
|
9
|
+
oe_python_template/hello/_gui.py,sha256=gB_UcMurVVj50VQH3jKrKRVDIGVbgtDA6uSn75UGjfw,1552
|
10
10
|
oe_python_template/hello/_models.py,sha256=JtI7wGT72u23NOxFa-oeWzdyiMg7PnHL5eg22im2_yQ,574
|
11
11
|
oe_python_template/hello/_service.py,sha256=22-IqNpra43IQcdeZNnzY4uhdPZmlXL6mCsLTCm6Zp4,3175
|
12
12
|
oe_python_template/hello/_settings.py,sha256=_85PIdq8UuS4orCZ0qFJ22RTQTooOTB0USRxBapBK3M,1533
|
@@ -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.23.dist-info/METADATA,sha256=96YDsTmJvr3F1yhaIO1jCqdy5XZWAjiEbITt9qAO1jo,34607
|
37
|
+
oe_python_template-0.15.23.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
38
|
+
oe_python_template-0.15.23.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
39
|
+
oe_python_template-0.15.23.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
40
|
+
oe_python_template-0.15.23.dist-info/RECORD,,
|
File without changes
|
{oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/entry_points.txt
RENAMED
File without changes
|
{oe_python_template-0.15.19.dist-info → oe_python_template-0.15.23.dist-info}/licenses/LICENSE
RENAMED
File without changes
|