oe-python-template-example 0.1.4__tar.gz → 0.1.6__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.
Files changed (94) hide show
  1. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.copier-answers.yml +1 -1
  2. oe_python_template_example-0.1.6/.github/codeql.yml +100 -0
  3. oe_python_template_example-0.1.6/.github/dependabot.yml +11 -0
  4. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.github/workflows/package-build-publish-release.yml +3 -4
  5. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.github/workflows/test-and-report.yml +6 -1
  6. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/PKG-INFO +3 -3
  7. oe_python_template_example-0.1.6/SECURITY.md +52 -0
  8. oe_python_template_example-0.1.6/VERSION +1 -0
  9. oe_python_template_example-0.1.6/docs/source/api_v1.rst +11 -0
  10. oe_python_template_example-0.1.6/docs/source/api_v2.rst +11 -0
  11. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/conf.py +4 -1
  12. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/pyproject.toml +5 -5
  13. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/renovate.json +3 -0
  14. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/sonar-project.properties +1 -1
  15. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/uv.lock +17 -9
  16. oe_python_template_example-0.1.4/VERSION +0 -1
  17. oe_python_template_example-0.1.4/docs/source/api_v1.rst +0 -5
  18. oe_python_template_example-0.1.4/docs/source/api_v2.rst +0 -5
  19. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.act-env-public +0 -0
  20. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.devcontainer/Dockerfile +0 -0
  21. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.devcontainer/devcontainer.json +0 -0
  22. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.devcontainer/onCreateCommand +0 -0
  23. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.devcontainer/postAttachCommand +0 -0
  24. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.devcontainer/postCreateCommand +0 -0
  25. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.env.example +0 -0
  26. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.github/workflows/docker-image-build-publish.yml +0 -0
  27. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.gitignore +0 -0
  28. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.pre-commit-config.yaml +0 -0
  29. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.python-version +0 -0
  30. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.readthedocs.yml +0 -0
  31. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.secrets.baseline +0 -0
  32. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.vscode/extensions.json +0 -0
  33. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/.vscode/settings.json +0 -0
  34. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/CHANGELOG.md +0 -0
  35. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/CODEOWNERS +0 -0
  36. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/CONTRIBUTING.md +0 -0
  37. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/Dockerfile +0 -0
  38. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/LICENSE +0 -0
  39. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/README.md +0 -0
  40. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/RELEASE_NOTES.md +0 -0
  41. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/SERVICE_CONNECTIONS.md +0 -0
  42. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/_readme_footer.md +0 -0
  43. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/_readme_header.md +0 -0
  44. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/_readme_main.md +0 -0
  45. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/bin/git-cliff +0 -0
  46. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/bump +0 -0
  47. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/codecov.yml +0 -0
  48. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/compose.yaml +0 -0
  49. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/Makefile +0 -0
  50. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/make.bat +0 -0
  51. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/.keep +0 -0
  52. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi.json +0 -0
  53. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi.yaml +0 -0
  54. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi_v1.json +0 -0
  55. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi_v1.yaml +0 -0
  56. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi_v2.json +0 -0
  57. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/_static/openapi_v2.yaml +0 -0
  58. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/contributing.rst +0 -0
  59. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/index.rst +0 -0
  60. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/latexmkrc +0 -0
  61. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/main.rst +0 -0
  62. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/reference.rst +0 -0
  63. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/docs/source/release-notes.rst +0 -0
  64. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/examples/__init__.py +0 -0
  65. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/examples/notebook.ipynb +0 -0
  66. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/examples/notebook.py +0 -0
  67. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/examples/script.py +0 -0
  68. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/examples/streamlit.py +0 -0
  69. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/CHANGELOG.md +0 -0
  70. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/LICENSE-APACHE +0 -0
  71. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/LICENSE-MIT +0 -0
  72. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/README.md +0 -0
  73. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/completions/_git-cliff +0 -0
  74. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/completions/_git-cliff.ps1 +0 -0
  75. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/completions/git-cliff.bash +0 -0
  76. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/completions/git-cliff.elv +0 -0
  77. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/completions/git-cliff.fish +0 -0
  78. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/git-cliff-completions +0 -0
  79. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/git-cliff-mangen +0 -0
  80. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0/man/git-cliff.1 +0 -0
  81. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/git-cliff-2.7.0-x86_64-unknown-linux-gnu.tar.gz +0 -0
  82. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/github-action-run +0 -0
  83. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/latexmkrc +0 -0
  84. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/logo.png +0 -0
  85. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/noxfile.py +0 -0
  86. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/src/oe_python_template_example/__init__.py +0 -0
  87. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/src/oe_python_template_example/api.py +0 -0
  88. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/src/oe_python_template_example/cli.py +0 -0
  89. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/src/oe_python_template_example/constants.py +0 -0
  90. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/src/oe_python_template_example/service.py +0 -0
  91. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/tests/__init__.py +0 -0
  92. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/tests/api_test.py +0 -0
  93. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/tests/cli_test.py +0 -0
  94. {oe_python_template_example-0.1.4 → oe_python_template_example-0.1.6}/tests/fixtures/.keep +0 -0
