edge-containers-cli 5.0.0a1__tar.gz → 5.0.0a2__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.
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/PKG-INFO +1 -1
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/_version.py +3 -3
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/argo_commands.py +41 -14
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/monitor.py +40 -5
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/argocd.yaml +55 -10
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-deployment/apps/values.yaml +1 -1
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/uv.lock +88 -87
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.copier-answers.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.devcontainer/devcontainer.json +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.dockerignore +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/CONTRIBUTING.md +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/dependabot.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/pages/index.html +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/pages/make_switcher.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_container.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_dist.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_pypi.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_release.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_test.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_tox.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/ci.yml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.gitignore +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.gitleaks.toml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.pre-commit-config.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.python-version +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.vscode/extensions.json +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.vscode/launch.json +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.vscode/settings.json +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.vscode/tasks.json +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/Dockerfile +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/LICENSE +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/README.md +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/conf.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/explanations/decisions.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/build-docs.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/contribute.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/lint.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/make-release.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/run-tests.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/test-container.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/update-tools.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/index.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/reference/standards.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/genindex.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/images/dls-favicon.ico +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/images/dls-logo.svg +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/images/ec-logs.png +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/images/ec-web.png +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/index.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/explanations/docs-structure.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/how-to/run-container.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/index.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/reference/api.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/tutorials/installation.rst +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/pyproject.toml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/setup.cfg +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/__init__.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/__main__.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/backend.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cli.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/commands.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/demo_commands.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/monitor.tcss +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/definitions.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/git.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/globals.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/logging.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/shell.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/utils.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/SOURCES.txt +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/__init__.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/conftest.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-01/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.db +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-01/config/ioc.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-01/templates/configmap.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-01/values.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-02/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/bl01t-ea-test-02/values.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/dls-aravis/Chart.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/dls-aravis/config/ioc.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/dls-aravis/templates/configmap.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/dls-aravis/values.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/bl01t-services/services/values.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/cli.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/k8s.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/data/yaml.yaml +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/test_argocd.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/test_cli.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/test_demo.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/test_k8s.py +0 -0
- {edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/tests/test_unit.py +0 -0
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/_version.py
RENAMED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '5.0.
|
|
32
|
-
__version_tuple__ = version_tuple = (5, 0, 0, '
|
|
31
|
+
__version__ = version = '5.0.0a2'
|
|
32
|
+
__version_tuple__ = version_tuple = (5, 0, 0, 'a2')
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g223fc6f89'
|
|
@@ -141,7 +141,7 @@ class ArgoCommands(Commands):
|
|
|
141
141
|
|
|
142
142
|
def delete(self, service_name: str) -> None:
|
|
143
143
|
self._check_service(service_name)
|
|
144
|
-
push_remove_key(self.target, f"
|
|
144
|
+
push_remove_key(self.target, f"services.{service_name}")
|
|
145
145
|
|
|
146
146
|
def deploy(self, service_name, version, args, confirm_callback=None) -> None:
|
|
147
147
|
if not version:
|
|
@@ -159,7 +159,7 @@ class ArgoCommands(Commands):
|
|
|
159
159
|
confirm_callback(version)
|
|
160
160
|
deploy_dict: YamlTypes = {"enabled": True, "targetRevision": version}
|
|
161
161
|
|
|
162
|
-
push_value(self.target, f"
|
|
162
|
+
push_value(self.target, f"services.{service_name}", deploy_dict)
|
|
163
163
|
|
|
164
164
|
def logs(self, service_name, prev):
|
|
165
165
|
self._logs(service_name, prev)
|
|
@@ -172,27 +172,51 @@ class ArgoCommands(Commands):
|
|
|
172
172
|
def ps(self, running_only):
|
|
173
173
|
self._ps(running_only)
|
|
174
174
|
|
|
175
|
-
def
|
|
175
|
+
def _check_stoppable(self, service_name) -> None:
|
|
176
176
|
self._check_service(service_name)
|
|
177
177
|
namespace, app = extract_ns_app(self.target)
|
|
178
|
+
stoppable = False
|
|
179
|
+
|
|
180
|
+
# get the manifests and determine if there is an 'enabled' label
|
|
181
|
+
# which implies the service can be stopped/started
|
|
182
|
+
mani_resp = shell.run_command(
|
|
183
|
+
f"argocd app manifests {namespace}/{service_name} --source live",
|
|
184
|
+
)
|
|
185
|
+
for resource_manifest in mani_resp.split("---")[1:]:
|
|
186
|
+
manifest = YAML(typ="safe").load(resource_manifest)
|
|
187
|
+
if not manifest:
|
|
188
|
+
continue
|
|
189
|
+
kind = manifest["kind"]
|
|
190
|
+
resource_name = manifest["metadata"]["name"]
|
|
191
|
+
if kind in ["StatefulSet", "Deployment"] and resource_name == service_name:
|
|
192
|
+
labels = manifest["metadata"].get("labels")
|
|
193
|
+
if labels:
|
|
194
|
+
stoppable = "enabled" in labels
|
|
195
|
+
|
|
196
|
+
if not stoppable:
|
|
197
|
+
raise CommandError(f"{service_name} does not support stop/start")
|
|
198
|
+
|
|
199
|
+
def restart(self, service_name):
|
|
200
|
+
self._check_stoppable(service_name)
|
|
201
|
+
namespace, app = extract_ns_app(self.target)
|
|
178
202
|
cmd = (
|
|
179
203
|
f"argocd app delete-resource {namespace}/{service_name} --kind StatefulSet"
|
|
180
204
|
)
|
|
181
205
|
shell.run_command(cmd, skip_on_dryrun=True)
|
|
182
206
|
|
|
183
|
-
def start(self, service_name, commit=
|
|
184
|
-
self.
|
|
207
|
+
def start(self, service_name, commit=True):
|
|
208
|
+
self._check_stoppable(service_name)
|
|
185
209
|
if commit:
|
|
186
|
-
push_value(self.target, f"
|
|
210
|
+
push_value(self.target, f"services.{service_name}.enabled", True)
|
|
187
211
|
else:
|
|
188
|
-
patch_value(self.target, f"
|
|
212
|
+
patch_value(self.target, f"services.{service_name}.enabled", True)
|
|
189
213
|
|
|
190
|
-
def stop(self, service_name, commit=
|
|
191
|
-
self.
|
|
214
|
+
def stop(self, service_name, commit=True):
|
|
215
|
+
self._check_stoppable(service_name)
|
|
192
216
|
if commit:
|
|
193
|
-
push_value(self.target, f"
|
|
217
|
+
push_value(self.target, f"services.{service_name}.enabled", False)
|
|
194
218
|
else:
|
|
195
|
-
patch_value(self.target, f"
|
|
219
|
+
patch_value(self.target, f"services.{service_name}.enabled", False)
|
|
196
220
|
|
|
197
221
|
def _get_logs(self, service_name, prev) -> str:
|
|
198
222
|
namespace, app = extract_ns_app(self.target)
|
|
@@ -214,7 +238,7 @@ class ArgoCommands(Commands):
|
|
|
214
238
|
"deployed": [],
|
|
215
239
|
}
|
|
216
240
|
app_resp = shell.run_command(
|
|
217
|
-
f
|
|
241
|
+
f"argocd app list --app-namespace {namespace} -o yaml",
|
|
218
242
|
)
|
|
219
243
|
app_dicts = YAML(typ="safe").load(app_resp)
|
|
220
244
|
|
|
@@ -227,7 +251,7 @@ class ArgoCommands(Commands):
|
|
|
227
251
|
|
|
228
252
|
for resource in resources_dict:
|
|
229
253
|
is_ready = False
|
|
230
|
-
if resource["kind"]
|
|
254
|
+
if resource["kind"] in ["StatefulSet", "Deployment"]:
|
|
231
255
|
name = app["metadata"]["name"]
|
|
232
256
|
|
|
233
257
|
# check if replicas ready
|
|
@@ -240,7 +264,10 @@ class ArgoCommands(Commands):
|
|
|
240
264
|
continue
|
|
241
265
|
kind = manifest["kind"]
|
|
242
266
|
resource_name = manifest["metadata"]["name"]
|
|
243
|
-
if
|
|
267
|
+
if (
|
|
268
|
+
kind in ["StatefulSet", "Deployment"]
|
|
269
|
+
and resource_name == name
|
|
270
|
+
):
|
|
244
271
|
try:
|
|
245
272
|
is_ready = bool(manifest["status"]["readyReplicas"])
|
|
246
273
|
except (
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/monitor.py
RENAMED
|
@@ -33,9 +33,11 @@ from textual.widgets import (
|
|
|
33
33
|
from textual.widgets.data_table import RowKey
|
|
34
34
|
from textual.worker import get_current_worker
|
|
35
35
|
|
|
36
|
-
from edge_containers_cli.cmds.commands import Commands
|
|
36
|
+
from edge_containers_cli.cmds.commands import CommandError, Commands
|
|
37
37
|
from edge_containers_cli.definitions import ECLogLevels, Emoji
|
|
38
|
+
from edge_containers_cli.git import GitError
|
|
38
39
|
from edge_containers_cli.logging import log
|
|
40
|
+
from edge_containers_cli.shell import ShellError
|
|
39
41
|
|
|
40
42
|
|
|
41
43
|
class ConfirmScreen(ModalScreen[bool], inherit_bindings=False):
|
|
@@ -71,6 +73,31 @@ class ConfirmScreen(ModalScreen[bool], inherit_bindings=False):
|
|
|
71
73
|
self.dismiss(False)
|
|
72
74
|
|
|
73
75
|
|
|
76
|
+
class ErrorScreen(ModalScreen[bool], inherit_bindings=False):
|
|
77
|
+
BINDINGS = [
|
|
78
|
+
Binding("y,enter", "option_ok", "OK"),
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
def __init__(self, message: str) -> None:
|
|
82
|
+
super().__init__()
|
|
83
|
+
self.message = message
|
|
84
|
+
|
|
85
|
+
def compose(self) -> ComposeResult:
|
|
86
|
+
yield Grid(
|
|
87
|
+
Label(
|
|
88
|
+
f"Error: {self.message}",
|
|
89
|
+
id="error_ok",
|
|
90
|
+
),
|
|
91
|
+
Button("OK", variant="error", id="okay"),
|
|
92
|
+
id="dialog",
|
|
93
|
+
)
|
|
94
|
+
yield Footer()
|
|
95
|
+
|
|
96
|
+
@on(Button.Pressed, "#okay")
|
|
97
|
+
def action_option_ok(self) -> None:
|
|
98
|
+
self.dismiss(True)
|
|
99
|
+
|
|
100
|
+
|
|
74
101
|
class LogsScreen(ModalScreen, inherit_bindings=False):
|
|
75
102
|
"""Screen to display IOC logs."""
|
|
76
103
|
|
|
@@ -448,6 +475,10 @@ class MonitorApp(App):
|
|
|
448
475
|
job = self._queue.get(timeout=1)
|
|
449
476
|
job()
|
|
450
477
|
self._queue.task_done()
|
|
478
|
+
except (CommandError, ShellError, GitError) as e:
|
|
479
|
+
self.app.call_from_thread(
|
|
480
|
+
partial(self.push_screen, ErrorScreen(str(e)))
|
|
481
|
+
)
|
|
451
482
|
except Empty:
|
|
452
483
|
pass
|
|
453
484
|
|
|
@@ -479,10 +510,14 @@ class MonitorApp(App):
|
|
|
479
510
|
|
|
480
511
|
def do_task(command, service_name):
|
|
481
512
|
def _do_task():
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
513
|
+
try:
|
|
514
|
+
table.update_indicator_threadsafe(
|
|
515
|
+
service_name, Emoji.road_works
|
|
516
|
+
)
|
|
517
|
+
command(service_name)
|
|
518
|
+
finally:
|
|
519
|
+
table.update_indicator_threadsafe(service_name, Emoji.none)
|
|
520
|
+
self.busy_services.remove(service_name)
|
|
486
521
|
|
|
487
522
|
return _do_task
|
|
488
523
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
checks:
|
|
2
2
|
- cmd: argocd app get namespace/bl01t
|
|
3
3
|
rsp: ""
|
|
4
|
-
- cmd: argocd app list
|
|
4
|
+
- cmd: argocd app list --app-namespace namespace -o yaml
|
|
5
5
|
rsp: |
|
|
6
6
|
- metadata:
|
|
7
7
|
creationTimestamp: "2024-07-12T13:42:50Z"
|
|
@@ -35,11 +35,11 @@ delete:
|
|
|
35
35
|
rsp: ""
|
|
36
36
|
- cmd: git add .
|
|
37
37
|
rsp: ""
|
|
38
|
-
- cmd: git commit -m "Remove
|
|
38
|
+
- cmd: git commit -m "Remove services.bl01t-ea-test-01 in apps/values.yaml"
|
|
39
39
|
rsp: ""
|
|
40
40
|
- cmd: git push
|
|
41
41
|
rsp: ""
|
|
42
|
-
- cmd: argocd app unset namespace/bl01t -p
|
|
42
|
+
- cmd: argocd app unset namespace/bl01t -p services.bl01t-ea-test-01
|
|
43
43
|
rsp: ""
|
|
44
44
|
- cmd: argocd app get --show-params namespace/bl01t -o json
|
|
45
45
|
rsp: "{}"
|
|
@@ -82,11 +82,11 @@ deploy:
|
|
|
82
82
|
rsp: ""
|
|
83
83
|
- cmd: git add .
|
|
84
84
|
rsp: ""
|
|
85
|
-
- cmd: 'git commit -m "Set
|
|
85
|
+
- cmd: 'git commit -m "Set services.bl01t-ea-test-01=*'
|
|
86
86
|
rsp: ""
|
|
87
87
|
- cmd: git push
|
|
88
88
|
rsp: ""
|
|
89
|
-
- cmd: argocd app unset namespace/bl01t -p
|
|
89
|
+
- cmd: argocd app unset namespace/bl01t -p services.bl01t-ea-test-01
|
|
90
90
|
rsp: ""
|
|
91
91
|
- cmd: argocd app get namespace/bl01t --refresh
|
|
92
92
|
rsp: ""
|
|
@@ -100,10 +100,28 @@ log_history:
|
|
|
100
100
|
rsp: True
|
|
101
101
|
|
|
102
102
|
restart:
|
|
103
|
+
- cmd: argocd app manifests namespace/bl01t-ea-test-01 --source live
|
|
104
|
+
rsp: |
|
|
105
|
+
---
|
|
106
|
+
apiVersion: apps/v1
|
|
107
|
+
kind: StatefulSet
|
|
108
|
+
metadata:
|
|
109
|
+
name: bl01t-ea-test-01
|
|
110
|
+
labels:
|
|
111
|
+
enabled: true
|
|
103
112
|
- cmd: argocd app delete-resource namespace/bl01t-ea-test-01 --kind StatefulSet
|
|
104
113
|
rsp: ""
|
|
105
114
|
|
|
106
115
|
start_commit:
|
|
116
|
+
- cmd: argocd app manifests namespace/bl01t-ea-test-01 --source live
|
|
117
|
+
rsp: |
|
|
118
|
+
---
|
|
119
|
+
apiVersion: apps/v1
|
|
120
|
+
kind: StatefulSet
|
|
121
|
+
metadata:
|
|
122
|
+
name: bl01t-ea-test-01
|
|
123
|
+
labels:
|
|
124
|
+
enabled: true
|
|
107
125
|
- cmd: argocd app get namespace/bl01t -o yaml
|
|
108
126
|
rsp: |
|
|
109
127
|
spec:
|
|
@@ -114,20 +132,38 @@ start_commit:
|
|
|
114
132
|
rsp: ""
|
|
115
133
|
- cmd: git add .
|
|
116
134
|
rsp: ""
|
|
117
|
-
- cmd: git commit -m "Set
|
|
135
|
+
- cmd: git commit -m "Set services.bl01t-ea-test-01.enabled=True in apps/values.yaml"
|
|
118
136
|
rsp: ""
|
|
119
137
|
- cmd: git push
|
|
120
138
|
rsp: ""
|
|
121
|
-
- cmd: argocd app unset namespace/bl01t -p
|
|
139
|
+
- cmd: argocd app unset namespace/bl01t -p services.bl01t-ea-test-01.enabled
|
|
122
140
|
rsp: ""
|
|
123
141
|
- cmd: argocd app get namespace/bl01t --refresh
|
|
124
142
|
rsp: ""
|
|
125
143
|
|
|
126
144
|
start:
|
|
127
|
-
- cmd: argocd app
|
|
145
|
+
- cmd: argocd app manifests namespace/bl01t-ea-test-01 --source live
|
|
146
|
+
rsp: |
|
|
147
|
+
---
|
|
148
|
+
apiVersion: apps/v1
|
|
149
|
+
kind: StatefulSet
|
|
150
|
+
metadata:
|
|
151
|
+
name: bl01t-ea-test-01
|
|
152
|
+
labels:
|
|
153
|
+
enabled: true
|
|
154
|
+
- cmd: argocd app set namespace/bl01t -p services.bl01t-ea-test-01.enabled=True
|
|
128
155
|
rsp: ""
|
|
129
156
|
|
|
130
157
|
stop_commit:
|
|
158
|
+
- cmd: argocd app manifests namespace/bl01t-ea-test-01 --source live
|
|
159
|
+
rsp: |
|
|
160
|
+
---
|
|
161
|
+
apiVersion: apps/v1
|
|
162
|
+
kind: StatefulSet
|
|
163
|
+
metadata:
|
|
164
|
+
name: bl01t-ea-test-01
|
|
165
|
+
labels:
|
|
166
|
+
enabled: true
|
|
131
167
|
- cmd: argocd app get namespace/bl01t -o yaml
|
|
132
168
|
rsp: |
|
|
133
169
|
spec:
|
|
@@ -136,11 +172,20 @@ stop_commit:
|
|
|
136
172
|
path: apps
|
|
137
173
|
- cmd: git clone --depth=1 https://github.com/test/example-deployment.git /tmp/ec_tests
|
|
138
174
|
rsp: ""
|
|
139
|
-
- cmd: argocd app unset namespace/bl01t -p
|
|
175
|
+
- cmd: argocd app unset namespace/bl01t -p services.bl01t-ea-test-01.enabled
|
|
140
176
|
rsp: ""
|
|
141
177
|
- cmd: argocd app get namespace/bl01t --refresh
|
|
142
178
|
rsp: ""
|
|
143
179
|
|
|
144
180
|
stop:
|
|
145
|
-
- cmd: argocd app
|
|
181
|
+
- cmd: argocd app manifests namespace/bl01t-ea-test-01 --source live
|
|
182
|
+
rsp: |
|
|
183
|
+
---
|
|
184
|
+
apiVersion: apps/v1
|
|
185
|
+
kind: StatefulSet
|
|
186
|
+
metadata:
|
|
187
|
+
name: bl01t-ea-test-01
|
|
188
|
+
labels:
|
|
189
|
+
enabled: true
|
|
190
|
+
- cmd: argocd app set namespace/bl01t -p services.bl01t-ea-test-01.enabled=False
|
|
146
191
|
rsp: ""
|
|
@@ -637,7 +637,7 @@ wheels = [
|
|
|
637
637
|
|
|
638
638
|
[[package]]
|
|
639
639
|
name = "pydantic"
|
|
640
|
-
version = "2.12.
|
|
640
|
+
version = "2.12.2"
|
|
641
641
|
source = { registry = "https://pypi.org/simple" }
|
|
642
642
|
dependencies = [
|
|
643
643
|
{ name = "annotated-types" },
|
|
@@ -645,101 +645,102 @@ dependencies = [
|
|
|
645
645
|
{ name = "typing-extensions" },
|
|
646
646
|
{ name = "typing-inspection" },
|
|
647
647
|
]
|
|
648
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
648
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8d/35/d319ed522433215526689bad428a94058b6dd12190ce7ddd78618ac14b28/pydantic-2.12.2.tar.gz", hash = "sha256:7b8fa15b831a4bbde9d5b84028641ac3080a4ca2cbd4a621a661687e741624fd", size = 816358, upload-time = "2025-10-14T15:02:21.842Z" }
|
|
649
649
|
wheels = [
|
|
650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
650
|
+
{ url = "https://files.pythonhosted.org/packages/6c/98/468cb649f208a6f1279448e6e5247b37ae79cf5e4041186f1e2ef3d16345/pydantic-2.12.2-py3-none-any.whl", hash = "sha256:25ff718ee909acd82f1ff9b1a4acfd781bb23ab3739adaa7144f19a6a4e231ae", size = 460628, upload-time = "2025-10-14T15:02:19.623Z" },
|
|
651
651
|
]
|
|
652
652
|
|
|
653
653
|
[[package]]
|
|
654
654
|
name = "pydantic-core"
|
|
655
|
-
version = "2.41.
|
|
655
|
+
version = "2.41.4"
|
|
656
656
|
source = { registry = "https://pypi.org/simple" }
|
|
657
657
|
dependencies = [
|
|
658
658
|
{ name = "typing-extensions" },
|
|
659
659
|
]
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
663
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
664
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
665
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
666
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
673
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
679
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
680
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
681
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
682
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
683
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
685
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
686
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
687
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
690
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
692
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
693
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
694
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
695
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
696
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
697
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
698
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
699
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
700
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
701
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
702
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
703
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
704
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
705
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
706
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
708
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
709
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
710
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
711
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
712
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
713
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
714
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
715
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
716
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
717
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
718
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
719
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
720
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
722
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
723
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
724
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
725
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
726
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
727
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
728
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
729
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
730
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
731
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
732
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
740
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
660
|
+
sdist = { url = "https://files.pythonhosted.org/packages/df/18/d0944e8eaaa3efd0a91b0f1fc537d3be55ad35091b6a87638211ba691964/pydantic_core-2.41.4.tar.gz", hash = "sha256:70e47929a9d4a1905a67e4b687d5946026390568a8e952b92824118063cee4d5", size = 457557, upload-time = "2025-10-14T10:23:47.909Z" }
|
|
661
|
+
wheels = [
|
|
662
|
+
{ url = "https://files.pythonhosted.org/packages/62/4c/f6cbfa1e8efacd00b846764e8484fe173d25b8dab881e277a619177f3384/pydantic_core-2.41.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:28ff11666443a1a8cf2a044d6a545ebffa8382b5f7973f22c36109205e65dc80", size = 2109062, upload-time = "2025-10-14T10:20:04.486Z" },
|
|
663
|
+
{ url = "https://files.pythonhosted.org/packages/21/f8/40b72d3868896bfcd410e1bd7e516e762d326201c48e5b4a06446f6cf9e8/pydantic_core-2.41.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:61760c3925d4633290292bad462e0f737b840508b4f722247d8729684f6539ae", size = 1916301, upload-time = "2025-10-14T10:20:06.857Z" },
|
|
664
|
+
{ url = "https://files.pythonhosted.org/packages/94/4d/d203dce8bee7faeca791671c88519969d98d3b4e8f225da5b96dad226fc8/pydantic_core-2.41.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eae547b7315d055b0de2ec3965643b0ab82ad0106a7ffd29615ee9f266a02827", size = 1968728, upload-time = "2025-10-14T10:20:08.353Z" },
|
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/65/f5/6a66187775df87c24d526985b3a5d78d861580ca466fbd9d4d0e792fcf6c/pydantic_core-2.41.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ef9ee5471edd58d1fcce1c80ffc8783a650e3e3a193fe90d52e43bb4d87bff1f", size = 2050238, upload-time = "2025-10-14T10:20:09.766Z" },
|
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/5e/b9/78336345de97298cf53236b2f271912ce11f32c1e59de25a374ce12f9cce/pydantic_core-2.41.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:15dd504af121caaf2c95cb90c0ebf71603c53de98305621b94da0f967e572def", size = 2249424, upload-time = "2025-10-14T10:20:11.732Z" },
|
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/99/bb/a4584888b70ee594c3d374a71af5075a68654d6c780369df269118af7402/pydantic_core-2.41.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3a926768ea49a8af4d36abd6a8968b8790f7f76dd7cbd5a4c180db2b4ac9a3a2", size = 2366047, upload-time = "2025-10-14T10:20:13.647Z" },
|
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/5f/8d/17fc5de9d6418e4d2ae8c675f905cdafdc59d3bf3bf9c946b7ab796a992a/pydantic_core-2.41.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6916b9b7d134bff5440098a4deb80e4cb623e68974a87883299de9124126c2a8", size = 2071163, upload-time = "2025-10-14T10:20:15.307Z" },
|
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/54/e7/03d2c5c0b8ed37a4617430db68ec5e7dbba66358b629cd69e11b4d564367/pydantic_core-2.41.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:5cf90535979089df02e6f17ffd076f07237efa55b7343d98760bde8743c4b265", size = 2190585, upload-time = "2025-10-14T10:20:17.3Z" },
|
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/be/fc/15d1c9fe5ad9266a5897d9b932b7f53d7e5cfc800573917a2c5d6eea56ec/pydantic_core-2.41.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:7533c76fa647fade2d7ec75ac5cc079ab3f34879626dae5689b27790a6cf5a5c", size = 2150109, upload-time = "2025-10-14T10:20:19.143Z" },
|
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/26/ef/e735dd008808226c83ba56972566138665b71477ad580fa5a21f0851df48/pydantic_core-2.41.4-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:37e516bca9264cbf29612539801ca3cd5d1be465f940417b002905e6ed79d38a", size = 2315078, upload-time = "2025-10-14T10:20:20.742Z" },
|
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/90/00/806efdcf35ff2ac0f938362350cd9827b8afb116cc814b6b75cf23738c7c/pydantic_core-2.41.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0c19cb355224037c83642429b8ce261ae108e1c5fbf5c028bac63c77b0f8646e", size = 2318737, upload-time = "2025-10-14T10:20:22.306Z" },
|
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/41/7e/6ac90673fe6cb36621a2283552897838c020db343fa86e513d3f563b196f/pydantic_core-2.41.4-cp311-cp311-win32.whl", hash = "sha256:09c2a60e55b357284b5f31f5ab275ba9f7f70b7525e18a132ec1f9160b4f1f03", size = 1974160, upload-time = "2025-10-14T10:20:23.817Z" },
|
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/e0/9d/7c5e24ee585c1f8b6356e1d11d40ab807ffde44d2db3b7dfd6d20b09720e/pydantic_core-2.41.4-cp311-cp311-win_amd64.whl", hash = "sha256:711156b6afb5cb1cb7c14a2cc2c4a8b4c717b69046f13c6b332d8a0a8f41ca3e", size = 2021883, upload-time = "2025-10-14T10:20:25.48Z" },
|
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/33/90/5c172357460fc28b2871eb4a0fb3843b136b429c6fa827e4b588877bf115/pydantic_core-2.41.4-cp311-cp311-win_arm64.whl", hash = "sha256:6cb9cf7e761f4f8a8589a45e49ed3c0d92d1d696a45a6feaee8c904b26efc2db", size = 1968026, upload-time = "2025-10-14T10:20:27.039Z" },
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/e9/81/d3b3e95929c4369d30b2a66a91db63c8ed0a98381ae55a45da2cd1cc1288/pydantic_core-2.41.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:ab06d77e053d660a6faaf04894446df7b0a7e7aba70c2797465a0a1af00fc887", size = 2099043, upload-time = "2025-10-14T10:20:28.561Z" },
|
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/58/da/46fdac49e6717e3a94fc9201403e08d9d61aa7a770fab6190b8740749047/pydantic_core-2.41.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c53ff33e603a9c1179a9364b0a24694f183717b2e0da2b5ad43c316c956901b2", size = 1910699, upload-time = "2025-10-14T10:20:30.217Z" },
|
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/1e/63/4d948f1b9dd8e991a5a98b77dd66c74641f5f2e5225fee37994b2e07d391/pydantic_core-2.41.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:304c54176af2c143bd181d82e77c15c41cbacea8872a2225dd37e6544dce9999", size = 1952121, upload-time = "2025-10-14T10:20:32.246Z" },
|
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/b2/a7/e5fc60a6f781fc634ecaa9ecc3c20171d238794cef69ae0af79ac11b89d7/pydantic_core-2.41.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:025ba34a4cf4fb32f917d5d188ab5e702223d3ba603be4d8aca2f82bede432a4", size = 2041590, upload-time = "2025-10-14T10:20:34.332Z" },
|
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/70/69/dce747b1d21d59e85af433428978a1893c6f8a7068fa2bb4a927fba7a5ff/pydantic_core-2.41.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b9f5f30c402ed58f90c70e12eff65547d3ab74685ffe8283c719e6bead8ef53f", size = 2219869, upload-time = "2025-10-14T10:20:35.965Z" },
|
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/83/6a/c070e30e295403bf29c4df1cb781317b6a9bac7cd07b8d3acc94d501a63c/pydantic_core-2.41.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dd96e5d15385d301733113bcaa324c8bcf111275b7675a9c6e88bfb19fc05e3b", size = 2345169, upload-time = "2025-10-14T10:20:37.627Z" },
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/f0/83/06d001f8043c336baea7fd202a9ac7ad71f87e1c55d8112c50b745c40324/pydantic_core-2.41.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98f348cbb44fae6e9653c1055db7e29de67ea6a9ca03a5fa2c2e11a47cff0e47", size = 2070165, upload-time = "2025-10-14T10:20:39.246Z" },
|
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/14/0a/e567c2883588dd12bcbc110232d892cf385356f7c8a9910311ac997ab715/pydantic_core-2.41.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ec22626a2d14620a83ca583c6f5a4080fa3155282718b6055c2ea48d3ef35970", size = 2189067, upload-time = "2025-10-14T10:20:41.015Z" },
|
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/f4/1d/3d9fca34273ba03c9b1c5289f7618bc4bd09c3ad2289b5420481aa051a99/pydantic_core-2.41.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:3a95d4590b1f1a43bf33ca6d647b990a88f4a3824a8c4572c708f0b45a5290ed", size = 2132997, upload-time = "2025-10-14T10:20:43.106Z" },
|
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/52/70/d702ef7a6cd41a8afc61f3554922b3ed8d19dd54c3bd4bdbfe332e610827/pydantic_core-2.41.4-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:f9672ab4d398e1b602feadcffcdd3af44d5f5e6ddc15bc7d15d376d47e8e19f8", size = 2307187, upload-time = "2025-10-14T10:20:44.849Z" },
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/68/4c/c06be6e27545d08b802127914156f38d10ca287a9e8489342793de8aae3c/pydantic_core-2.41.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:84d8854db5f55fead3b579f04bda9a36461dab0730c5d570e1526483e7bb8431", size = 2305204, upload-time = "2025-10-14T10:20:46.781Z" },
|
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/b0/e5/35ae4919bcd9f18603419e23c5eaf32750224a89d41a8df1a3704b69f77e/pydantic_core-2.41.4-cp312-cp312-win32.whl", hash = "sha256:9be1c01adb2ecc4e464392c36d17f97e9110fbbc906bcbe1c943b5b87a74aabd", size = 1972536, upload-time = "2025-10-14T10:20:48.39Z" },
|
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/1e/c2/49c5bb6d2a49eb2ee3647a93e3dae7080c6409a8a7558b075027644e879c/pydantic_core-2.41.4-cp312-cp312-win_amd64.whl", hash = "sha256:d682cf1d22bab22a5be08539dca3d1593488a99998f9f412137bc323179067ff", size = 2031132, upload-time = "2025-10-14T10:20:50.421Z" },
|
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/06/23/936343dbcba6eec93f73e95eb346810fc732f71ba27967b287b66f7b7097/pydantic_core-2.41.4-cp312-cp312-win_arm64.whl", hash = "sha256:833eebfd75a26d17470b58768c1834dfc90141b7afc6eb0429c21fc5a21dcfb8", size = 1969483, upload-time = "2025-10-14T10:20:52.35Z" },
|
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/13/d0/c20adabd181a029a970738dfe23710b52a31f1258f591874fcdec7359845/pydantic_core-2.41.4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:85e050ad9e5f6fe1004eec65c914332e52f429bc0ae12d6fa2092407a462c746", size = 2105688, upload-time = "2025-10-14T10:20:54.448Z" },
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/00/b6/0ce5c03cec5ae94cca220dfecddc453c077d71363b98a4bbdb3c0b22c783/pydantic_core-2.41.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:e7393f1d64792763a48924ba31d1e44c2cfbc05e3b1c2c9abb4ceeadd912cced", size = 1910807, upload-time = "2025-10-14T10:20:56.115Z" },
|
|
692
|
+
{ url = "https://files.pythonhosted.org/packages/68/3e/800d3d02c8beb0b5c069c870cbb83799d085debf43499c897bb4b4aaff0d/pydantic_core-2.41.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:94dab0940b0d1fb28bcab847adf887c66a27a40291eedf0b473be58761c9799a", size = 1956669, upload-time = "2025-10-14T10:20:57.874Z" },
|
|
693
|
+
{ url = "https://files.pythonhosted.org/packages/60/a4/24271cc71a17f64589be49ab8bd0751f6a0a03046c690df60989f2f95c2c/pydantic_core-2.41.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:de7c42f897e689ee6f9e93c4bec72b99ae3b32a2ade1c7e4798e690ff5246e02", size = 2051629, upload-time = "2025-10-14T10:21:00.006Z" },
|
|
694
|
+
{ url = "https://files.pythonhosted.org/packages/68/de/45af3ca2f175d91b96bfb62e1f2d2f1f9f3b14a734afe0bfeff079f78181/pydantic_core-2.41.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:664b3199193262277b8b3cd1e754fb07f2c6023289c815a1e1e8fb415cb247b1", size = 2224049, upload-time = "2025-10-14T10:21:01.801Z" },
|
|
695
|
+
{ url = "https://files.pythonhosted.org/packages/af/8f/ae4e1ff84672bf869d0a77af24fd78387850e9497753c432875066b5d622/pydantic_core-2.41.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d95b253b88f7d308b1c0b417c4624f44553ba4762816f94e6986819b9c273fb2", size = 2342409, upload-time = "2025-10-14T10:21:03.556Z" },
|
|
696
|
+
{ url = "https://files.pythonhosted.org/packages/18/62/273dd70b0026a085c7b74b000394e1ef95719ea579c76ea2f0cc8893736d/pydantic_core-2.41.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1351f5bbdbbabc689727cb91649a00cb9ee7203e0a6e54e9f5ba9e22e384b84", size = 2069635, upload-time = "2025-10-14T10:21:05.385Z" },
|
|
697
|
+
{ url = "https://files.pythonhosted.org/packages/30/03/cf485fff699b4cdaea469bc481719d3e49f023241b4abb656f8d422189fc/pydantic_core-2.41.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1affa4798520b148d7182da0615d648e752de4ab1a9566b7471bc803d88a062d", size = 2194284, upload-time = "2025-10-14T10:21:07.122Z" },
|
|
698
|
+
{ url = "https://files.pythonhosted.org/packages/f9/7e/c8e713db32405dfd97211f2fc0a15d6bf8adb7640f3d18544c1f39526619/pydantic_core-2.41.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:7b74e18052fea4aa8dea2fb7dbc23d15439695da6cbe6cfc1b694af1115df09d", size = 2137566, upload-time = "2025-10-14T10:21:08.981Z" },
|
|
699
|
+
{ url = "https://files.pythonhosted.org/packages/04/f7/db71fd4cdccc8b75990f79ccafbbd66757e19f6d5ee724a6252414483fb4/pydantic_core-2.41.4-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:285b643d75c0e30abda9dc1077395624f314a37e3c09ca402d4015ef5979f1a2", size = 2316809, upload-time = "2025-10-14T10:21:10.805Z" },
|
|
700
|
+
{ url = "https://files.pythonhosted.org/packages/76/63/a54973ddb945f1bca56742b48b144d85c9fc22f819ddeb9f861c249d5464/pydantic_core-2.41.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:f52679ff4218d713b3b33f88c89ccbf3a5c2c12ba665fb80ccc4192b4608dbab", size = 2311119, upload-time = "2025-10-14T10:21:12.583Z" },
|
|
701
|
+
{ url = "https://files.pythonhosted.org/packages/f8/03/5d12891e93c19218af74843a27e32b94922195ded2386f7b55382f904d2f/pydantic_core-2.41.4-cp313-cp313-win32.whl", hash = "sha256:ecde6dedd6fff127c273c76821bb754d793be1024bc33314a120f83a3c69460c", size = 1981398, upload-time = "2025-10-14T10:21:14.584Z" },
|
|
702
|
+
{ url = "https://files.pythonhosted.org/packages/be/d8/fd0de71f39db91135b7a26996160de71c073d8635edfce8b3c3681be0d6d/pydantic_core-2.41.4-cp313-cp313-win_amd64.whl", hash = "sha256:d081a1f3800f05409ed868ebb2d74ac39dd0c1ff6c035b5162356d76030736d4", size = 2030735, upload-time = "2025-10-14T10:21:16.432Z" },
|
|
703
|
+
{ url = "https://files.pythonhosted.org/packages/72/86/c99921c1cf6650023c08bfab6fe2d7057a5142628ef7ccfa9921f2dda1d5/pydantic_core-2.41.4-cp313-cp313-win_arm64.whl", hash = "sha256:f8e49c9c364a7edcbe2a310f12733aad95b022495ef2a8d653f645e5d20c1564", size = 1973209, upload-time = "2025-10-14T10:21:18.213Z" },
|
|
704
|
+
{ url = "https://files.pythonhosted.org/packages/36/0d/b5706cacb70a8414396efdda3d72ae0542e050b591119e458e2490baf035/pydantic_core-2.41.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:ed97fd56a561f5eb5706cebe94f1ad7c13b84d98312a05546f2ad036bafe87f4", size = 1877324, upload-time = "2025-10-14T10:21:20.363Z" },
|
|
705
|
+
{ url = "https://files.pythonhosted.org/packages/de/2d/cba1fa02cfdea72dfb3a9babb067c83b9dff0bbcb198368e000a6b756ea7/pydantic_core-2.41.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a870c307bf1ee91fc58a9a61338ff780d01bfae45922624816878dce784095d2", size = 1884515, upload-time = "2025-10-14T10:21:22.339Z" },
|
|
706
|
+
{ url = "https://files.pythonhosted.org/packages/07/ea/3df927c4384ed9b503c9cc2d076cf983b4f2adb0c754578dfb1245c51e46/pydantic_core-2.41.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d25e97bc1f5f8f7985bdc2335ef9e73843bb561eb1fa6831fdfc295c1c2061cf", size = 2042819, upload-time = "2025-10-14T10:21:26.683Z" },
|
|
707
|
+
{ url = "https://files.pythonhosted.org/packages/6a/ee/df8e871f07074250270a3b1b82aad4cd0026b588acd5d7d3eb2fcb1471a3/pydantic_core-2.41.4-cp313-cp313t-win_amd64.whl", hash = "sha256:d405d14bea042f166512add3091c1af40437c2e7f86988f3915fabd27b1e9cd2", size = 1995866, upload-time = "2025-10-14T10:21:28.951Z" },
|
|
708
|
+
{ url = "https://files.pythonhosted.org/packages/fc/de/b20f4ab954d6d399499c33ec4fafc46d9551e11dc1858fb7f5dca0748ceb/pydantic_core-2.41.4-cp313-cp313t-win_arm64.whl", hash = "sha256:19f3684868309db5263a11bace3c45d93f6f24afa2ffe75a647583df22a2ff89", size = 1970034, upload-time = "2025-10-14T10:21:30.869Z" },
|
|
709
|
+
{ url = "https://files.pythonhosted.org/packages/54/28/d3325da57d413b9819365546eb9a6e8b7cbd9373d9380efd5f74326143e6/pydantic_core-2.41.4-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:e9205d97ed08a82ebb9a307e92914bb30e18cdf6f6b12ca4bedadb1588a0bfe1", size = 2102022, upload-time = "2025-10-14T10:21:32.809Z" },
|
|
710
|
+
{ url = "https://files.pythonhosted.org/packages/9e/24/b58a1bc0d834bf1acc4361e61233ee217169a42efbdc15a60296e13ce438/pydantic_core-2.41.4-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:82df1f432b37d832709fbcc0e24394bba04a01b6ecf1ee87578145c19cde12ac", size = 1905495, upload-time = "2025-10-14T10:21:34.812Z" },
|
|
711
|
+
{ url = "https://files.pythonhosted.org/packages/fb/a4/71f759cc41b7043e8ecdaab81b985a9b6cad7cec077e0b92cff8b71ecf6b/pydantic_core-2.41.4-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fc3b4cc4539e055cfa39a3763c939f9d409eb40e85813257dcd761985a108554", size = 1956131, upload-time = "2025-10-14T10:21:36.924Z" },
|
|
712
|
+
{ url = "https://files.pythonhosted.org/packages/b0/64/1e79ac7aa51f1eec7c4cda8cbe456d5d09f05fdd68b32776d72168d54275/pydantic_core-2.41.4-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b1eb1754fce47c63d2ff57fdb88c351a6c0150995890088b33767a10218eaa4e", size = 2052236, upload-time = "2025-10-14T10:21:38.927Z" },
|
|
713
|
+
{ url = "https://files.pythonhosted.org/packages/e9/e3/a3ffc363bd4287b80f1d43dc1c28ba64831f8dfc237d6fec8f2661138d48/pydantic_core-2.41.4-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e6ab5ab30ef325b443f379ddb575a34969c333004fca5a1daa0133a6ffaad616", size = 2223573, upload-time = "2025-10-14T10:21:41.574Z" },
|
|
714
|
+
{ url = "https://files.pythonhosted.org/packages/28/27/78814089b4d2e684a9088ede3790763c64693c3d1408ddc0a248bc789126/pydantic_core-2.41.4-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:31a41030b1d9ca497634092b46481b937ff9397a86f9f51bd41c4767b6fc04af", size = 2342467, upload-time = "2025-10-14T10:21:44.018Z" },
|
|
715
|
+
{ url = "https://files.pythonhosted.org/packages/92/97/4de0e2a1159cb85ad737e03306717637842c88c7fd6d97973172fb183149/pydantic_core-2.41.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a44ac1738591472c3d020f61c6df1e4015180d6262ebd39bf2aeb52571b60f12", size = 2063754, upload-time = "2025-10-14T10:21:46.466Z" },
|
|
716
|
+
{ url = "https://files.pythonhosted.org/packages/0f/50/8cb90ce4b9efcf7ae78130afeb99fd1c86125ccdf9906ef64b9d42f37c25/pydantic_core-2.41.4-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d72f2b5e6e82ab8f94ea7d0d42f83c487dc159c5240d8f83beae684472864e2d", size = 2196754, upload-time = "2025-10-14T10:21:48.486Z" },
|
|
717
|
+
{ url = "https://files.pythonhosted.org/packages/34/3b/ccdc77af9cd5082723574a1cc1bcae7a6acacc829d7c0a06201f7886a109/pydantic_core-2.41.4-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:c4d1e854aaf044487d31143f541f7aafe7b482ae72a022c664b2de2e466ed0ad", size = 2137115, upload-time = "2025-10-14T10:21:50.63Z" },
|
|
718
|
+
{ url = "https://files.pythonhosted.org/packages/ca/ba/e7c7a02651a8f7c52dc2cff2b64a30c313e3b57c7d93703cecea76c09b71/pydantic_core-2.41.4-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:b568af94267729d76e6ee5ececda4e283d07bbb28e8148bb17adad93d025d25a", size = 2317400, upload-time = "2025-10-14T10:21:52.959Z" },
|
|
719
|
+
{ url = "https://files.pythonhosted.org/packages/2c/ba/6c533a4ee8aec6b812c643c49bb3bd88d3f01e3cebe451bb85512d37f00f/pydantic_core-2.41.4-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:6d55fb8b1e8929b341cc313a81a26e0d48aa3b519c1dbaadec3a6a2b4fcad025", size = 2312070, upload-time = "2025-10-14T10:21:55.419Z" },
|
|
720
|
+
{ url = "https://files.pythonhosted.org/packages/22/ae/f10524fcc0ab8d7f96cf9a74c880243576fd3e72bd8ce4f81e43d22bcab7/pydantic_core-2.41.4-cp314-cp314-win32.whl", hash = "sha256:5b66584e549e2e32a1398df11da2e0a7eff45d5c2d9db9d5667c5e6ac764d77e", size = 1982277, upload-time = "2025-10-14T10:21:57.474Z" },
|
|
721
|
+
{ url = "https://files.pythonhosted.org/packages/b4/dc/e5aa27aea1ad4638f0c3fb41132f7eb583bd7420ee63204e2d4333a3bbf9/pydantic_core-2.41.4-cp314-cp314-win_amd64.whl", hash = "sha256:557a0aab88664cc552285316809cab897716a372afaf8efdbef756f8b890e894", size = 2024608, upload-time = "2025-10-14T10:21:59.557Z" },
|
|
722
|
+
{ url = "https://files.pythonhosted.org/packages/3e/61/51d89cc2612bd147198e120a13f150afbf0bcb4615cddb049ab10b81b79e/pydantic_core-2.41.4-cp314-cp314-win_arm64.whl", hash = "sha256:3f1ea6f48a045745d0d9f325989d8abd3f1eaf47dd00485912d1a3a63c623a8d", size = 1967614, upload-time = "2025-10-14T10:22:01.847Z" },
|
|
723
|
+
{ url = "https://files.pythonhosted.org/packages/0d/c2/472f2e31b95eff099961fa050c376ab7156a81da194f9edb9f710f68787b/pydantic_core-2.41.4-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6c1fe4c5404c448b13188dd8bd2ebc2bdd7e6727fa61ff481bcc2cca894018da", size = 1876904, upload-time = "2025-10-14T10:22:04.062Z" },
|
|
724
|
+
{ url = "https://files.pythonhosted.org/packages/4a/07/ea8eeb91173807ecdae4f4a5f4b150a520085b35454350fc219ba79e66a3/pydantic_core-2.41.4-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:523e7da4d43b113bf8e7b49fa4ec0c35bf4fe66b2230bfc5c13cc498f12c6c3e", size = 1882538, upload-time = "2025-10-14T10:22:06.39Z" },
|
|
725
|
+
{ url = "https://files.pythonhosted.org/packages/1e/29/b53a9ca6cd366bfc928823679c6a76c7a4c69f8201c0ba7903ad18ebae2f/pydantic_core-2.41.4-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5729225de81fb65b70fdb1907fcf08c75d498f4a6f15af005aabb1fdadc19dfa", size = 2041183, upload-time = "2025-10-14T10:22:08.812Z" },
|
|
726
|
+
{ url = "https://files.pythonhosted.org/packages/c7/3d/f8c1a371ceebcaf94d6dd2d77c6cf4b1c078e13a5837aee83f760b4f7cfd/pydantic_core-2.41.4-cp314-cp314t-win_amd64.whl", hash = "sha256:de2cfbb09e88f0f795fd90cf955858fc2c691df65b1f21f0aa00b99f3fbc661d", size = 1993542, upload-time = "2025-10-14T10:22:11.332Z" },
|
|
727
|
+
{ url = "https://files.pythonhosted.org/packages/8a/ac/9fc61b4f9d079482a290afe8d206b8f490e9fd32d4fc03ed4fc698214e01/pydantic_core-2.41.4-cp314-cp314t-win_arm64.whl", hash = "sha256:d34f950ae05a83e0ede899c595f312ca976023ea1db100cd5aa188f7005e3ab0", size = 1973897, upload-time = "2025-10-14T10:22:13.444Z" },
|
|
728
|
+
{ url = "https://files.pythonhosted.org/packages/b0/12/5ba58daa7f453454464f92b3ca7b9d7c657d8641c48e370c3ebc9a82dd78/pydantic_core-2.41.4-graalpy311-graalpy242_311_native-macosx_10_12_x86_64.whl", hash = "sha256:a1b2cfec3879afb742a7b0bcfa53e4f22ba96571c9e54d6a3afe1052d17d843b", size = 2122139, upload-time = "2025-10-14T10:22:47.288Z" },
|
|
729
|
+
{ url = "https://files.pythonhosted.org/packages/21/fb/6860126a77725c3108baecd10fd3d75fec25191d6381b6eb2ac660228eac/pydantic_core-2.41.4-graalpy311-graalpy242_311_native-macosx_11_0_arm64.whl", hash = "sha256:d175600d975b7c244af6eb9c9041f10059f20b8bbffec9e33fdd5ee3f67cdc42", size = 1936674, upload-time = "2025-10-14T10:22:49.555Z" },
|
|
730
|
+
{ url = "https://files.pythonhosted.org/packages/de/be/57dcaa3ed595d81f8757e2b44a38240ac5d37628bce25fb20d02c7018776/pydantic_core-2.41.4-graalpy311-graalpy242_311_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0f184d657fa4947ae5ec9c47bd7e917730fa1cbb78195037e32dcbab50aca5ee", size = 1956398, upload-time = "2025-10-14T10:22:52.19Z" },
|
|
731
|
+
{ url = "https://files.pythonhosted.org/packages/2f/1d/679a344fadb9695f1a6a294d739fbd21d71fa023286daeea8c0ed49e7c2b/pydantic_core-2.41.4-graalpy311-graalpy242_311_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ed810568aeffed3edc78910af32af911c835cc39ebbfacd1f0ab5dd53028e5c", size = 2138674, upload-time = "2025-10-14T10:22:54.499Z" },
|
|
732
|
+
{ url = "https://files.pythonhosted.org/packages/c4/48/ae937e5a831b7c0dc646b2ef788c27cd003894882415300ed21927c21efa/pydantic_core-2.41.4-graalpy312-graalpy250_312_native-macosx_10_12_x86_64.whl", hash = "sha256:4f5d640aeebb438517150fdeec097739614421900e4a08db4a3ef38898798537", size = 2112087, upload-time = "2025-10-14T10:22:56.818Z" },
|
|
733
|
+
{ url = "https://files.pythonhosted.org/packages/5e/db/6db8073e3d32dae017da7e0d16a9ecb897d0a4d92e00634916e486097961/pydantic_core-2.41.4-graalpy312-graalpy250_312_native-macosx_11_0_arm64.whl", hash = "sha256:4a9ab037b71927babc6d9e7fc01aea9e66dc2a4a34dff06ef0724a4049629f94", size = 1920387, upload-time = "2025-10-14T10:22:59.342Z" },
|
|
734
|
+
{ url = "https://files.pythonhosted.org/packages/0d/c1/dd3542d072fcc336030d66834872f0328727e3b8de289c662faa04aa270e/pydantic_core-2.41.4-graalpy312-graalpy250_312_native-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4dab9484ec605c3016df9ad4fd4f9a390bc5d816a3b10c6550f8424bb80b18c", size = 1951495, upload-time = "2025-10-14T10:23:02.089Z" },
|
|
735
|
+
{ url = "https://files.pythonhosted.org/packages/2b/c6/db8d13a1f8ab3f1eb08c88bd00fd62d44311e3456d1e85c0e59e0a0376e7/pydantic_core-2.41.4-graalpy312-graalpy250_312_native-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd8a5028425820731d8c6c098ab642d7b8b999758e24acae03ed38a66eca8335", size = 2139008, upload-time = "2025-10-14T10:23:04.539Z" },
|
|
736
|
+
{ url = "https://files.pythonhosted.org/packages/7e/7d/138e902ed6399b866f7cfe4435d22445e16fff888a1c00560d9dc79a780f/pydantic_core-2.41.4-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:491535d45cd7ad7e4a2af4a5169b0d07bebf1adfd164b0368da8aa41e19907a5", size = 2104721, upload-time = "2025-10-14T10:23:26.906Z" },
|
|
737
|
+
{ url = "https://files.pythonhosted.org/packages/47/13/0525623cf94627f7b53b4c2034c81edc8491cbfc7c28d5447fa318791479/pydantic_core-2.41.4-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:54d86c0cada6aba4ec4c047d0e348cbad7063b87ae0f005d9f8c9ad04d4a92a2", size = 1931608, upload-time = "2025-10-14T10:23:29.306Z" },
|
|
738
|
+
{ url = "https://files.pythonhosted.org/packages/d6/f9/744bc98137d6ef0a233f808bfc9b18cf94624bf30836a18d3b05d08bf418/pydantic_core-2.41.4-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eca1124aced216b2500dc2609eade086d718e8249cb9696660ab447d50a758bd", size = 2132986, upload-time = "2025-10-14T10:23:32.057Z" },
|
|
739
|
+
{ url = "https://files.pythonhosted.org/packages/17/c8/629e88920171173f6049386cc71f893dff03209a9ef32b4d2f7e7c264bcf/pydantic_core-2.41.4-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6c9024169becccf0cb470ada03ee578d7348c119a0d42af3dcf9eda96e3a247c", size = 2187516, upload-time = "2025-10-14T10:23:34.871Z" },
|
|
740
|
+
{ url = "https://files.pythonhosted.org/packages/2e/0f/4f2734688d98488782218ca61bcc118329bf5de05bb7fe3adc7dd79b0b86/pydantic_core-2.41.4-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:26895a4268ae5a2849269f4991cdc97236e4b9c010e51137becf25182daac405", size = 2146146, upload-time = "2025-10-14T10:23:37.342Z" },
|
|
741
|
+
{ url = "https://files.pythonhosted.org/packages/ed/f2/ab385dbd94a052c62224b99cf99002eee99dbec40e10006c78575aead256/pydantic_core-2.41.4-pp311-pypy311_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:ca4df25762cf71308c446e33c9b1fdca2923a3f13de616e2a949f38bf21ff5a8", size = 2311296, upload-time = "2025-10-14T10:23:40.145Z" },
|
|
742
|
+
{ url = "https://files.pythonhosted.org/packages/fc/8e/e4f12afe1beeb9823bba5375f8f258df0cc61b056b0195fb1cf9f62a1a58/pydantic_core-2.41.4-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:5a28fcedd762349519276c36634e71853b4541079cab4acaaac60c4421827308", size = 2315386, upload-time = "2025-10-14T10:23:42.624Z" },
|
|
743
|
+
{ url = "https://files.pythonhosted.org/packages/48/f7/925f65d930802e3ea2eb4d5afa4cb8730c8dc0d2cb89a59dc4ed2fcb2d74/pydantic_core-2.41.4-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:c173ddcd86afd2535e2b695217e82191580663a1d1928239f877f5a1649ef39f", size = 2147775, upload-time = "2025-10-14T10:23:45.406Z" },
|
|
743
744
|
]
|
|
744
745
|
|
|
745
746
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/.github/workflows/_container.yml
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
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/build-docs.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/contribute.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/make-release.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/run-tests.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/test-container.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/how-to/update-tools.rst
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/reference/standards.rst
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/developer/tutorials/dev-install.rst
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
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/how-to/run-container.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/docs/user/tutorials/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/__init__.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/__main__.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/autocomplete.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/backend.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/__init__.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/commands.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/cmds/helm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/definitions.py
RENAMED
|
File without changes
|
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/globals.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/logging.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/shell.py
RENAMED
|
File without changes
|
{edge_containers_cli-5.0.0a1 → edge_containers_cli-5.0.0a2}/src/edge_containers_cli/utils.py
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|