corio 2.2.2a4__tar.gz → 2.2.3__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.
- {corio-2.2.2a4 → corio-2.2.3}/PKG-INFO +1 -1
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/incrementor_pyproject.py +5 -2
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/releaser.py +1 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/pyproject.package.toml +2 -2
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_infra.py +1 -2
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/PKG-INFO +1 -1
- {corio-2.2.2a4 → corio-2.2.3}/pyproject.toml +2 -2
- {corio-2.2.2a4 → corio-2.2.3}/LICENSE +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/README.md +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ai/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ai/agentic.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ai/infer.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/aio.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/api.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/augmentation.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/av.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/caching.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/constants.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/context.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dataclass.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/datatype.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/db/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/db/document.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/debug.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dm.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dns/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dns/client.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dns/dm.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dns/proxy.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dns/server.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/docker/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/dt.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/encrypt.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/entrypoint.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/env.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/function.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/google_api.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ha/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ha/constants.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ha/core.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ha/supervisor.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/ha/utils.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/hash.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/hfh.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/hook.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/https.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/api.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/project.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/repository.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/infra/stack.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/inherit.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/inspection.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/interface/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/interface/context.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/interface/controls.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/interface/interface.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/iterator.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/jsn.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/json_fix.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/logs.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/markup.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/merging.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/metric.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/mqtt.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/name.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/net.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/netrc.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/openai.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/parallel.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/path/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/path/app.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/path/path.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/path/type.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/paths.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/patterns.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/pdf.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/plat.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/process.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/profiling.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/rand.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/sec.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/semantic.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/sets.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/setup/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/spaces.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/strings.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tabular.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/conftest.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/helpers.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_caching.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_datatype.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_encrypt.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_env.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_jsn.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_path.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tests/test_yaml.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tokenization.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/toml.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/tools.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/unicode.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/version/__init__.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/version/version.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/webhook.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/yml.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio/youtube.py +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/SOURCES.txt +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/dependency_links.txt +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/entry_points.txt +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/requires.txt +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/corio.egg-info/top_level.txt +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/add-service +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/add-user-path +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/add-ve-shell +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/apt-essentials +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/apt-headless +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/auth-token +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/compose-update +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/compress-dir +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/cru +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-build-bases +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-build-bases-dev +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-install-deps +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-install-prod +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-prune +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-sandbox +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docker-sandbox-init +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/docs-deploy +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/download +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/encrypt-secrets +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/fmtr-test-script +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/git-clone +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/ha-addon-launch +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/infra +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/infra-sync +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/install-browser +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/install-docker +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/install-ts +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/install-ys +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/mirror-dir +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/opt-dev-init +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/parse-args +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/pypi-check +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/pypi-reserve +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/run-script +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/set-password +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/set-secure-path +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/set-user-sudo +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/snips-install +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/ssh-auth +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/ssh-serve +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/tasmota-config +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/tasmota-flash +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/tasmota-terminal +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/vlc-tn +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/scripts/vm-launch +0 -0
- {corio-2.2.2a4 → corio-2.2.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corio
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML
|
|
5
5
|
Author-email: Frontmatter AI <innovative.fowler@mask.pro.fmtr.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -72,8 +72,6 @@ class IncrementorPyproject(Incrementor):
|
|
|
72
72
|
except InvalidRequirement:
|
|
73
73
|
return dep
|
|
74
74
|
|
|
75
|
-
if requirement.specifier:
|
|
76
|
-
return dep
|
|
77
75
|
if requirement.url:
|
|
78
76
|
return dep
|
|
79
77
|
|
|
@@ -83,6 +81,11 @@ class IncrementorPyproject(Incrementor):
|
|
|
83
81
|
if metadata is None:
|
|
84
82
|
return dep
|
|
85
83
|
|
|
84
|
+
if requirement.specifier:
|
|
85
|
+
operators = {specifier.operator for specifier in requirement.specifier}
|
|
86
|
+
if not operators.issubset({"==", "==="}):
|
|
87
|
+
return dep
|
|
88
|
+
|
|
86
89
|
extras = ""
|
|
87
90
|
if requirement.extras:
|
|
88
91
|
extras = f"[{','.join(sorted(requirement.extras))}]"
|
|
@@ -525,6 +525,7 @@ class ReleaseDocumentation(Release):
|
|
|
525
525
|
{"pymdownx.tabbed": {"alternate_style": True}},
|
|
526
526
|
{"pymdownx.emoji": {"emoji_index": twemoji, "emoji_generator": to_svg}},
|
|
527
527
|
],
|
|
528
|
+
exclude_docs="*.hidden.md\n**/*.hidden.md",
|
|
528
529
|
extra={
|
|
529
530
|
"version": {"provider": "mike"},
|
|
530
531
|
},
|
|
@@ -64,7 +64,7 @@ secrets = ["encrypt", "env.io", "yaml", "logging", "sets", "vcs"]
|
|
|
64
64
|
cli = ["sets", "logging"]
|
|
65
65
|
|
|
66
66
|
[tool.corio.metadata]
|
|
67
|
-
version = "2.2.
|
|
67
|
+
version = "2.2.3"
|
|
68
68
|
port = 0
|
|
69
69
|
base = "python"
|
|
70
70
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
@@ -94,7 +94,7 @@ corio = ["pyproject.package.toml"]
|
|
|
94
94
|
|
|
95
95
|
[project]
|
|
96
96
|
name = "corio"
|
|
97
|
-
version = "2.2.
|
|
97
|
+
version = "2.2.3"
|
|
98
98
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
99
99
|
readme = "README.md"
|
|
100
100
|
dependencies = []
|
|
@@ -95,7 +95,7 @@ def test_pin_editables_preserves_extras_and_skips_existing_specifiers(tmp_path):
|
|
|
95
95
|
assert req.extras == {"version.dev", "logging", "sets", "yaml", "debug", "caching", "api", "mqtt"}
|
|
96
96
|
assert str(req.specifier) == "==1.2.3"
|
|
97
97
|
|
|
98
|
-
assert incrementor._pin_editable("haco==1.0.0") == "haco==1.
|
|
98
|
+
assert incrementor._pin_editable("haco==1.0.0") == "haco==1.2.3"
|
|
99
99
|
assert incrementor._pin_editable("haco>=1.0.0") == "haco>=1.0.0"
|
|
100
100
|
|
|
101
101
|
|
|
@@ -160,4 +160,3 @@ def test_process_deps_pins_project_dependencies(tmp_path):
|
|
|
160
160
|
|
|
161
161
|
assert incrementor._process_deps(dependencies) == ["haco==1.2.3", "requests>=2"]
|
|
162
162
|
assert incrementor._process_deps(optional_dev) == ["haco[logging]==1.2.3", "pytest"]
|
|
163
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corio
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
4
4
|
Summary: Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML
|
|
5
5
|
Author-email: Frontmatter AI <innovative.fowler@mask.pro.fmtr.dev>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -64,7 +64,7 @@ secrets = ["encrypt", "env.io", "yaml", "logging", "sets", "vcs"]
|
|
|
64
64
|
cli = ["sets", "logging"]
|
|
65
65
|
|
|
66
66
|
[tool.corio.metadata]
|
|
67
|
-
version = "2.2.
|
|
67
|
+
version = "2.2.3"
|
|
68
68
|
port = 0
|
|
69
69
|
base = "python"
|
|
70
70
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
@@ -94,7 +94,7 @@ corio = ["pyproject.package.toml"]
|
|
|
94
94
|
|
|
95
95
|
[project]
|
|
96
96
|
name = "corio"
|
|
97
|
-
version = "2.2.
|
|
97
|
+
version = "2.2.3"
|
|
98
98
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
99
99
|
readme = "README.md"
|
|
100
100
|
dependencies = []
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|