@@ -1,4 +1,4 @@
1
- _commit: v0.4.5
1
+ _commit: v0.4.8
2
2
  _src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
3
3
  author_email: helmuthva@gmail.com
4
4
  author_github_username: helmut-hoffer-von-ankershoffen
@@ -0,0 +1,100 @@
1
+ # For most projects, this workflow file will not need changing; you simply need
2
+ # to commit it to your repository.
3
+ #
4
+ # You may wish to alter this file to override the set of languages analyzed,
5
+ # or to provide custom queries or build logic.
6
+ #
7
+ # ******** NOTE ********
8
+ # We have attempted to detect the languages in your repository. Please check
9
+ # the `language` matrix defined below to confirm you have the correct set of
10
+ # supported CodeQL languages.
11
+ #
12
+ name: "CodeQL Advanced"
13
+
14
+ on:
15
+ push:
16
+ branches: ["main"]
17
+ pull_request:
18
+ branches: ["main"]
19
+ schedule:
20
+ - cron: "22 3 * * 2"
21
+
22
+ jobs:
23
+ analyze:
24
+ name: Analyze (${{ matrix.language }})
25
+ # Runner size impacts CodeQL analysis time. To learn more, please see:
26
+ # - https://gh.io/recommended-hardware-resources-for-running-codeql
27
+ # - https://gh.io/supported-runners-and-hardware-resources
28
+ # - https://gh.io/using-larger-runners (GitHub.com only)
29
+ # Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
+ runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
31
+ permissions:
32
+ # required for all workflows
33
+ security-events: write
34
+
35
+ # required to fetch internal or private CodeQL packs
36
+ packages: read
37
+
38
+ # only required for workflows in private repositories
39
+ actions: read
40
+ contents: read
41
+
42
+ strategy:
43
+ fail-fast: false
44
+ matrix:
45
+ include:
46
+ - language: actions
47
+ build-mode: none
48
+ - language: python
49
+ build-mode: none
50
+ # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
51
+ # Use `c-cpp` to analyze code written in C, C++ or both
52
+ # Use 'java-kotlin' to analyze code written in Java, Kotlin or both
53
+ # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
54
+ # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
55
+ # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
56
+ # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
57
+ # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
58
+ steps:
59
+ - name: Checkout repository
60
+ uses: actions/checkout@v4
61
+
62
+ # Add any setup steps before running the `github/codeql-action/init` action.
63
+ # This includes steps like installing compilers or runtimes (`actions/setup-node`
64
+ # or others). This is typically only required for manual builds.
65
+ # - name: Setup runtime (example)
66
+ # uses: actions/setup-example@v1
67
+
68
+ # Initializes the CodeQL tools for scanning.
69
+ - name: Initialize CodeQL
70
+ uses: github/codeql-action/init@v3
71
+ with:
72
+ languages: ${{ matrix.language }}
73
+ build-mode: ${{ matrix.build-mode }}
74
+ # If you wish to specify custom queries, you can do so here or in a config file.
75
+ # By default, queries listed here will override any specified in a config file.
76
+ # Prefix the list here with "+" to use these queries and those in the config file.
77
+
78
+ # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
79
+ # queries: security-extended,security-and-quality
80
+
81
+ # If the analyze step fails for one of the languages you are analyzing with
82
+ # "We were unable to automatically build your code", modify the matrix above
83
+ # to set the build mode to "manual" for that language. Then modify this step
84
+ # to build your code.
85
+ # ℹ️ Command-line programs to run using the OS shell.
86
+ # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
87
+ - if: matrix.build-mode == 'manual'
88
+ shell: bash
89
+ run: |
90
+ echo 'If you are using a "manual" build mode for one or more of the' \
91
+ 'languages you are analyzing, replace this with the commands to build' \
92
+ 'your code, for example:'
93
+ echo ' make bootstrap'
94
+ echo ' make release'
95
+ exit 1
96
+
97
+ - name: Perform CodeQL Analysis
98
+ uses: github/codeql-action/analyze@v3
99
+ with:
100
+ category: "/language:${{matrix.language}}"
@@ -0,0 +1,11 @@
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version: 2
7
+ updates:
8
+ - package-ecosystem: "" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ schedule:
11
+ interval: "daily"
@@ -5,15 +5,14 @@ on:
5
5
  tags:
