oe-python-template 0.2.0__tar.gz → 0.2.2__tar.gz
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.2.0 → oe_python_template-0.2.2}/.copier-answers.yml +1 -1
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.secrets.baseline +1 -1
- oe_python_template-0.2.0/RELEASE_NOTES.md → oe_python_template-0.2.2/CHANGELOG.md +14 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/PKG-INFO +57 -4
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/README.md +56 -3
- oe_python_template-0.2.0/CHANGELOG.md → oe_python_template-0.2.2/RELEASE_NOTES.md +15 -1
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/SERVICE_CONNECTIONS.md +4 -4
- oe_python_template-0.2.2/VERSION +1 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/_readme_main.md +56 -3
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/conf.py +1 -1
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/pyproject.toml +2 -2
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/sonar-project.properties +1 -1
- oe_python_template-0.2.2/template/bump.jinja +3 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/uv.lock +1 -1
- oe_python_template-0.2.0/VERSION +0 -1
- oe_python_template-0.2.0/bump +0 -3
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.act-env +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.act-secret +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.devcontainer/Dockerfile +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.devcontainer/devcontainer.json +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.devcontainer/onCreateCommand +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.devcontainer/postAttachCommand +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.devcontainer/postCreateCommand +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.env.example +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.github/workflows/docker-image-build-publish.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.github/workflows/package-build-publish-release.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.github/workflows/test-and-report.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.gitignore +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.pre-commit-config.yaml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.python-version +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.readthedocs.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.vscode/extensions.json +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/.vscode/settings.json +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/CODEOWNERS +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/CONTRIBUTING.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/Dockerfile +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/LICENSE +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/_readme_footer.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/_readme_header.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/bin/git-cliff +0 -0
- /oe_python_template-0.2.0/template/bump.jinja → /oe_python_template-0.2.2/bump +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/codecov.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/compose.yaml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/copier.yml +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/Makefile +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/make.bat +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/_static/.keep +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/contributing.rst +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/index.rst +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/latexmkrc +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/main.rst +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/reference.rst +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/docs/source/release-notes.rst +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/__init__.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/jupyter.ipynb +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/notebook.ipynb +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/notebook.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/script.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/examples/streamlit.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/CHANGELOG.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/LICENSE-MIT +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/README.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/_git-cliff +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/git-cliff-completions +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/git-cliff-mangen +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/github-action-run +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/latexmkrc +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/logo.png +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/noxfile.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/src/oe_python_template/__init__.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/src/oe_python_template/cli.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/src/oe_python_template/constants.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/src/oe_python_template/service.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.act-env.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.act-secret.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/Dockerfile.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/devcontainer.json.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/onCreateCommand.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/postAttachCommand.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/postCreateCommand.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.env.example.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.github/workflows/docker-image-build-publish.yml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.github/workflows/package-build-publish-release.yml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.github/workflows/test-and-report.yml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.gitignore.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.pre-commit-config.yaml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.python-version +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.readthedocs.yml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.vscode/extensions.json +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.vscode/settings.json +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/CHANGELOG.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/CODEOWNERS.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/CONTRIBUTING.md.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/Dockerfile.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/LICENSE.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/README.md +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/SERVICE_CONNECTIONS.md.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/VERSION +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/_readme_footer.md.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/_readme_header.md.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/_readme_main.md.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/codecov.yml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/compose.yaml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/Makefile.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/make.bat.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/_static/.keep +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/conf.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/contributing.rst.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/index.rst.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/latexmkrc.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/main.rst.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/reference.rst.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/release-notes.rst.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/__init__.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/notebook.ipynb.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/notebook.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/script.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/streamlit.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/github-action-run.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/latexmkrc.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/logo.png +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/noxfile.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/pyproject.toml.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/sonar-project.properties.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/src/{{ project_name_snake_case }}/__init__.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/src/{{ project_name_snake_case }}/cli.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/src/{{ project_name_snake_case }}/constants.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/src/{{ project_name_snake_case }}/service.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/tests/__init__.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/tests/cli_test.py.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/tests/fixtures/.keep +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/{{_copier_conf.answers_file}}.jinja +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/tests/__init__.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/tests/cli_test.py +0 -0
- {oe_python_template-0.2.0 → oe_python_template-0.2.2}/tests/fixtures/.keep +0 -0
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
|
|
2
2
|
|
|
3
|
+
## [0.2.2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.2.1..0.2.2) - 2025-03-02
|
|
4
|
+
|
|
5
|
+
### 📚 Documentation
|
|
6
|
+
|
|
7
|
+
- Update - ([ae71c31](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/ae71c31c917a7439dc24fe9b86c48e38cf1d4c29))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [0.2.1](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.2.0..v0.2.1) - 2025-03-02
|
|
11
|
+
|
|
12
|
+
### 📚 Documentation
|
|
13
|
+
|
|
14
|
+
- Update - ([e718c4c](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/e718c4ca41f566e9668566a3ac8cb92b93d93904))
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [0.2.0](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.1.4..v0.2.0) - 2025-03-02
|
|
4
18
|
|
|
5
19
|
### 📚 Documentation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oe-python-template
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
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/
|
|
@@ -91,9 +91,60 @@ Description-Content-Type: text/markdown
|
|
|
91
91
|
Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
92
92
|
|
|
93
93
|
Use Cases:
|
|
94
|
-
1)
|
|
95
|
-
2)
|
|
96
|
-
3)
|
|
94
|
+
1) Fast and easy to use project setup
|
|
95
|
+
2) Consistent update of already scaffolded projects to benefit from new and improved features.
|
|
96
|
+
3) Dummy CLI application and service demonstrating example usage of the generated directory structure and build pipeline
|
|
97
|
+
|
|
98
|
+
## Scaffolding Instructions
|
|
99
|
+
|
|
100
|
+
Step 1: Install uv package manager and copier
|
|
101
|
+
```shell
|
|
102
|
+
if [[ "$OSTYPE" == "darwin"* ]]; then # Install dependencies for macOS X
|
|
103
|
+
if ! command -v brew &> /dev/null; then ## Install Homebrew if not present
|
|
104
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
105
|
+
fi
|
|
106
|
+
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then # Install dependencies for Linux
|
|
107
|
+
sudo apt-get update -y && sudo apt-get install curl -y # Install curl
|
|
108
|
+
fi
|
|
109
|
+
if ! command -v uvx &> /dev/null; then # Install uv package manager if not present
|
|
110
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
111
|
+
source $HOME/.local/bin/env
|
|
112
|
+
fi
|
|
113
|
+
uv tool install copier # Install copier as global tool
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Step 2: Now create an empty repo on GitHub and clone it to your local machine in a directory of your choice. Change to that directory.
|
|
117
|
+
|
|
118
|
+
Step 3: Scaffold the project
|
|
119
|
+
```shell
|
|
120
|
+
copier copy gh:helmut-hoffer-von-ankershoffen/oe-python-template .
|
|
121
|
+
```
|
|
122
|
+
Step 4: Setup the local environment
|
|
123
|
+
|
|
124
|
+
```shell
|
|
125
|
+
uv run nox -s setup_eev
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
Step 5: Perform inital commit and push
|
|
129
|
+
```shell
|
|
130
|
+
git add .
|
|
131
|
+
git commit -m "feat: Initial commit"
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
Visit your GitHub repository and check the Actions tab. The CI workflow should fail at the SonarQube step,
|
|
135
|
+
as this external service is not yet configured for our new repository.
|
|
136
|
+
|
|
137
|
+
Step 6: Follow the instructions in SERVICE_CONNECTIONS.md to setup the connections to external services
|
|
138
|
+
such as Cloudcov, SonarQube Cloud, Read The Docs, Docker.io, GHCR.io and Streamlit Community Cloud.
|
|
139
|
+
|
|
140
|
+
Step 7: Release the first versions
|
|
141
|
+
```shell
|
|
142
|
+
./bump
|
|
143
|
+
```
|
|
144
|
+
Notes:
|
|
145
|
+
* You can remove this section post having successfully scafolded your project.
|
|
146
|
+
* The following sections refer to the dummy application and service provided by this template.
|
|
147
|
+
Use them as inspiration and adapt them to your own project.
|
|
97
148
|
|
|
98
149
|
## Overview
|
|
99
150
|
|
|
@@ -122,6 +173,7 @@ uvx oe-python-template --help # all CLI commands
|
|
|
122
173
|
uvx oe-python-template command --help # all options for command
|
|
123
174
|
```
|
|
124
175
|
|
|
176
|
+
|
|
125
177
|
## Highlights
|
|
126
178
|
|
|
127
179
|
* Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
@@ -138,6 +190,7 @@ uvx oe-python-template command --help # all options for command
|
|
|
138
190
|
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template/tags)
|
|
139
191
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
|
140
192
|
|
|
193
|
+
|
|
141
194
|
## Usage Examples
|
|
142
195
|
|
|
143
196
|
### Minimal Python Script:
|
|
@@ -32,9 +32,60 @@
|
|
|
32
32
|
Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
33
33
|
|
|
34
34
|
Use Cases:
|
|
35
|
-
1)
|
|
36
|
-
2)
|
|
37
|
-
3)
|
|
35
|
+
1) Fast and easy to use project setup
|
|
36
|
+
2) Consistent update of already scaffolded projects to benefit from new and improved features.
|
|
37
|
+
3) Dummy CLI application and service demonstrating example usage of the generated directory structure and build pipeline
|
|
38
|
+
|
|
39
|
+
## Scaffolding Instructions
|
|
40
|
+
|
|
41
|
+
Step 1: Install uv package manager and copier
|
|
42
|
+
```shell
|
|
43
|
+
if [[ "$OSTYPE" == "darwin"* ]]; then # Install dependencies for macOS X
|
|
44
|
+
if ! command -v brew &> /dev/null; then ## Install Homebrew if not present
|
|
45
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
46
|
+
fi
|
|
47
|
+
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then # Install dependencies for Linux
|
|
48
|
+
sudo apt-get update -y && sudo apt-get install curl -y # Install curl
|
|
49
|
+
fi
|
|
50
|
+
if ! command -v uvx &> /dev/null; then # Install uv package manager if not present
|
|
51
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
52
|
+
source $HOME/.local/bin/env
|
|
53
|
+
fi
|
|
54
|
+
uv tool install copier # Install copier as global tool
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Step 2: Now create an empty repo on GitHub and clone it to your local machine in a directory of your choice. Change to that directory.
|
|
58
|
+
|
|
59
|
+
Step 3: Scaffold the project
|
|
60
|
+
```shell
|
|
61
|
+
copier copy gh:helmut-hoffer-von-ankershoffen/oe-python-template .
|
|
62
|
+
```
|
|
63
|
+
Step 4: Setup the local environment
|
|
64
|
+
|
|
65
|
+
```shell
|
|
66
|
+
uv run nox -s setup_eev
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Step 5: Perform inital commit and push
|
|
70
|
+
```shell
|
|
71
|
+
git add .
|
|
72
|
+
git commit -m "feat: Initial commit"
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Visit your GitHub repository and check the Actions tab. The CI workflow should fail at the SonarQube step,
|
|
76
|
+
as this external service is not yet configured for our new repository.
|
|
77
|
+
|
|
78
|
+
Step 6: Follow the instructions in SERVICE_CONNECTIONS.md to setup the connections to external services
|
|
79
|
+
such as Cloudcov, SonarQube Cloud, Read The Docs, Docker.io, GHCR.io and Streamlit Community Cloud.
|
|
80
|
+
|
|
81
|
+
Step 7: Release the first versions
|
|
82
|
+
```shell
|
|
83
|
+
./bump
|
|
84
|
+
```
|
|
85
|
+
Notes:
|
|
86
|
+
* You can remove this section post having successfully scafolded your project.
|
|
87
|
+
* The following sections refer to the dummy application and service provided by this template.
|
|
88
|
+
Use them as inspiration and adapt them to your own project.
|
|
38
89
|
|
|
39
90
|
## Overview
|
|
40
91
|
|
|
@@ -63,6 +114,7 @@ uvx oe-python-template --help # all CLI commands
|
|
|
63
114
|
uvx oe-python-template command --help # all options for command
|
|
64
115
|
```
|
|
65
116
|
|
|
117
|
+
|
|
66
118
|
## Highlights
|
|
67
119
|
|
|
68
120
|
* Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
@@ -79,6 +131,7 @@ uvx oe-python-template command --help # all options for command
|
|
|
79
131
|
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template/tags)
|
|
80
132
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
|
81
133
|
|
|
134
|
+
|
|
82
135
|
## Usage Examples
|
|
83
136
|
|
|
84
137
|
### Minimal Python Script:
|
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
|
|
2
2
|
|
|
3
|
-
## [0.2.
|
|
3
|
+
## [0.2.2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.2.1..v0.2.2) - 2025-03-02
|
|
4
|
+
|
|
5
|
+
### 📚 Documentation
|
|
6
|
+
|
|
7
|
+
- Update - ([ae71c31](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/ae71c31c917a7439dc24fe9b86c48e38cf1d4c29))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [0.2.1](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.2.0..v0.2.1) - 2025-03-02
|
|
11
|
+
|
|
12
|
+
### 📚 Documentation
|
|
13
|
+
|
|
14
|
+
- Update - ([e718c4c](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/e718c4ca41f566e9668566a3ac8cb92b93d93904))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.2.0](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.1.4..v0.2.0) - 2025-03-02
|
|
4
18
|
|
|
5
19
|
### 📚 Documentation
|
|
6
20
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
1. Sign-Up at https://app.codecov.io/
|
|
6
6
|
2. Configure via https://app.codecov.io/gh/helmut-hoffer-von-ankershoffen
|
|
7
|
-
3. Copy value of `CODECOV_TOKEN` into your clipboard
|
|
7
|
+
3. Select (o) Repository token. Copy value of `CODECOV_TOKEN` into your clipboard
|
|
8
8
|
4. Goto https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/settings/secrets/actions/new and create a new repository secret called `CODECOV_TOKEN`, pasting the token from your clipboard as value
|
|
9
9
|
5. Re-run the `CI / test` GitHub job in case you tried before and it failed as Codecov was not yet wired up
|
|
10
10
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
## Generating and publishing documentation via ReadTheDocs (readthedocs.org)
|
|
23
23
|
|
|
24
|
-
1. Sign-Up at https://
|
|
24
|
+
1. Sign-Up at https://readthedocs.org/
|
|
25
25
|
2. Goto https://app.readthedocs.org/dashboard/import/ and search for your repo by enterin oe-python-template in the search bar
|
|
26
26
|
3. Select the repo and click Continue, then Next.
|
|
27
27
|
4. On https://app.readthedocs.org/projects/oe-python-template/ wait for the build of the documentation to finish
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
## Publishing Docker images to Docker Hub (docker.io)
|
|
43
43
|
|
|
44
44
|
1. Sign-Up at https://hub.docker.com/
|
|
45
|
-
2. Click on your avatar or profile pic and copy the username
|
|
46
|
-
3. Goto https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/settings/secrets/actions/new and create a new repository secret called `
|
|
45
|
+
2. Click on your avatar or profile pic and copy the username below that into your clipboard.
|
|
46
|
+
3. Goto https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/settings/secrets/actions/new and create a new repository secret called `DOCKER_USERNAME`, setting your username at Docker Hub as the value
|
|
47
47
|
4. Goto https://app.docker.com/settings/personal-access-tokens/create and create a new access token setting the description to oe-python-template, permissions Read & Write & Delete. Copy the value of the token into your clipboard.
|
|
48
48
|
5. Goto https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/settings/secrets/actions/new and create a new repository secret called `DOCKER_PASSWORD`, pasting the token from your clipboard as the value
|
|
49
49
|
6. In case your `CI / test` job passed, and you are ready to release and publish, bump the version of your project by executing `bump`. In case you tried before completing this setup script, you can as well go to https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/actions/workflows/package-build-publish-release.yml, click on the failed job, and re-run.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.2.2
|
|
@@ -1,9 +1,60 @@
|
|
|
1
1
|
Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
2
2
|
|
|
3
3
|
Use Cases:
|
|
4
|
-
1)
|
|
5
|
-
2)
|
|
6
|
-
3)
|
|
4
|
+
1) Fast and easy to use project setup
|
|
5
|
+
2) Consistent update of already scaffolded projects to benefit from new and improved features.
|
|
6
|
+
3) Dummy CLI application and service demonstrating example usage of the generated directory structure and build pipeline
|
|
7
|
+
|
|
8
|
+
## Scaffolding Instructions
|
|
9
|
+
|
|
10
|
+
Step 1: Install uv package manager and copier
|
|
11
|
+
```shell
|
|
12
|
+
if [[ "$OSTYPE" == "darwin"* ]]; then # Install dependencies for macOS X
|
|
13
|
+
if ! command -v brew &> /dev/null; then ## Install Homebrew if not present
|
|
14
|
+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
15
|
+
fi
|
|
16
|
+
elif [[ "$OSTYPE" == "linux-gnu"* ]]; then # Install dependencies for Linux
|
|
17
|
+
sudo apt-get update -y && sudo apt-get install curl -y # Install curl
|
|
18
|
+
fi
|
|
19
|
+
if ! command -v uvx &> /dev/null; then # Install uv package manager if not present
|
|
20
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
21
|
+
source $HOME/.local/bin/env
|
|
22
|
+
fi
|
|
23
|
+
uv tool install copier # Install copier as global tool
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
Step 2: Now create an empty repo on GitHub and clone it to your local machine in a directory of your choice. Change to that directory.
|
|
27
|
+
|
|
28
|
+
Step 3: Scaffold the project
|
|
29
|
+
```shell
|
|
30
|
+
copier copy gh:helmut-hoffer-von-ankershoffen/oe-python-template .
|
|
31
|
+
```
|
|
32
|
+
Step 4: Setup the local environment
|
|
33
|
+
|
|
34
|
+
```shell
|
|
35
|
+
uv run nox -s setup_eev
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
Step 5: Perform inital commit and push
|
|
39
|
+
```shell
|
|
40
|
+
git add .
|
|
41
|
+
git commit -m "feat: Initial commit"
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Visit your GitHub repository and check the Actions tab. The CI workflow should fail at the SonarQube step,
|
|
45
|
+
as this external service is not yet configured for our new repository.
|
|
46
|
+
|
|
47
|
+
Step 6: Follow the instructions in SERVICE_CONNECTIONS.md to setup the connections to external services
|
|
48
|
+
such as Cloudcov, SonarQube Cloud, Read The Docs, Docker.io, GHCR.io and Streamlit Community Cloud.
|
|
49
|
+
|
|
50
|
+
Step 7: Release the first versions
|
|
51
|
+
```shell
|
|
52
|
+
./bump
|
|
53
|
+
```
|
|
54
|
+
Notes:
|
|
55
|
+
* You can remove this section post having successfully scafolded your project.
|
|
56
|
+
* The following sections refer to the dummy application and service provided by this template.
|
|
57
|
+
Use them as inspiration and adapt them to your own project.
|
|
7
58
|
|
|
8
59
|
## Overview
|
|
9
60
|
|
|
@@ -32,6 +83,7 @@ uvx oe-python-template --help # all CLI commands
|
|
|
32
83
|
uvx oe-python-template command --help # all options for command
|
|
33
84
|
```
|
|
34
85
|
|
|
86
|
+
|
|
35
87
|
## Highlights
|
|
36
88
|
|
|
37
89
|
* Copier template to scaffold Python projects compliant with best practices and modern tooling.
|
|
@@ -48,6 +100,7 @@ uvx oe-python-template command --help # all options for command
|
|
|
48
100
|
* 1-liner for installation and execution of command line interface (CLI) via [uv(x)](https://github.com/astral-sh/uv) or [Docker](https://hub.docker.com/r/helmuthva/oe-python-template/tags)
|
|
49
101
|
* Setup for developing inside a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) included (supports VSCode and GitHub Codespaces)
|
|
50
102
|
|
|
103
|
+
|
|
51
104
|
## Usage Examples
|
|
52
105
|
|
|
53
106
|
### Minimal Python Script:
|
|
@@ -25,7 +25,7 @@ extensions = [
|
|
|
25
25
|
project = "oe-python-template"
|
|
26
26
|
author = "Helmut Hoffer von Ankershoffen"
|
|
27
27
|
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
|
|
28
|
-
version = "0.2.
|
|
28
|
+
version = "0.2.2"
|
|
29
29
|
release = version
|
|
30
30
|
github_username = "helmut-hoffer-von-ankershoffen"
|
|
31
31
|
github_repository = "oe-python-template"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "oe-python-template"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [
|
|
@@ -193,7 +193,7 @@ source = ["src/"]
|
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
[tool.bumpversion]
|
|
196
|
-
current_version = "0.2.
|
|
196
|
+
current_version = "0.2.2"
|
|
197
197
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
198
198
|
serialize = ["{major}.{minor}.{patch}"]
|
|
199
199
|
search = "{current_version}"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template
|
|
2
2
|
sonar.organization=helmut-hoffer-von-ankershoffen
|
|
3
|
-
sonar.projectVersion=0.2.
|
|
3
|
+
sonar.projectVersion=0.2.2
|
|
4
4
|
sonar.projectDescription=OE Python Template
|
|
5
5
|
sonar.links.homepage=https://oe-python-template.readthedocs.io/en/latest/
|
|
6
6
|
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template
|
oe_python_template-0.2.0/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.2.0
|
oe_python_template-0.2.0/bump
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/_git-cliff
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/_git-cliff.ps1
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.bash
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.elv
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/git-cliff-2.7.0/completions/git-cliff.fish
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/Dockerfile.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/devcontainer.json.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/onCreateCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/postAttachCommand.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.devcontainer/postCreateCommand.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/.pre-commit-config.yaml.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/contributing.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/reference.rst.jinja
RENAMED
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/docs/source/release-notes.rst.jinja
RENAMED
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/examples/notebook.ipynb.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/sonar-project.properties.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oe_python_template-0.2.0 → oe_python_template-0.2.2}/template/{{_copier_conf.answers_file}}.jinja
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|