oe-python-template 0.13.0__py3-none-any.whl → 0.13.3__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/.vendored/bottle.py +0 -1
- {oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/METADATA +7 -1
- {oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/RECORD +6 -6
- {oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/WHEEL +0 -0
- {oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: oe-python-template
|
3
|
-
Version: 0.13.
|
3
|
+
Version: 0.13.3
|
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/
|
@@ -375,6 +375,12 @@ Install the [Marimo extension for VSCode](https://marketplace.visualstudio.com/i
|
|
375
375
|
|
376
376
|
Click on `examples/notebook.py` in VSCode and click on the caret next to the Run icon above the code (looks like a pencil) > "Start in marimo editor" (edit).
|
377
377
|
|
378
|
+
... or without prior cloning of the repository
|
379
|
+
|
380
|
+
```shell
|
381
|
+
uvx marimo run https://raw.githubusercontent.com/helmut-hoffer-von-ankershoffen/oe-python-template/refs/heads/main/examples/notebook.py
|
382
|
+
```
|
383
|
+
|
378
384
|
## Command Line Interface (CLI)
|
379
385
|
|
380
386
|
### Run with [uvx](https://docs.astral.sh/uv/guides/tools/)
|
@@ -32,9 +32,9 @@ 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=Qgq1sjT8d3fcfibnMyx5CVUJ_KKXgFI3ozZUIJbhh4I,2921
|
35
|
-
oe_python_template/utils/.vendored/bottle.py,sha256=
|
36
|
-
oe_python_template-0.13.
|
37
|
-
oe_python_template-0.13.
|
38
|
-
oe_python_template-0.13.
|
39
|
-
oe_python_template-0.13.
|
40
|
-
oe_python_template-0.13.
|
35
|
+
oe_python_template/utils/.vendored/bottle.py,sha256=kZAZmh3nRzCUf-9IKGpv0yqlMciZMA_DNaaMDdcQmt0,175437
|
36
|
+
oe_python_template-0.13.3.dist-info/METADATA,sha256=AcAj1lL8jFZbDdSybu-jpzPdFfn7hDxgk8Tf3w8tIa8,33529
|
37
|
+
oe_python_template-0.13.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
38
|
+
oe_python_template-0.13.3.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
39
|
+
oe_python_template-0.13.3.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
40
|
+
oe_python_template-0.13.3.dist-info/RECORD,,
|
File without changes
|
{oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/entry_points.txt
RENAMED
File without changes
|
{oe_python_template-0.13.0.dist-info → oe_python_template-0.13.3.dist-info}/licenses/LICENSE
RENAMED
File without changes
|