6
6
  - "v*.*.*"
7
7
 
8
- permissions:
9
- contents: write
10
- packages: read
11
8
 
12
9
  jobs:
13
10
  package_build_publish_release:
14
11
  environment: release
15
12
  runs-on: ubuntu-latest
16
-
13
+ permissions:
14
+ contents: write
15
+ packages: read
17
16
  steps:
18
17
  - name: Checkout
19
18
  uses: actions/checkout@v4
@@ -10,6 +10,11 @@ on:
10
10
  jobs:
11
11
  test:
12
12
  runs-on: ubuntu-latest
13
+ permissions:
14
+ packages: write
15
+ contents: read
16
+ attestations: write
17
+ id-token: write
13
18
  steps:
14
19
  - name: Checkout
15
20
  uses: actions/checkout@v4
@@ -102,7 +107,7 @@ jobs:
102
107
  token: ${{ secrets.CODECOV_TOKEN }}
103
108
  - name: SonarQube Scan
104
109
  if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
105
- uses: SonarSource/sonarqube-scan-action@v4
110
+ uses: SonarSource/sonarqube-scan-action@v5
106
111
  env:
107
112
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108
113
  SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oe-python-template-example
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: 🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
5
5
  Project-URL: Homepage, https://oe-python-template-example.readthedocs.io/en/latest/
6
6
  Project-URL: Documentation, https://oe-python-template-example.readthedocs.io/en/latest/
@@ -55,8 +55,8 @@ 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.17; extra == 'examples'
59
- Requires-Dist: streamlit>=1.43.1; extra == 'examples'
58
+ Requires-Dist: marimo>=0.11.19; extra == 'examples'
59
+ Requires-Dist: streamlit>=1.43.2; extra == 'examples'
60
60
  Description-Content-Type: text/markdown
61
61
 
62
62
  # 🧠 OE Python Template Example
@@ -0,0 +1,52 @@
1
+ # Security Policy
2
+
3
+ ## Reporting Security Issues
4
+
5
+ If you discover a security vulnerability in OE Python Template Example, please report it by sending an email to helmuthva@gmail.com.
6
+
7
+ We take all security reports seriously. Upon receiving a security report, we will:
8
+ 1. Confirm receipt of the vulnerability report
9
+ 2. Investigate the issue
10
+ 3. Work on a fix
11
+ 4. Release a security update
12
+
13
+ ## Supported Versions
14
+
15
+ We currently provide security updates for the latest minor version.
16
+
17
+ ## Automated Security Analysis
18
+
19
+ OE Python Template Example employs several automated tools to continuously monitor and improve security:
20
+
21
+ ### 1. Dependency Vulnerability Scanning
22
+
23
+ - **Renovate Bot**: Automatically creates pull requests to update dependencies when new versions are available, with a focus on security patches.
24
+ - **GitHub Dependabot**: Monitors dependencies for known vulnerabilities and automatically creates pull requests to update them when security issues are found.
25
+ - **pip-audit**: Regularly scans Python dependencies for known vulnerabilities using data from the Python Advisory Database.
26
+
27
+ ### 2. Dependency Compliance
28
+
29
+ - **pip-licenses**: Exports the licenses of all dependencies to ensure compliance with licensing requirements and avoid using components with problematic licenses.
30
+ - **cyclonedx-py**: Generates a Software Bill of Materials (SBOM) in SPDX format, listing all components and dependencies used in the project.
31
+
32
+ ### 3. Static Code Analysis
33
+
34
+ - **SonarQube**: Performs comprehensive static code analysis to detect code quality issues, security vulnerabilities, and bugs.
35
+ - **GitHub CodeQL**: Analyzes code for common vulnerabilities and coding errors using GitHub's semantic code analysis engine.
36
+
37
+ ### 4. Secret Detection
38
+
39
+ - **Yelp/detect-secrets**: Pre-commit hook and automated scanning to prevent accidental inclusion of secrets or sensitive information in the codebase.
40
+
41
+ ## Security Best Practices
42
+
43
+ We follow these security best practices:
44
+ - Regular dependency updates
45
+ - Comprehensive test coverage
46
+ - Code review process for changes by external contributors
47
+ - Automated CI/CD pipelines including security checks
48
+ - Adherence to Python security best practices
49
+
50
+ ## Security Compliance
51
+
52
+ For questions about security compliance or for more details about our security practices, please contact helmuthva@gmail.com.
@@ -0,0 +1 @@
1
+ 0.1.6
@@ -0,0 +1,11 @@
1
+ API V1
2
+ ======
3
+
4
+ .. only:: html
5
+
6
+ .. swagger-plugin:: _static/openapi_v1.yaml
7
+ :full-page:
8
+
9
+ .. only:: html
10
+
11
+ Visit the `Interactive API Documentation <https://oe-python-template-example.readthedocs.io/en/latest/api_v1.html>`_
@@ -0,0 +1,11 @@
1
+ API V2
2
+ ======
3
+
4
+ .. only:: html
5
+
6
+ .. swagger-plugin:: _static/openapi_v2.yaml
7
+ :full-page:
8
+
9
+ .. only:: html
10
+
11
+ Visit the `Interactive API Documentation <https://oe-python-template-example.readthedocs.io/en/latest/api_v2.html>`_
@@ -21,12 +21,15 @@ extensions = [
21
21
  "sphinx_mdinclude",
22
22
  "sphinxext.opengraph",
23
23
  "swagger_plugin_for_sphinx", # https://github.com/SAP/swagger-plugin-for-sphinx?tab=readme-ov-file
24
+ "sphinx_selective_exclude.eager_only", # https://github.com/pfalcon/sphinx_selective_exclude?tab=readme-ov-file
25
+ "sphinx_selective_exclude.search_auto_exclude",
26
+ "sphinx_selective_exclude.modindex_exclude",
24
27
  ]
