oe-python-template 0.7.2__py3-none-any.whl → 0.7.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.7.2.dist-info → oe_python_template-0.7.4.dist-info}/METADATA +5 -5
- {oe_python_template-0.7.2.dist-info → oe_python_template-0.7.4.dist-info}/RECORD +5 -5
- {oe_python_template-0.7.2.dist-info → oe_python_template-0.7.4.dist-info}/WHEEL +0 -0
- {oe_python_template-0.7.2.dist-info → oe_python_template-0.7.4.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.7.2.dist-info → oe_python_template-0.7.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.7.
|
|
3
|
+
Version: 0.7.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/
|
|
@@ -48,14 +48,14 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
48
48
|
Classifier: Programming Language :: Python :: 3.13
|
|
49
49
|
Classifier: Typing :: Typed
|
|
50
50
|
Requires-Python: <4.0,>=3.11
|
|
51
|
-
Requires-Dist: fastapi[all,standard]>=0.115.
|
|
51
|
+
Requires-Dist: fastapi[all,standard]>=0.115.12
|
|
52
52
|
Requires-Dist: pydantic>=2.10.6
|
|
53
|
-
Requires-Dist: python-dotenv>=1.0
|
|
53
|
+
Requires-Dist: python-dotenv>=1.1.0
|
|
54
54
|
Requires-Dist: typer>=0.15.1
|
|
55
55
|
Provides-Extra: examples
|
|
56
56
|
Requires-Dist: jinja2>=3.1.6; extra == 'examples'
|
|
57
57
|
Requires-Dist: jupyter>=1.1.1; extra == 'examples'
|
|
58
|
-
Requires-Dist: marimo>=0.11.
|
|
58
|
+
Requires-Dist: marimo>=0.11.26; extra == 'examples'
|
|
59
59
|
Requires-Dist: streamlit>=1.43.2; extra == 'examples'
|
|
60
60
|
Description-Content-Type: text/markdown
|
|
61
61
|
|
|
@@ -166,7 +166,7 @@ curl -LsSf https://raw.githubusercontent.com/helmut-hoffer-von-ankershoffen/oe-p
|
|
|
166
166
|
|
|
167
167
|
**Step 3**: Execute the following command to generate a new project based on this template.
|
|
168
168
|
```shell
|
|
169
|
-
# Ensure to stand in
|
|
169
|
+
# Ensure to stand in your freshly created git repository before executing this command
|
|
170
170
|
copier copy --trust gh:helmut-hoffer-von-ankershoffen/oe-python-template .
|
|
171
171
|
```
|
|
172
172
|
|
|
@@ -4,8 +4,8 @@ oe_python_template/cli.py,sha256=RwVJztulrFbdKRASqdjWLhCM7YNgBoxiP4tvlmekE30,349
|
|
|
4
4
|
oe_python_template/constants.py,sha256=Z1c06l5DeRuFxYVLHihHHTYvr8_Qh0nyzVKOe5X3ZNs,350
|
|
5
5
|
oe_python_template/models.py,sha256=L9uwom3TkuOpN3R30bGKEBQKcrLLEMc-O9e8VVSNTGw,838
|
|
6
6
|
oe_python_template/service.py,sha256=wHwaD_2oSMle41QKXC64T4uKznUnyuV9d4b9Cu7lIoY,1202
|
|
7
|
-
oe_python_template-0.7.
|
|
8
|
-
oe_python_template-0.7.
|
|
9
|
-
oe_python_template-0.7.
|
|
10
|
-
oe_python_template-0.7.
|
|
11
|
-
oe_python_template-0.7.
|
|
7
|
+
oe_python_template-0.7.4.dist-info/METADATA,sha256=mnXIxOrXOeQibEXZjOJ_x8DfQXGn5ZSWxJbtfy2XLm4,27881
|
|
8
|
+
oe_python_template-0.7.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
9
|
+
oe_python_template-0.7.4.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
|
10
|
+
oe_python_template-0.7.4.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
|
11
|
+
oe_python_template-0.7.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|