oe-python-template 0.17.2__py3-none-any.whl → 0.17.4__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/utils/_gui.py +1 -1
- {oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/METADATA +1 -1
- {oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/RECORD +6 -6
- {oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/WHEEL +0 -0
- {oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/licenses/LICENSE +0 -0
oe_python_template/utils/_gui.py
CHANGED
@@ -163,7 +163,7 @@ class GUILocalFilePicker:
|
|
163
163
|
self.drives_toggle = ui.toggle(drives, value=drives[0], on_change=self.update_drive)
|
164
164
|
|
165
165
|
def update_drive(self) -> None:
|
166
|
-
self.path = Path(self.drives_toggle.value).expanduser()
|
166
|
+
self.path = Path(str(self.drives_toggle.value)).expanduser()
|
167
167
|
self.update_grid()
|
168
168
|
|
169
169
|
def update_grid(self) -> None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template
|
3
|
-
Version: 0.17.
|
3
|
+
Version: 0.17.4
|
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/
|
@@ -22,7 +22,7 @@ oe_python_template/utils/_cli.py,sha256=J_mFtXZ1gGeovGrE5i3wlokTOBfiTTKEz5magiRP
|
|
22
22
|
oe_python_template/utils/_console.py,sha256=u0-utcdRmVu4rabrYUyNOx8yPxLhxB3E92m22kSCwPQ,293
|
23
23
|
oe_python_template/utils/_constants.py,sha256=WfXarYsOP1z3iv-DNEw7FNBekLXEz2rHYICAaqdoQd8,3301
|
24
24
|
oe_python_template/utils/_di.py,sha256=J1-f6xtbnR88VfRAsRMl5m6eqt-Lf3c7ABSJOxNzlvU,2399
|
25
|
-
oe_python_template/utils/_gui.py,sha256=
|
25
|
+
oe_python_template/utils/_gui.py,sha256=e3fYHNJQNIMbV74zu27Wp_fog3QqbIDukqRWUE_f17Y,7754
|
26
26
|
oe_python_template/utils/_health.py,sha256=35QOWe2r5InrEpGtuVMym9dI5aRHS0HWf4BHBRAUIj0,4102
|
27
27
|
oe_python_template/utils/_log.py,sha256=t6CAlSvnwZhls0cPWupodXWGGjNlMHF8T9W69ngIV-E,5156
|
28
28
|
oe_python_template/utils/_logfire.py,sha256=wZYNVowQx7kh3XJoJ59FjUKdrta7tp6cXOJRUT6lDU8,2128
|
@@ -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.17.
|
37
|
-
oe_python_template-0.17.
|
38
|
-
oe_python_template-0.17.
|
39
|
-
oe_python_template-0.17.
|
40
|
-
oe_python_template-0.17.
|
36
|
+
oe_python_template-0.17.4.dist-info/METADATA,sha256=XKfXsBznfjQw7bUXWu0nagwUelYVebhjce6NdmAKFQY,34606
|
37
|
+
oe_python_template-0.17.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
38
|
+
oe_python_template-0.17.4.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
39
|
+
oe_python_template-0.17.4.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
40
|
+
oe_python_template-0.17.4.dist-info/RECORD,,
|
File without changes
|
{oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/entry_points.txt
RENAMED
File without changes
|
{oe_python_template-0.17.2.dist-info → oe_python_template-0.17.4.dist-info}/licenses/LICENSE
RENAMED
File without changes
|