25
28
 
26
29
  project = "oe-python-template-example"
27
30
  author = "Helmut Hoffer von Ankershoffen"
28
31
  copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
29
- version = "0.1.4"
32
+ version = "0.1.6"
30
33
  release = version
31
34
  github_username = "helmut-hoffer-von-ankershoffen"
32
35
  github_repository = "oe-python-template-example"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "oe-python-template-example"
3
- version = "0.1.4"
3
+ version = "0.1.6"
4
4
  description = "🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
5
5
  readme = "README.md"
6
6
  authors = [
@@ -84,8 +84,8 @@ build-backend = "hatchling.build"
84
84
 
85
85
  [project.optional-dependencies]
86
86
  examples = [
87
- "streamlit>=1.43.1",
88
- "marimo>=0.11.17",
87
+ "streamlit>=1.43.2",
88
+ "marimo>=0.11.19",
89
89
  "jupyter>=1.1.1",
90
90
  "jinja2>=3.1.6",
91
91
  ]
@@ -121,6 +121,7 @@ dev = [
121
121
  "sphinx-mdinclude>=0.6.2",
122
122
  "sphinx-pydantic>=0.1.1",
123
123
  "sphinx-rtd-theme>=3.0.2",
124
+ "sphinx_selective_exclude>=1.0.3",
124
125
  "sphinx-toolbox>=3.9.0",
125
126
  "sphinxext.opengraph>=0.9.1",
126
127
  "swagger-plugin-for-sphinx>=5.1.0",
@@ -136,7 +137,6 @@ fix = true
136
137
  line-length = 120
137
138
  extend-exclude = [".fixme", "notebook.py"]
138
139
 
139
-
140
140
  [tool.ruff.lint]
141
141
  select = ["ALL"]
142
142
 
@@ -242,7 +242,7 @@ source = ["src/"]
242
242
 
243
243
 
244
244
  [tool.bumpversion]
245
- current_version = "0.1.4"
245
+ current_version = "0.1.6"
246
246
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
247
247
  serialize = ["{major}.{minor}.{patch}"]
248
248
  search = "{current_version}"
@@ -2,5 +2,8 @@
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
  "extends": [
4
4
  "config:recommended"
5
+ ],
6
+ "ignorePaths": [
7
+ "plugins/manifest/package.json"
5
8
  ]
6
9
  }
@@ -1,6 +1,6 @@
1
1
  sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template-example
2
2
  sonar.organization=helmut-hoffer-von-ankershoffen
3
- sonar.projectVersion=0.1.4
3
+ sonar.projectVersion=0.1.6
4
4
  sonar.projectDescription=🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
5
5
  sonar.links.homepage=https://oe-python-template-example.readthedocs.io/en/latest/
6
6
  sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example
@@ -1626,7 +1626,7 @@ wheels = [
1626
1626
 
1627
1627
  [[package]]
1628
1628
  name = "marimo"
1629
- version = "0.11.17"
1629
+ version = "0.11.19"
1630
1630
  source = { registry = "https://pypi.org/simple" }
1631
1631
  dependencies = [
1632
1632
  { name = "click" },
@@ -1647,9 +1647,9 @@ dependencies = [
1647
1647
  { name = "uvicorn" },
1648
1648
  { name = "websockets" },
1649
1649
  ]
1650
- sdist = { url = "https://files.pythonhosted.org/packages/a3/c4/fa473598d184842ffc11dae37bd426255faf442212f213242377c13d0b91/marimo-0.11.17.tar.gz", hash = "sha256:8ca0cd6c18439d0cb368f7b524b5e93596888509add3fd4b22ead3e5600a88d7", size = 10659595 }
1650
+ sdist = { url = "https://files.pythonhosted.org/packages/44/5a/586e057c2f4404c9b3349b52b3bf4de9fe779b27fd1a0ba9f8431524853c/marimo-0.11.19.tar.gz", hash = "sha256:7ee2087120e63748745e45f30cdfa6d39ae77bf0a545a4266d7728f1979f7bca", size = 10667448 }
1651
1651
  wheels = [
1652
- { url = "https://files.pythonhosted.org/packages/cb/a0/9d68f55dcc15a0fbce1c63f2450961b9940a34e8ef15f3c2ba0fb3e502e9/marimo-0.11.17-py3-none-any.whl", hash = "sha256:15092b0f284ea11a9768cfdd4538922ae13683bb549077e7ba56df7d3d6f6d5d", size = 11005717 },
1652
+ { url = "https://files.pythonhosted.org/packages/f5/c9/97b93a4be1a187dfbb6cdd95842e48388a38d04dbcf452c2c0b98c10f802/marimo-0.11.19-py3-none-any.whl", hash = "sha256:9cff6edb454558c2ea5d38d02dec82b002e7dfe66991e69cb261a502358a4b4d", size = 11012900 },
1653
1653
  ]
1654
1654
 
1655
1655
  [[package]]
@@ -2075,7 +2075,7 @@ wheels = [
2075
2075
 
2076
2076
  [[package]]
2077
2077
  name = "oe-python-template-example"
2078
- version = "0.1.4"
2078
+ version = "0.1.6"
2079
2079
  source = { editable = "." }
2080
2080
  dependencies = [
2081
2081
  { name = "fastapi", extra = ["all", "standard"] },
@@ -2123,6 +2123,7 @@ dev = [
2123
2123
  { name = "sphinx-mdinclude" },
2124
2124
  { name = "sphinx-pydantic" },
2125
2125
  { name = "sphinx-rtd-theme" },
2126
+ { name = "sphinx-selective-exclude" },
2126
2127
  { name = "sphinx-toolbox" },
2127
2128
  { name = "sphinxext-opengraph" },
2128
2129
  { name = "swagger-plugin-for-sphinx" },
@@ -2136,10 +2137,10 @@ requires-dist = [
2136
2137
  { name = "fastapi", extras = ["standard", "all"], specifier = ">=0.115.11" },
2137
2138
  { name = "jinja2", marker = "extra == 'examples'", specifier = ">=3.1.6" },
2138
2139
  { name = "jupyter", marker = "extra == 'examples'", specifier = ">=1.1.1" },
2139
- { name = "marimo", marker = "extra == 'examples'", specifier = ">=0.11.17" },
2140
+ { name = "marimo", marker = "extra == 'examples'", specifier = ">=0.11.19" },
2140
2141
  { name = "pydantic", specifier = ">=2.10.6" },
2141
2142
  { name = "python-dotenv", specifier = ">=1.0.1" },
2142
- { name = "streamlit", marker = "extra == 'examples'", specifier = ">=1.43.1" },
2143
+ { name = "streamlit", marker = "extra == 'examples'", specifier = ">=1.43.2" },
2143
2144
  { name = "typer", specifier = ">=0.15.1" },
2144
2145
  ]
2145
2146
  provides-extras = ["examples"]
@@ -2175,6 +2176,7 @@ dev = [
2175
2176
  { name = "sphinx-mdinclude", specifier = ">=0.6.2" },
2176
2177
  { name = "sphinx-pydantic", specifier = ">=0.1.1" },
2177
2178
  { name = "sphinx-rtd-theme", specifier = ">=3.0.2" },
2179
+ { name = "sphinx-selective-exclude", specifier = ">=1.0.3" },
2178
2180
  { name = "sphinx-toolbox", specifier = ">=3.9.0" },
2179
2181
  { name = "sphinxext-opengraph", specifier = ">=0.9.1" },
2180
2182
  { name = "swagger-plugin-for-sphinx", specifier = ">=5.1.0" },
@@ -3590,6 +3592,12 @@ wheels = [
3590
3592
  { url = "https://files.pythonhosted.org/packages/85/77/46e3bac77b82b4df5bb5b61f2de98637724f246b4966cfc34bc5895d852a/sphinx_rtd_theme-3.0.2-py2.py3-none-any.whl", hash = "sha256:422ccc750c3a3a311de4ae327e82affdaf59eb695ba4936538552f3b00f4ee13", size = 7655561 },
3591
3593
  ]
3592
3594
 
3595
+ [[package]]
3596
+ name = "sphinx-selective-exclude"
3597
+ version = "1.0.3"
3598
+ source = { registry = "https://pypi.org/simple" }
3599
+ sdist = { url = "https://files.pythonhosted.org/packages/c2/07/4d6cb9dbe1b06be5caa21eed9813ac1e5ca5b29f3728be1d5e52f1cd7267/sphinx_selective_exclude-1.0.3.tar.gz", hash = "sha256:76fc8fd7c24311e0ca2199a9e4db2156585acd7652a5cead98b07ef4f70f9b78", size = 7227 }
3600
+
3593
3601
  [[package]]
3594
3602
  name = "sphinx-tabs"
3595
3603
  version = "3.4.5"
@@ -3747,7 +3755,7 @@ wheels = [
3747
3755
 
3748
3756
  [[package]]
3749
3757
  name = "streamlit"
3750
- version = "1.43.1"
3758
+ version = "1.43.2"
3751
3759
  source = { registry = "https://pypi.org/simple" }
3752
3760
  dependencies = [
3753
3761
  { name = "altair" },
@@ -3769,9 +3777,9 @@ dependencies = [
3769
3777
  { name = "typing-extensions" },
3770
3778
  { name = "watchdog", marker = "sys_platform != 'darwin'" },
3771
3779
  ]
3772
- sdist = { url = "https://files.pythonhosted.org/packages/48/a6/4806b73a5296961f7654a3426496bd463f2b92f6e1b75c359e29317e7a15/streamlit-1.43.1.tar.gz", hash = "sha256:4bb1e1235f6d84c279da567bf314f6e12310d53f1fb2350176ee462e189baebb", size = 9344698 }
3780
+ sdist = { url = "https://files.pythonhosted.org/packages/53/c6/c2a5a9037b583d7e48c8fe4ea07f72f59c1796c57f7c01f907a0a388e40a/streamlit-1.43.2.tar.gz", hash = "sha256:f3afa2af637d00154c6a4c560d2fde256d7dc8cc1f32a53cf20570c0967841bc", size = 9345475 }
3773
3781
  wheels = [
3774
- { url = "https://files.pythonhosted.org/packages/bf/14/a95ac354fe9ca59ee9d030dc738dac8ac04bd32f9d7c3f2c790eb6431ab1/streamlit-1.43.1-py2.py3-none-any.whl", hash = "sha256:ed8a6bd01e2b087e25b1b534835a341c2f71964822ac94b065c5496d2b5b49c2", size = 9734547 },
3782
+ { url = "https://files.pythonhosted.org/packages/3d/b0/031933cb253d757dfc8791707d413ce90ab52ec7fb4524ef955070136d31/streamlit-1.43.2-py2.py3-none-any.whl", hash = "sha256:c773ff70e8dd14066e49ba4b36740e4d36b0c534624f49abcc73b75389bf9420", size = 9734394 },
3775
3783
  ]
3776
3784
 
3777
3785
  [[package]]
@@ -1 +0,0 @@
1
- 0.1.4
@@ -1,5 +0,0 @@
1
- API V1
2
- ======
3
-
4
- .. swagger-plugin:: _static/openapi_v1.yaml
5
- :full-page:
@@ -1,5 +0,0 @@
1
- API V2
2
- ======
3
-
4
- .. swagger-plugin:: _static/openapi_v2.yaml
5
- :full-page: