corio 2.3.2__tar.gz → 2.3.2a2__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.3.2 → corio-2.3.2a2}/PKG-INFO +1 -1
- {corio-2.3.2 → corio-2.3.2a2}/corio/pyproject.package.toml +2 -2
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_infra.py +2 -2
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/PKG-INFO +1 -1
- {corio-2.3.2 → corio-2.3.2a2}/pyproject.toml +2 -2
- {corio-2.3.2 → corio-2.3.2a2}/LICENSE +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/README.md +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ai/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ai/agentic.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ai/infer.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/aio.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/api.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/augmentation.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/av.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/caching.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/constants.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/context.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dataclass.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/datatype.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/db/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/db/document.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/debug.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dm.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dns/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dns/client.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dns/dm.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dns/proxy.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dns/server.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/docker/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/dt.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/encrypt.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/entrypoint.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/env.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/function.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/google_api.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ha/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ha/constants.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ha/core.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ha/supervisor.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/ha/utils.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/hash.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/hfh.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/hook.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/https.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/api.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/incrementor_pyproject.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/project.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/releaser.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/repository.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/infra/stack.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/inherit.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/inspection.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/interface/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/interface/context.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/interface/controls.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/interface/interface.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/iterator.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/jsn.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/json_fix.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/logs.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/markup.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/merging.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/metric.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/mqtt.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/name.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/net.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/netrc.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/openai.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/parallel.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/path/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/path/app.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/path/path.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/path/type.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/paths.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/patterns.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/pdf.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/plat.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/process.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/profiling.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/rand.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/sec.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/semantic.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/sets.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/setup/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/spaces.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/strings.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tabular.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/conftest.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/helpers.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_caching.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_datatype.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_dns.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_dt.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_encrypt.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_env.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_hash.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_hook.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_iterator.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_jsn.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_name.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_path.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_patterns.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_rand.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_strings.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_toml.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_tools.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tests/test_yml.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tokenization.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/toml.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/tools.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/unicode.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/version/__init__.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/version/version.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/webhook.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/yml.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio/youtube.py +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/SOURCES.txt +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/dependency_links.txt +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/entry_points.txt +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/requires.txt +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/corio.egg-info/top_level.txt +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/add-service +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/add-user-path +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/add-ve-shell +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/apt-essentials +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/apt-headless +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/auth-token +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/compose-update +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/compress-dir +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/cru +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-build-bases +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-build-bases-dev +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-install-deps +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-install-prod +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-prune +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-sandbox +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docker-sandbox-init +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/docs-deploy +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/download +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/encrypt-secrets +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/fmtr-test-script +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/git-clone +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/ha-addon-launch +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/infra +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/install-browser +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/install-docker +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/install-ts +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/install-ys +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/mirror-dir +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/opt-dev-init +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/parse-args +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/pypi-check +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/pypi-reserve +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/run-script +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/run-tests +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/set-password +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/set-secure-path +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/set-user-sudo +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/snips-install +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/ssh-auth +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/ssh-serve +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/tasmota-config +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/tasmota-flash +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/tasmota-terminal +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/vlc-tn +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/scripts/vm-launch +0 -0
- {corio-2.3.2 → corio-2.3.2a2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corio
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2a2
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "corio"
|
|
3
|
-
version = "2.3.2"
|
|
3
|
+
version = "2.3.2-alpha002"
|
|
4
4
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
dependencies = []
|
|
@@ -83,7 +83,7 @@ Homepage = "https://github.com/fmtr/corio"
|
|
|
83
83
|
corio = "corio.entrypoint:main"
|
|
84
84
|
|
|
85
85
|
[tool.corio.metadata]
|
|
86
|
-
version = "2.3.2"
|
|
86
|
+
version = "2.3.2-alpha002"
|
|
87
87
|
port = 0
|
|
88
88
|
base = "python"
|
|
89
89
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
@@ -434,5 +434,5 @@ def test_releaser_run_continues_when_pre_tests_fail(monkeypatch):
|
|
|
434
434
|
assert events == ["fetch", "increment", "tests", "commit", "push", "fetch"]
|
|
435
435
|
|
|
436
436
|
|
|
437
|
-
|
|
438
|
-
|
|
437
|
+
def test_intentional_failure_for_testing():
|
|
438
|
+
assert False, "Intentional failing test for test-pipeline verification."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corio
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2a2
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "corio"
|
|
3
|
-
version = "2.3.2"
|
|
3
|
+
version = "2.3.2-alpha002"
|
|
4
4
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
dependencies = []
|
|
@@ -83,7 +83,7 @@ Homepage = "https://github.com/fmtr/corio"
|
|
|
83
83
|
corio = "corio.entrypoint:main"
|
|
84
84
|
|
|
85
85
|
[tool.corio.metadata]
|
|
86
|
-
version = "2.3.2"
|
|
86
|
+
version = "2.3.2-alpha002"
|
|
87
87
|
port = 0
|
|
88
88
|
base = "python"
|
|
89
89
|
description = "Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML"
|
|
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
|
|
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
|