pyrig-runtime-overrides 0.1.0__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.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Winipedia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,60 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyrig-runtime-overrides
3
+ Version: 0.1.0
4
+ Summary: Add your description here
5
+ Keywords: pyrig
6
+ Author: Winipedia
7
+ License-Expression: MIT
8
+ License-File: LICENSE
9
+ Classifier: Programming Language :: Python
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3 :: Only
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Programming Language :: Python :: 3.14
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Typing :: Typed
17
+ Requires-Dist: pyrig>=15.26.0
18
+ Requires-Dist: pyrig-pypi>=1.13.0
19
+ Maintainer: Winipedia
20
+ Requires-Python: >=3.12
21
+ Project-URL: Homepage, https://github.com/Winipedia/pyrig-runtime-overrides
22
+ Project-URL: Documentation, https://Winipedia.github.io/pyrig-runtime-overrides
23
+ Project-URL: Source, https://github.com/Winipedia/pyrig-runtime-overrides
24
+ Project-URL: Issues, https://github.com/Winipedia/pyrig-runtime-overrides/issues
25
+ Project-URL: Changelog, https://github.com/Winipedia/pyrig-runtime-overrides/releases
26
+ Description-Content-Type: text/markdown
27
+
28
+ # pyrig-runtime-overrides
29
+
30
+ <!-- ci/cd -->
31
+ [![CI](https://img.shields.io/github/actions/workflow/status/Winipedia/pyrig-runtime-overrides/health_check.yml?label=CI&logo=github)](https://github.com/Winipedia/pyrig-runtime-overrides/actions/workflows/health_check.yml)
32
+ [![CD](https://img.shields.io/github/actions/workflow/status/Winipedia/pyrig-runtime-overrides/deploy.yml?label=CD&logo=github)](https://github.com/Winipedia/pyrig-runtime-overrides/actions/workflows/deploy.yml)
33
+ <!-- testing -->
34
+ [![CoverageTester](https://codecov.io/gh/Winipedia/pyrig-runtime-overrides/branch/main/graph/badge.svg)](https://codecov.io/gh/Winipedia/pyrig-runtime-overrides)
35
+ [![ProjectTester](https://img.shields.io/badge/tested%20with-pytest-46a2f1.svg?logo=pytest)](https://pytest.org)
36
+ <!-- code-quality -->
37
+ [![DependencyAuditor](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/pypa/pip-audit)
38
+ [![DependencyChecker](https://img.shields.io/badge/dependencies-deptry-blue)](https://github.com/osprey-oss/deptry)
39
+ [![MarkdownLinter](https://img.shields.io/badge/markdown-rumdl-darkgreen)](https://github.com/rvben/rumdl)
40
+ [![PythonLinter](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
41
+ [![SecurityChecker](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
42
+ [![SpellChecker](https://img.shields.io/badge/spell--check-typos-blue)](https://github.com/crate-ci/typos)
43
+ [![TypeChecker](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)
44
+ [![VersionControlHookManager](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json)](https://github.com/j178/prek)
45
+ <!-- tooling -->
46
+ [![PackageManager](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
47
+ [![Pyrigger](https://img.shields.io/badge/built%20with-pyrig-3776AB?logo=buildkite&logoColor=black)](https://github.com/Winipedia/pyrig)
48
+ [![RemoteVersionController](https://img.shields.io/github/stars/Winipedia/pyrig-runtime-overrides?style=social)](https://github.com/Winipedia/pyrig-runtime-overrides)
49
+ [![VersionController](https://img.shields.io/badge/Git-F05032?logo=git&logoColor=white)](https://git-scm.com)
50
+ <!-- project-info -->
51
+ [![DocsBuilder](https://img.shields.io/badge/MkDocs-Documentation-326CE5?logo=mkdocs&logoColor=white)](https://Winipedia.github.io/pyrig-runtime-overrides)
52
+ [![PackageIndex](https://img.shields.io/pypi/v/pyrig-runtime-overrides?logo=pypi&logoColor=white)](https://pypi.org/project/pyrig-runtime-overrides)
53
+ [![ProgrammingLanguage](https://img.shields.io/pypi/pyversions/pyrig-runtime-overrides)](https://www.python.org)
54
+ [![License](https://img.shields.io/github/license/Winipedia/pyrig-runtime-overrides)](https://github.com/Winipedia/pyrig-runtime-overrides/blob/main/LICENSE)
55
+
56
+ ---
57
+
58
+ > Add your description here
59
+
60
+ ---
@@ -0,0 +1,33 @@
1
+ # pyrig-runtime-overrides
2
+
3
+ <!-- ci/cd -->
4
+ [![CI](https://img.shields.io/github/actions/workflow/status/Winipedia/pyrig-runtime-overrides/health_check.yml?label=CI&logo=github)](https://github.com/Winipedia/pyrig-runtime-overrides/actions/workflows/health_check.yml)
5
+ [![CD](https://img.shields.io/github/actions/workflow/status/Winipedia/pyrig-runtime-overrides/deploy.yml?label=CD&logo=github)](https://github.com/Winipedia/pyrig-runtime-overrides/actions/workflows/deploy.yml)
6
+ <!-- testing -->
7
+ [![CoverageTester](https://codecov.io/gh/Winipedia/pyrig-runtime-overrides/branch/main/graph/badge.svg)](https://codecov.io/gh/Winipedia/pyrig-runtime-overrides)
8
+ [![ProjectTester](https://img.shields.io/badge/tested%20with-pytest-46a2f1.svg?logo=pytest)](https://pytest.org)
9
+ <!-- code-quality -->
10
+ [![DependencyAuditor](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/pypa/pip-audit)
11
+ [![DependencyChecker](https://img.shields.io/badge/dependencies-deptry-blue)](https://github.com/osprey-oss/deptry)
12
+ [![MarkdownLinter](https://img.shields.io/badge/markdown-rumdl-darkgreen)](https://github.com/rvben/rumdl)
13
+ [![PythonLinter](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
14
+ [![SecurityChecker](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
15
+ [![SpellChecker](https://img.shields.io/badge/spell--check-typos-blue)](https://github.com/crate-ci/typos)
16
+ [![TypeChecker](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)
17
+ [![VersionControlHookManager](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/j178/prek/master/docs/assets/badge-v0.json)](https://github.com/j178/prek)
18
+ <!-- tooling -->
19
+ [![PackageManager](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
20
+ [![Pyrigger](https://img.shields.io/badge/built%20with-pyrig-3776AB?logo=buildkite&logoColor=black)](https://github.com/Winipedia/pyrig)
21
+ [![RemoteVersionController](https://img.shields.io/github/stars/Winipedia/pyrig-runtime-overrides?style=social)](https://github.com/Winipedia/pyrig-runtime-overrides)
22
+ [![VersionController](https://img.shields.io/badge/Git-F05032?logo=git&logoColor=white)](https://git-scm.com)
23
+ <!-- project-info -->
24
+ [![DocsBuilder](https://img.shields.io/badge/MkDocs-Documentation-326CE5?logo=mkdocs&logoColor=white)](https://Winipedia.github.io/pyrig-runtime-overrides)
25
+ [![PackageIndex](https://img.shields.io/pypi/v/pyrig-runtime-overrides?logo=pypi&logoColor=white)](https://pypi.org/project/pyrig-runtime-overrides)
26
+ [![ProgrammingLanguage](https://img.shields.io/pypi/pyversions/pyrig-runtime-overrides)](https://www.python.org)
27
+ [![License](https://img.shields.io/github/license/Winipedia/pyrig-runtime-overrides)](https://github.com/Winipedia/pyrig-runtime-overrides/blob/main/LICENSE)
28
+
29
+ ---
30
+
31
+ > Add your description here
32
+
33
+ ---
@@ -0,0 +1,114 @@
1
+ [project]
2
+ name = "pyrig-runtime-overrides"
3
+ version = "0.1.0"
4
+ description = "Add your description here"
5
+ readme = "README.md"
6
+ requires-python = ">=3.12"
7
+ dependencies = [
8
+ "pyrig>=15.26.0",
9
+ "pyrig-pypi>=1.13.0",
10
+ ]
11
+ license = "MIT"
12
+ license-files = [
13
+ "LICENSE",
14
+ ]
15
+ classifiers = [
16
+ "Programming Language :: Python",
17
+ "Programming Language :: Python :: 3",
18
+ "Programming Language :: Python :: 3 :: Only",
19
+ "Programming Language :: Python :: 3.12",
20
+ "Programming Language :: Python :: 3.13",
21
+ "Programming Language :: Python :: 3.14",
22
+ "Operating System :: OS Independent",
23
+ "Typing :: Typed",
24
+ ]
25
+ keywords = [
26
+ "pyrig",
27
+ ]
28
+
29
+ [[project.authors]]
30
+ name = "Winipedia"
31
+
32
+ [[project.maintainers]]
33
+ name = "Winipedia"
34
+
35
+ [project.urls]
36
+ Homepage = "https://github.com/Winipedia/pyrig-runtime-overrides"
37
+ Documentation = "https://Winipedia.github.io/pyrig-runtime-overrides"
38
+ Source = "https://github.com/Winipedia/pyrig-runtime-overrides"
39
+ Issues = "https://github.com/Winipedia/pyrig-runtime-overrides/issues"
40
+ Changelog = "https://github.com/Winipedia/pyrig-runtime-overrides/releases"
41
+
42
+ [project.scripts]
43
+ pyrig-runtime-overrides = "pyrig_runtime.rig.cli.main:main"
44
+
45
+ [dependency-groups]
46
+ dev = [
47
+ "bandit>=1.9.4",
48
+ "deptry>=0.25.1",
49
+ "mkdocs>=1.6.1",
50
+ "mkdocs-material>=9.7.6",
51
+ "mkdocs-mermaid2-plugin>=1.2.3",
52
+ "mkdocstrings[python]>=1.0.4",
53
+ "pip-audit>=2.10.1",
54
+ "prek>=0.4.5",
55
+ "pyrig>=15.25.0",
56
+ "pyrig-codecov>=1.10.0",
57
+ "pyrig-fixtures>=0.11.0",
58
+ "pyrig-pypi>=1.13.0",
59
+ "pytest>=9.1.1",
60
+ "pytest-cov>=7.1.0",
61
+ "ruff>=0.15.19",
62
+ "rumdl>=0.2.22",
63
+ "ty>=0.0.53",
64
+ "typos>=1.47.2",
65
+ ]
66
+
67
+ [build-system]
68
+ requires = [
69
+ "uv_build",
70
+ ]
71
+ build-backend = "uv_build"
72
+
73
+ [tool.ruff.lint]
74
+ select = [
75
+ "ALL",
76
+ ]
77
+ ignore = [
78
+ "COM812",
79
+ "ANN401",
80
+ ]
81
+ fixable = [
82
+ "ALL",
83
+ ]
84
+
85
+ [tool.ruff.lint.per-file-ignores]
86
+ "**/tests/**/*.py" = [
87
+ "S101",
88
+ ]
89
+
90
+ [tool.ruff.lint.pydocstyle]
91
+ convention = "google"
92
+
93
+ [tool.ty.terminal]
94
+ error-on-warning = true
95
+
96
+ [tool.pytest.ini_options]
97
+ testpaths = [
98
+ "tests",
99
+ ]
100
+ addopts = "--cov=pyrig_runtime_overrides --cov-branch --cov-report=term-missing --cov-fail-under=100 --cov-report=xml"
101
+
102
+ [tool.bandit.assert_used]
103
+ skips = [
104
+ "*/tests/*.py",
105
+ "*/test_*/*.py",
106
+ ]
107
+
108
+ [tool.deptry]
109
+ root = "src"
110
+
111
+ [tool.deptry.per_rule_ignores]
112
+ DEP002 = [
113
+ "pyrig-runtime",
114
+ ]
@@ -0,0 +1 @@
1
+ """The top-level package for the project."""
@@ -0,0 +1 @@
1
+ """Package initialization."""
@@ -0,0 +1 @@
1
+ """Package initialization."""
@@ -0,0 +1,21 @@
1
+ """Configuration management for pyproject.toml.
2
+
3
+ Provides the PyprojectConfigFile class, which generates and validates the project's
4
+ pyproject.toml according to PEP 518, 621, and 660. Covers project metadata,
5
+ runtime and development dependencies, build system configuration, and tool settings.
6
+ """
7
+
8
+ from pyrig.rig.tools.pyrigger import Pyrigger
9
+ from pyrig_pypi.rig.configs.pyproject import (
10
+ PyprojectConfigFile as BasePyprojectConfigFile,
11
+ )
12
+
13
+
14
+ class PyprojectConfigFile(BasePyprojectConfigFile):
15
+ """You can override methods from the base class to customize behavior."""
16
+
17
+ def additional_dependencies(self) -> list[str]:
18
+ """Excludes this runtime dep to avoid a circular dep issue."""
19
+ deps = super().additional_dependencies()
20
+ deps.remove(Pyrigger.I.runtime_dependency())
21
+ return deps