corio 2.3.2__tar.gz → 2.3.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.
Files changed (170) hide show
  1. {corio-2.3.2 → corio-2.3.3}/PKG-INFO +1 -1
  2. {corio-2.3.2 → corio-2.3.3}/corio/infra/incrementor_pyproject.py +1 -6
  3. {corio-2.3.2 → corio-2.3.3}/corio/pyproject.package.toml +2 -2
  4. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/PKG-INFO +1 -1
  5. {corio-2.3.2 → corio-2.3.3}/pyproject.toml +2 -2
  6. {corio-2.3.2 → corio-2.3.3}/LICENSE +0 -0
  7. {corio-2.3.2 → corio-2.3.3}/README.md +0 -0
  8. {corio-2.3.2 → corio-2.3.3}/corio/__init__.py +0 -0
  9. {corio-2.3.2 → corio-2.3.3}/corio/ai/__init__.py +0 -0
  10. {corio-2.3.2 → corio-2.3.3}/corio/ai/agentic.py +0 -0
  11. {corio-2.3.2 → corio-2.3.3}/corio/ai/infer.py +0 -0
  12. {corio-2.3.2 → corio-2.3.3}/corio/aio.py +0 -0
  13. {corio-2.3.2 → corio-2.3.3}/corio/api.py +0 -0
  14. {corio-2.3.2 → corio-2.3.3}/corio/augmentation.py +0 -0
  15. {corio-2.3.2 → corio-2.3.3}/corio/av.py +0 -0
  16. {corio-2.3.2 → corio-2.3.3}/corio/caching.py +0 -0
  17. {corio-2.3.2 → corio-2.3.3}/corio/constants.py +0 -0
  18. {corio-2.3.2 → corio-2.3.3}/corio/context.py +0 -0
  19. {corio-2.3.2 → corio-2.3.3}/corio/dataclass.py +0 -0
  20. {corio-2.3.2 → corio-2.3.3}/corio/datatype.py +0 -0
  21. {corio-2.3.2 → corio-2.3.3}/corio/db/__init__.py +0 -0
  22. {corio-2.3.2 → corio-2.3.3}/corio/db/document.py +0 -0
  23. {corio-2.3.2 → corio-2.3.3}/corio/debug.py +0 -0
  24. {corio-2.3.2 → corio-2.3.3}/corio/dm.py +0 -0
  25. {corio-2.3.2 → corio-2.3.3}/corio/dns/__init__.py +0 -0
  26. {corio-2.3.2 → corio-2.3.3}/corio/dns/client.py +0 -0
  27. {corio-2.3.2 → corio-2.3.3}/corio/dns/dm.py +0 -0
  28. {corio-2.3.2 → corio-2.3.3}/corio/dns/proxy.py +0 -0
  29. {corio-2.3.2 → corio-2.3.3}/corio/dns/server.py +0 -0
  30. {corio-2.3.2 → corio-2.3.3}/corio/docker/__init__.py +0 -0
  31. {corio-2.3.2 → corio-2.3.3}/corio/dt.py +0 -0
  32. {corio-2.3.2 → corio-2.3.3}/corio/encrypt.py +0 -0
  33. {corio-2.3.2 → corio-2.3.3}/corio/entrypoint.py +0 -0
  34. {corio-2.3.2 → corio-2.3.3}/corio/env.py +0 -0
  35. {corio-2.3.2 → corio-2.3.3}/corio/function.py +0 -0
  36. {corio-2.3.2 → corio-2.3.3}/corio/google_api.py +0 -0
  37. {corio-2.3.2 → corio-2.3.3}/corio/ha/__init__.py +0 -0
  38. {corio-2.3.2 → corio-2.3.3}/corio/ha/constants.py +0 -0
  39. {corio-2.3.2 → corio-2.3.3}/corio/ha/core.py +0 -0
  40. {corio-2.3.2 → corio-2.3.3}/corio/ha/supervisor.py +0 -0
  41. {corio-2.3.2 → corio-2.3.3}/corio/ha/utils.py +0 -0
  42. {corio-2.3.2 → corio-2.3.3}/corio/hash.py +0 -0
  43. {corio-2.3.2 → corio-2.3.3}/corio/hfh.py +0 -0
  44. {corio-2.3.2 → corio-2.3.3}/corio/hook.py +0 -0
  45. {corio-2.3.2 → corio-2.3.3}/corio/https.py +0 -0
  46. {corio-2.3.2 → corio-2.3.3}/corio/infra/__init__.py +0 -0
  47. {corio-2.3.2 → corio-2.3.3}/corio/infra/api.py +0 -0
  48. {corio-2.3.2 → corio-2.3.3}/corio/infra/project.py +0 -0
  49. {corio-2.3.2 → corio-2.3.3}/corio/infra/releaser.py +0 -0
  50. {corio-2.3.2 → corio-2.3.3}/corio/infra/repository.py +0 -0
  51. {corio-2.3.2 → corio-2.3.3}/corio/infra/stack.py +0 -0
  52. {corio-2.3.2 → corio-2.3.3}/corio/inherit.py +0 -0
  53. {corio-2.3.2 → corio-2.3.3}/corio/inspection.py +0 -0
  54. {corio-2.3.2 → corio-2.3.3}/corio/interface/__init__.py +0 -0
  55. {corio-2.3.2 → corio-2.3.3}/corio/interface/context.py +0 -0
  56. {corio-2.3.2 → corio-2.3.3}/corio/interface/controls.py +0 -0
  57. {corio-2.3.2 → corio-2.3.3}/corio/interface/interface.py +0 -0
  58. {corio-2.3.2 → corio-2.3.3}/corio/iterator.py +0 -0
  59. {corio-2.3.2 → corio-2.3.3}/corio/jsn.py +0 -0
  60. {corio-2.3.2 → corio-2.3.3}/corio/json_fix.py +0 -0
  61. {corio-2.3.2 → corio-2.3.3}/corio/logs.py +0 -0
  62. {corio-2.3.2 → corio-2.3.3}/corio/markup.py +0 -0
  63. {corio-2.3.2 → corio-2.3.3}/corio/merging.py +0 -0
  64. {corio-2.3.2 → corio-2.3.3}/corio/metric.py +0 -0
  65. {corio-2.3.2 → corio-2.3.3}/corio/mqtt.py +0 -0
  66. {corio-2.3.2 → corio-2.3.3}/corio/name.py +0 -0
  67. {corio-2.3.2 → corio-2.3.3}/corio/net.py +0 -0
  68. {corio-2.3.2 → corio-2.3.3}/corio/netrc.py +0 -0
  69. {corio-2.3.2 → corio-2.3.3}/corio/openai.py +0 -0
  70. {corio-2.3.2 → corio-2.3.3}/corio/parallel.py +0 -0
  71. {corio-2.3.2 → corio-2.3.3}/corio/path/__init__.py +0 -0
  72. {corio-2.3.2 → corio-2.3.3}/corio/path/app.py +0 -0
  73. {corio-2.3.2 → corio-2.3.3}/corio/path/path.py +0 -0
  74. {corio-2.3.2 → corio-2.3.3}/corio/path/type.py +0 -0
  75. {corio-2.3.2 → corio-2.3.3}/corio/paths.py +0 -0
  76. {corio-2.3.2 → corio-2.3.3}/corio/patterns.py +0 -0
  77. {corio-2.3.2 → corio-2.3.3}/corio/pdf.py +0 -0
  78. {corio-2.3.2 → corio-2.3.3}/corio/plat.py +0 -0
  79. {corio-2.3.2 → corio-2.3.3}/corio/process.py +0 -0
  80. {corio-2.3.2 → corio-2.3.3}/corio/profiling.py +0 -0
  81. {corio-2.3.2 → corio-2.3.3}/corio/rand.py +0 -0
  82. {corio-2.3.2 → corio-2.3.3}/corio/sec.py +0 -0
  83. {corio-2.3.2 → corio-2.3.3}/corio/semantic.py +0 -0
  84. {corio-2.3.2 → corio-2.3.3}/corio/sets.py +0 -0
  85. {corio-2.3.2 → corio-2.3.3}/corio/setup/__init__.py +0 -0
  86. {corio-2.3.2 → corio-2.3.3}/corio/spaces.py +0 -0
  87. {corio-2.3.2 → corio-2.3.3}/corio/strings.py +0 -0
  88. {corio-2.3.2 → corio-2.3.3}/corio/tabular.py +0 -0
  89. {corio-2.3.2 → corio-2.3.3}/corio/tests/__init__.py +0 -0
  90. {corio-2.3.2 → corio-2.3.3}/corio/tests/conftest.py +0 -0
  91. {corio-2.3.2 → corio-2.3.3}/corio/tests/helpers.py +0 -0
  92. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_caching.py +0 -0
  93. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_datatype.py +0 -0
  94. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_dns.py +0 -0
  95. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_dt.py +0 -0
  96. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_encrypt.py +0 -0
  97. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_env.py +0 -0
  98. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_hash.py +0 -0
  99. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_hook.py +0 -0
  100. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_infra.py +0 -0
  101. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_iterator.py +0 -0
  102. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_jsn.py +0 -0
  103. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_name.py +0 -0
  104. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_path.py +0 -0
  105. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_patterns.py +0 -0
  106. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_rand.py +0 -0
  107. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_strings.py +0 -0
  108. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_toml.py +0 -0
  109. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_tools.py +0 -0
  110. {corio-2.3.2 → corio-2.3.3}/corio/tests/test_yml.py +0 -0
  111. {corio-2.3.2 → corio-2.3.3}/corio/tokenization.py +0 -0
  112. {corio-2.3.2 → corio-2.3.3}/corio/toml.py +0 -0
  113. {corio-2.3.2 → corio-2.3.3}/corio/tools.py +0 -0
  114. {corio-2.3.2 → corio-2.3.3}/corio/unicode.py +0 -0
  115. {corio-2.3.2 → corio-2.3.3}/corio/version/__init__.py +0 -0
  116. {corio-2.3.2 → corio-2.3.3}/corio/version/version.py +0 -0
  117. {corio-2.3.2 → corio-2.3.3}/corio/webhook.py +0 -0
  118. {corio-2.3.2 → corio-2.3.3}/corio/yml.py +0 -0
  119. {corio-2.3.2 → corio-2.3.3}/corio/youtube.py +0 -0
  120. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/SOURCES.txt +0 -0
  121. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/dependency_links.txt +0 -0
  122. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/entry_points.txt +0 -0
  123. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/requires.txt +0 -0
  124. {corio-2.3.2 → corio-2.3.3}/corio.egg-info/top_level.txt +0 -0
  125. {corio-2.3.2 → corio-2.3.3}/scripts/add-service +0 -0
  126. {corio-2.3.2 → corio-2.3.3}/scripts/add-user-path +0 -0
  127. {corio-2.3.2 → corio-2.3.3}/scripts/add-ve-shell +0 -0
  128. {corio-2.3.2 → corio-2.3.3}/scripts/apt-essentials +0 -0
  129. {corio-2.3.2 → corio-2.3.3}/scripts/apt-headless +0 -0
  130. {corio-2.3.2 → corio-2.3.3}/scripts/auth-token +0 -0
  131. {corio-2.3.2 → corio-2.3.3}/scripts/compose-update +0 -0
  132. {corio-2.3.2 → corio-2.3.3}/scripts/compress-dir +0 -0
  133. {corio-2.3.2 → corio-2.3.3}/scripts/cru +0 -0
  134. {corio-2.3.2 → corio-2.3.3}/scripts/docker-build-bases +0 -0
  135. {corio-2.3.2 → corio-2.3.3}/scripts/docker-build-bases-dev +0 -0
  136. {corio-2.3.2 → corio-2.3.3}/scripts/docker-install-deps +0 -0
  137. {corio-2.3.2 → corio-2.3.3}/scripts/docker-install-prod +0 -0
  138. {corio-2.3.2 → corio-2.3.3}/scripts/docker-prune +0 -0
  139. {corio-2.3.2 → corio-2.3.3}/scripts/docker-sandbox +0 -0
  140. {corio-2.3.2 → corio-2.3.3}/scripts/docker-sandbox-init +0 -0
  141. {corio-2.3.2 → corio-2.3.3}/scripts/docs-deploy +0 -0
  142. {corio-2.3.2 → corio-2.3.3}/scripts/download +0 -0
  143. {corio-2.3.2 → corio-2.3.3}/scripts/encrypt-secrets +0 -0
  144. {corio-2.3.2 → corio-2.3.3}/scripts/fmtr-test-script +0 -0
  145. {corio-2.3.2 → corio-2.3.3}/scripts/git-clone +0 -0
  146. {corio-2.3.2 → corio-2.3.3}/scripts/ha-addon-launch +0 -0
  147. {corio-2.3.2 → corio-2.3.3}/scripts/infra +0 -0
  148. {corio-2.3.2 → corio-2.3.3}/scripts/install-browser +0 -0
  149. {corio-2.3.2 → corio-2.3.3}/scripts/install-docker +0 -0
  150. {corio-2.3.2 → corio-2.3.3}/scripts/install-ts +0 -0
  151. {corio-2.3.2 → corio-2.3.3}/scripts/install-ys +0 -0
  152. {corio-2.3.2 → corio-2.3.3}/scripts/mirror-dir +0 -0
  153. {corio-2.3.2 → corio-2.3.3}/scripts/opt-dev-init +0 -0
  154. {corio-2.3.2 → corio-2.3.3}/scripts/parse-args +0 -0
  155. {corio-2.3.2 → corio-2.3.3}/scripts/pypi-check +0 -0
  156. {corio-2.3.2 → corio-2.3.3}/scripts/pypi-reserve +0 -0
  157. {corio-2.3.2 → corio-2.3.3}/scripts/run-script +0 -0
  158. {corio-2.3.2 → corio-2.3.3}/scripts/run-tests +0 -0
  159. {corio-2.3.2 → corio-2.3.3}/scripts/set-password +0 -0
  160. {corio-2.3.2 → corio-2.3.3}/scripts/set-secure-path +0 -0
  161. {corio-2.3.2 → corio-2.3.3}/scripts/set-user-sudo +0 -0
  162. {corio-2.3.2 → corio-2.3.3}/scripts/snips-install +0 -0
  163. {corio-2.3.2 → corio-2.3.3}/scripts/ssh-auth +0 -0
  164. {corio-2.3.2 → corio-2.3.3}/scripts/ssh-serve +0 -0
  165. {corio-2.3.2 → corio-2.3.3}/scripts/tasmota-config +0 -0
  166. {corio-2.3.2 → corio-2.3.3}/scripts/tasmota-flash +0 -0
  167. {corio-2.3.2 → corio-2.3.3}/scripts/tasmota-terminal +0 -0
  168. {corio-2.3.2 → corio-2.3.3}/scripts/vlc-tn +0 -0
  169. {corio-2.3.2 → corio-2.3.3}/scripts/vm-launch +0 -0
  170. {corio-2.3.2 → corio-2.3.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: corio
3
- Version: 2.3.2
3
+ Version: 2.3.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
@@ -1,4 +1,3 @@
1
- from copy import deepcopy
2
1
  from functools import cached_property
3
2
  from itertools import chain
4
3
  from packaging.requirements import Requirement, InvalidRequirement
@@ -115,15 +114,11 @@ class IncrementorPyproject(Incrementor):
115
114
  return None
116
115
 
117
116
  data = self.path.read_toml()
118
- original_data = deepcopy(data)
119
117
 
120
118
  data = self._enrich_toml(data)
121
119
  if data is None:
122
120
  return None
123
121
 
124
- if data == original_data:
125
- return None
126
-
127
122
  self.path.write_toml(data)
128
123
  return self.path
129
124
 
@@ -357,4 +352,4 @@ class GeneratorTestEnvs:
357
352
  for module in self._tests_modules:
358
353
  path_test = self.get_path_test(module)
359
354
  envs |= self.get_env(module, self.get_deps(module), path_test)
360
- return envs
355
+ return envs
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "corio"
3
- version = "2.3.2"
3
+ version = "2.3.3"
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.3"
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: corio
3
- Version: 2.3.2
3
+ Version: 2.3.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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "corio"
3
- version = "2.3.2"
3
+ version = "2.3.3"
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.3"
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