oe-python-template 0.3.2__py3-none-any.whl → 0.3.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-0.3.2.dist-info → oe_python_template-0.3.4.dist-info}/METADATA +4 -4
- {oe_python_template-0.3.2.dist-info → oe_python_template-0.3.4.dist-info}/RECORD +5 -5
- {oe_python_template-0.3.2.dist-info → oe_python_template-0.3.4.dist-info}/WHEEL +0 -0
- {oe_python_template-0.3.2.dist-info → oe_python_template-0.3.4.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.3.2.dist-info → oe_python_template-0.3.4.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.3.
|
|
3
|
+
Version: 0.3.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/
|
|
@@ -127,7 +127,7 @@ copier copy gh:helmut-hoffer-von-ankershoffen/oe-python-template .
|
|
|
127
127
|
Step 4: Setup the local environment
|
|
128
128
|
|
|
129
129
|
```shell
|
|
130
|
-
uv run nox -s
|
|
130
|
+
uv run nox -s setup_dev
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
Step 5: Perform inital commit and push
|
|
@@ -174,8 +174,8 @@ uvx oe-python-template
|
|
|
174
174
|
The CLI provides extensive help:
|
|
175
175
|
|
|
176
176
|
```shell
|
|
177
|
-
uvx oe-python-template --help
|
|
178
|
-
uvx oe-python-template
|
|
177
|
+
uvx oe-python-template --help # all CLI commands
|
|
178
|
+
uvx oe-python-template hello-world --help # help for specific command
|
|
179
179
|
```
|
|
180
180
|
|
|
181
181
|
|
|
@@ -2,8 +2,8 @@ oe_python_template/__init__.py,sha256=XJAycUgDI2K8T0jVcXbaGfx2UAQJZbYcvJ_SYSqFyD
|
|
|
2
2
|
oe_python_template/cli.py,sha256=5tUw70ffHL-ot0rM7g6BmsVhn9IKBQXwbWU0-n9-wb4,1319
|
|
3
3
|
oe_python_template/constants.py,sha256=Z1c06l5DeRuFxYVLHihHHTYvr8_Qh0nyzVKOe5X3ZNs,350
|
|
4
4
|
oe_python_template/service.py,sha256=p59ch0g81LpsRvL-m-vLPuk0Rf6EYsZfZJ_OCA9vWzQ,500
|
|
5
|
-
oe_python_template-0.3.
|
|
6
|
-
oe_python_template-0.3.
|
|
7
|
-
oe_python_template-0.3.
|
|
8
|
-
oe_python_template-0.3.
|
|
9
|
-
oe_python_template-0.3.
|
|
5
|
+
oe_python_template-0.3.4.dist-info/METADATA,sha256=YTsprWvEX9ifJ5gekzybnzKsEe4NmUMWIZczgvTmjks,19216
|
|
6
|
+
oe_python_template-0.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
oe_python_template-0.3.4.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
|
8
|
+
oe_python_template-0.3.4.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
|
9
|
+
oe_python_template-0.3.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|