oe-python-template 0.6.30__py3-none-any.whl → 0.6.31__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.6.30.dist-info → oe_python_template-0.6.31.dist-info}/METADATA +6 -5
- {oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.dist-info}/RECORD +5 -5
- {oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.dist-info}/WHEEL +0 -0
- {oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.dist-info}/entry_points.txt +0 -0
- {oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.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.6.
|
|
3
|
+
Version: 0.6.31
|
|
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/
|
|
@@ -112,7 +112,7 @@ This [Copier](https://copier.readthedocs.io/en/stable/) template enables you to
|
|
|
112
112
|
|
|
113
113
|
### Development Infrastructure
|
|
114
114
|
|
|
115
|
-
Projects generated with
|
|
115
|
+
Projects generated with this template come with a comprehensive development toolchain and quality assurance framework that supports the entire software development lifecycle - from coding and testing to documentation, release management, and compliance auditing. This infrastructure automates routine tasks, enforces code quality standards, and streamlines the path to production:
|
|
116
116
|
|
|
117
117
|
1. Linting with [Ruff](https://github.com/astral-sh/ruff)
|
|
118
118
|
2. Static type checking with [mypy](https://mypy.readthedocs.io/en/stable/)
|
|
@@ -198,9 +198,10 @@ external services such as CloudCov, SonarQube Cloud, Read The Docs, Docker.io, a
|
|
|
198
198
|
./n bump
|
|
199
199
|
```
|
|
200
200
|
Notes:
|
|
201
|
-
1. You can remove this
|
|
202
|
-
2. The following sections refer to the dummy application and service
|
|
203
|
-
Use
|
|
201
|
+
1. You can remove the above sections - from "Scaffolding" to this notes - post having successfully generated your project.
|
|
202
|
+
2. The following sections refer to the dummy application and service generated into the `tests` and `src` folder by this template.
|
|
203
|
+
Use the documentation and code as inspiration, adapt to your business logic, or remove and start documenting and coding from scratch.
|
|
204
|
+
|
|
204
205
|
|
|
205
206
|
## Overview
|
|
206
207
|
|
|
@@ -3,8 +3,8 @@ oe_python_template/api.py,sha256=-7d4cLPHmdLZSkzu6UOaCp9hUO0Aq8MNq8uEZuiW9Y4,625
|
|
|
3
3
|
oe_python_template/cli.py,sha256=jvIPeJzx9esff7-M5pBe2R3vvmpxRvxKIre1VOGndls,3426
|
|
4
4
|
oe_python_template/constants.py,sha256=Z1c06l5DeRuFxYVLHihHHTYvr8_Qh0nyzVKOe5X3ZNs,350
|
|
5
5
|
oe_python_template/service.py,sha256=Gd-B9IIZ1vB1uONVJHA65hPnfeYeKUIcnU3rZbU2lGs,744
|
|
6
|
-
oe_python_template-0.6.
|
|
7
|
-
oe_python_template-0.6.
|
|
8
|
-
oe_python_template-0.6.
|
|
9
|
-
oe_python_template-0.6.
|
|
10
|
-
oe_python_template-0.6.
|
|
6
|
+
oe_python_template-0.6.31.dist-info/METADATA,sha256=PkavRUwP_aHS3RgCs5s-ImveC1B3w1clEhPgrmnQFF8,27672
|
|
7
|
+
oe_python_template-0.6.31.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
oe_python_template-0.6.31.dist-info/entry_points.txt,sha256=IroSSWhLGxus9rxcashkYQda39TTvf7LbUMYtOKXUBE,66
|
|
9
|
+
oe_python_template-0.6.31.dist-info/licenses/LICENSE,sha256=5H409K6xzz9U5eUaoAHQExNkoWJRlU0LEj6wL2QJ34s,1113
|
|
10
|
+
oe_python_template-0.6.31.dist-info/RECORD,,
|
|
File without changes
|
{oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{oe_python_template-0.6.30.dist-info → oe_python_template-0.6.31.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|