omdev 0.0.0.dev381__tar.gz → 0.0.0.dev383__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 (332) hide show
  1. omdev-0.0.0.dev383/PKG-INFO +100 -0
  2. omdev-0.0.0.dev383/README.md +51 -0
  3. omdev-0.0.0.dev383/omdev.egg-info/PKG-INFO +100 -0
  4. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev.egg-info/requires.txt +1 -1
  5. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/pyproject.toml +6 -4
  6. omdev-0.0.0.dev381/PKG-INFO +0 -46
  7. omdev-0.0.0.dev381/README.md +0 -48
  8. omdev-0.0.0.dev381/omdev.egg-info/PKG-INFO +0 -46
  9. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/LICENSE +0 -0
  10. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/MANIFEST.in +0 -0
  11. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/.manifests.json +0 -0
  12. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/__about__.py +0 -0
  13. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/__init__.py +0 -0
  14. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/__init__.py +0 -0
  15. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/__main__.py +0 -0
  16. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/gen.py +0 -0
  17. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/imports.py +0 -0
  18. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/main.py +0 -0
  19. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/manifests.py +0 -0
  20. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/resources.py +0 -0
  21. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/srcfiles.py +0 -0
  22. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/strip.py +0 -0
  23. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/types.py +0 -0
  24. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/amalg/typing.py +0 -0
  25. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/__init__.py +0 -0
  26. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/__init__.py +0 -0
  27. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/cache.py +0 -0
  28. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/contexts.py +0 -0
  29. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/currents.py +0 -0
  30. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/fns.py +0 -0
  31. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/resolvers.py +0 -0
  32. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/storage.py +0 -0
  33. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/compute/types.py +0 -0
  34. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/__init__.py +0 -0
  35. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/actions.py +0 -0
  36. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/cache.py +0 -0
  37. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/consts.py +0 -0
  38. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/defaults.py +0 -0
  39. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/manifests.py +0 -0
  40. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cache/data/specs.py +0 -0
  41. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/__init__.py +0 -0
  42. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/darwin/__init__.py +0 -0
  43. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/darwin/aps.py +0 -0
  44. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/darwin/ax.py +0 -0
  45. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/darwin/cf.py +0 -0
  46. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/darwin/cg.py +0 -0
  47. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/linux/__init__.py +0 -0
  48. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/capi/linux/x11.py +0 -0
  49. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/__init__.py +0 -0
  50. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/__main__.py +0 -0
  51. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/cdeps.py +0 -0
  52. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/cdeps.toml +0 -0
  53. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/cli.py +0 -0
  54. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cc/srclangs.py +0 -0
  55. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/__init__.py +0 -0
  56. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_boilerplate.cc +0 -0
  57. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/LICENSE +0 -0
  58. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/__init__.py +0 -0
  59. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/build_ext.py +0 -0
  60. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
  61. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
  62. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/compilers/options.py +0 -0
  63. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
  64. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/dir_util.py +0 -0
  65. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/errors.py +0 -0
  66. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/extension.py +0 -0
  67. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/file_util.py +0 -0
  68. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/modified.py +0 -0
  69. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/spawn.py +0 -0
  70. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/sysconfig.py +0 -0
  71. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/util.py +0 -0
  72. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/_distutils/version.py +0 -0
  73. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/build.py +0 -0
  74. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/cmake.py +0 -0
  75. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/importhook.py +0 -0
  76. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/magic.py +0 -0
  77. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cexts/scan.py +0 -0
  78. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/__init__.py +0 -0
  79. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/__main__.py +0 -0
  80. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/cache.py +0 -0
  81. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/ci.py +0 -0
  82. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/cli.py +0 -0
  83. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/compose.py +0 -0
  84. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/consts.py +0 -0
  85. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/__init__.py +0 -0
  86. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/buildcaching.py +0 -0
  87. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/cache.py +0 -0
  88. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/cacheserved/__init__.py +0 -0
  89. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/cacheserved/cache.py +0 -0
  90. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/cacheserved/manifests.py +0 -0
  91. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/cmds.py +0 -0
  92. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/dataserver.py +0 -0
  93. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/imagepulling.py +0 -0
  94. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/inject.py +0 -0
  95. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/packing.py +0 -0
  96. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/repositories.py +0 -0
  97. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/docker/utils.py +0 -0
  98. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/__init__.py +0 -0
  99. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/__init__.py +0 -0
  100. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/clients.py +0 -0
  101. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v1/__init__.py +0 -0
  102. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v1/api.py +0 -0
  103. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v1/client.py +0 -0
  104. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v2/__init__.py +0 -0
  105. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v2/api.py +0 -0
  106. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v2/azure.py +0 -0
  107. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/api/v2/client.py +0 -0
  108. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/bootstrap.py +0 -0
  109. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/cache.py +0 -0
  110. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/cli.py +0 -0
  111. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/env.py +0 -0
  112. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/github/inject.py +0 -0
  113. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/inject.py +0 -0
  114. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/requirements.py +0 -0
  115. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/shell.py +0 -0
  116. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ci/utils.py +0 -0
  117. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/__init__.py +0 -0
  118. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/__main__.py +0 -0
  119. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/_pathhack.py +0 -0
  120. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/clicli.py +0 -0
  121. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/install.py +0 -0
  122. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/main.py +0 -0
  123. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/managers.py +0 -0
  124. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cli/types.py +0 -0
  125. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/clipboard/__init__.py +0 -0
  126. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/clipboard/clipboard.py +0 -0
  127. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/clipboard/darwin_cf.py +0 -0
  128. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/clipboard/linux_x11.py +0 -0
  129. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmake.py +0 -0
  130. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmdlog/__init__.py +0 -0
  131. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmdlog/__main__.py +0 -0
  132. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmdlog/_cmdlog.py +0 -0
  133. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmdlog/cli.py +0 -0
  134. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/cmdlog/cmdlog.py +0 -0
  135. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/__init__.py +0 -0
  136. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/handlers.py +0 -0
  137. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/http.py +0 -0
  138. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/routes.py +0 -0
  139. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/server.py +0 -0
  140. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/dataserver/targets.py +0 -0
  141. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/git/__init__.py +0 -0
  142. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/git/magic.py +0 -0
  143. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/git/revisions.py +0 -0
  144. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/git/shallow.py +0 -0
  145. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/git/status.py +0 -0
  146. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/home/__init__.py +0 -0
  147. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/home/paths.py +0 -0
  148. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/home/secrets.py +0 -0
  149. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/home/shadow.py +0 -0
  150. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/imgur.py +0 -0
  151. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/intellij/__init__.py +0 -0
  152. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/intellij/cli.py +0 -0
  153. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/intellij/ides.py +0 -0
  154. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/intellij/open.py +0 -0
  155. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/__init__.py +0 -0
  156. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/__main__.py +0 -0
  157. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/cli.py +0 -0
  158. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/default.py +0 -0
  159. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/inject.py +0 -0
  160. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/inspect.py +0 -0
  161. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/__init__.py +0 -0
  162. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/base.py +0 -0
  163. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/inject.py +0 -0
  164. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/running.py +0 -0
  165. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/standalone.py +0 -0
  166. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/providers/system.py +0 -0
  167. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/pyenv/__init__.py +0 -0
  168. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/pyenv/inject.py +0 -0
  169. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/pyenv/install.py +0 -0
  170. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/pyenv/provider.py +0 -0
  171. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/pyenv/pyenv.py +0 -0
  172. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/resolvers.py +0 -0
  173. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/types.py +0 -0
  174. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/uv/__init__.py +0 -0
  175. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/uv/inject.py +0 -0
  176. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/uv/provider.py +0 -0
  177. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/uv/uv.py +0 -0
  178. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/interp/venvs.py +0 -0
  179. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/__init__.py +0 -0
  180. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/__main__.py +0 -0
  181. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/cli.py +0 -0
  182. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/find.py +0 -0
  183. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/magic.py +0 -0
  184. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/prepare.py +0 -0
  185. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/magic/styles.py +0 -0
  186. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/manifests/__init__.py +0 -0
  187. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/manifests/__main__.py +0 -0
  188. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/manifests/build.py +0 -0
  189. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/manifests/dumping.py +0 -0
  190. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/manifests/main.py +0 -0
  191. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/mypy/__init__.py +0 -0
  192. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/mypy/debug.py +0 -0
  193. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/mypy/report.py +0 -0
  194. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/__init__.py +0 -0
  195. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/building.py +0 -0
  196. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/compression.py +0 -0
  197. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/data.py +0 -0
  198. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/datarefs.py +0 -0
  199. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/dataserver.py +0 -0
  200. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/loading.py +0 -0
  201. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/media.py +0 -0
  202. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/pack/__init__.py +0 -0
  203. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/pack/packing.py +0 -0
  204. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/pack/repositories.py +0 -0
  205. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/pack/unpacking.py +0 -0
  206. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/repositories.py +0 -0
  207. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/oci/tars.py +0 -0
  208. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/__init__.py +0 -0
  209. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/marshal.py +0 -0
  210. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/names.py +0 -0
  211. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/requires.py +0 -0
  212. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/revisions.py +0 -0
  213. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/specifiers.py +0 -0
  214. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/versions.py +0 -0
  215. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/packaging/wheelfile.py +0 -0
  216. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pip.py +0 -0
  217. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/__init__.py +0 -0
  218. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/__main__.py +0 -0
  219. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/base.py +0 -0
  220. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/caches.py +0 -0
  221. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/git.py +0 -0
  222. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/imports.py +0 -0
  223. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/lite.py +0 -0
  224. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/main.py +0 -0
  225. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/manifests.py +0 -0
  226. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/scripts.py +0 -0
  227. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/precheck/unicode.py +0 -0
  228. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/__init__.py +0 -0
  229. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/apps/__init__.py +0 -0
  230. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/apps/ncdu.py +0 -0
  231. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/confirm.py +0 -0
  232. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/LICENSE +0 -0
  233. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/__init__.py +0 -0
  234. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/__main__.py +0 -0
  235. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/border.py +0 -0
  236. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/cli.py +0 -0
  237. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/markdown.py +0 -0
  238. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/parser.py +0 -0
  239. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/styles.py +0 -0
  240. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/tags.py +0 -0
  241. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/ptk/markdown/utils.py +0 -0
  242. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/__init__.py +0 -0
  243. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/attrdocs.py +0 -0
  244. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/bracepy.py +0 -0
  245. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/classdot.py +0 -0
  246. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/LICENSE +0 -0
  247. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/__init__.py +0 -0
  248. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/attrdoc.py +0 -0
  249. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/common.py +0 -0
  250. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/epydoc.py +0 -0
  251. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/google.py +0 -0
  252. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/numpydoc.py +0 -0
  253. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/parser.py +0 -0
  254. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/docstrings/rest.py +0 -0
  255. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/findimports.py +0 -0
  256. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/scripts/__init__.py +0 -0
  257. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/scripts/bumpversion.py +0 -0
  258. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/scripts/execstat.py +0 -0
  259. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/scripts/importtrace.py +0 -0
  260. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/srcheaders.py +0 -0
  261. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/tools/__init__.py +0 -0
  262. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/tools/importscan.py +0 -0
  263. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/py/tools/mkrelimp.py +0 -0
  264. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/__init__.py +0 -0
  265. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/__main__.py +0 -0
  266. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/cexts.py +0 -0
  267. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/cli.py +0 -0
  268. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/configs.py +0 -0
  269. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/inject.py +0 -0
  270. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/pkg.py +0 -0
  271. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/reqs.py +0 -0
  272. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/resources/__init__.py +0 -0
  273. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/resources/docker-dev.sh +0 -0
  274. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/resources/python.sh +0 -0
  275. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/pyproject/venvs.py +0 -0
  276. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/__init__.py +0 -0
  277. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/ci.py +0 -0
  278. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/interp.py +0 -0
  279. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/pyproject.py +0 -0
  280. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/slowcat.py +0 -0
  281. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/scripts/tmpexec.py +0 -0
  282. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tagstrings.py +0 -0
  283. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tokens/__init__.py +0 -0
  284. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tokens/all.py +0 -0
  285. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tokens/tokenizert.py +0 -0
  286. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tokens/utils.py +0 -0
  287. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/__init__.py +0 -0
  288. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/antlr/__init__.py +0 -0
  289. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/antlr/__main__.py +0 -0
  290. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/antlr/cli.py +0 -0
  291. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/antlr/consts.py +0 -0
  292. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/antlr/gen.py +0 -0
  293. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/cloc.py +0 -0
  294. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/diff.py +0 -0
  295. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/doc.py +0 -0
  296. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/docker.py +0 -0
  297. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/git/__init__.py +0 -0
  298. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/git/__main__.py +0 -0
  299. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/git/cli.py +0 -0
  300. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/git/consts.py +0 -0
  301. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/git/messages.py +0 -0
  302. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/__init__.py +0 -0
  303. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/__main__.py +0 -0
  304. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/cli.py +0 -0
  305. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/formats.py +0 -0
  306. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/io.py +0 -0
  307. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/parsing.py +0 -0
  308. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/processing.py +0 -0
  309. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/json/rendering.py +0 -0
  310. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/__init__.py +0 -0
  311. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/__main__.py +0 -0
  312. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/cli.py +0 -0
  313. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/resources/__init__.py +0 -0
  314. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/resources/jsonview.css +0 -0
  315. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/jsonview/resources/jsonview.js +0 -0
  316. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/linehisto.py +0 -0
  317. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/mkenv.py +0 -0
  318. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/notebook.py +0 -0
  319. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/pawk/__init__.py +0 -0
  320. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/pawk/__main__.py +0 -0
  321. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/pawk/pawk.py +0 -0
  322. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/pip.py +0 -0
  323. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/prof.py +0 -0
  324. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/qr.py +0 -0
  325. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/shadow.py +0 -0
  326. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/shell.py +0 -0
  327. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev/tools/sqlrepl.py +0 -0
  328. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev.egg-info/SOURCES.txt +0 -0
  329. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev.egg-info/dependency_links.txt +0 -0
  330. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev.egg-info/entry_points.txt +0 -0
  331. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/omdev.egg-info/top_level.txt +0 -0
  332. {omdev-0.0.0.dev381 → omdev-0.0.0.dev383}/setup.cfg +0 -0
@@ -0,0 +1,100 @@
1
+ Metadata-Version: 2.4
2
+ Name: omdev
3
+ Version: 0.0.0.dev383
4
+ Summary: omdev
5
+ Author: wrmsr
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: source, https://github.com/wrmsr/omlish
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: POSIX
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Requires-Python: >=3.13
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: omlish==0.0.0.dev383
18
+ Provides-Extra: all
19
+ Requires-Dist: black~=25.1; extra == "all"
20
+ Requires-Dist: pycparser~=2.22; extra == "all"
21
+ Requires-Dist: pcpp~=1.30; extra == "all"
22
+ Requires-Dist: docutils~=0.22; extra == "all"
23
+ Requires-Dist: markdown-it-py~=3.0; extra == "all"
24
+ Requires-Dist: mdit-py-plugins~=0.4; extra == "all"
25
+ Requires-Dist: pygments~=2.19; extra == "all"
26
+ Requires-Dist: mypy~=1.17; extra == "all"
27
+ Requires-Dist: gprof2dot~=2025.4; extra == "all"
28
+ Requires-Dist: prompt-toolkit~=3.0; extra == "all"
29
+ Requires-Dist: segno~=1.6; extra == "all"
30
+ Provides-Extra: black
31
+ Requires-Dist: black~=25.1; extra == "black"
32
+ Provides-Extra: c
33
+ Requires-Dist: pycparser~=2.22; extra == "c"
34
+ Requires-Dist: pcpp~=1.30; extra == "c"
35
+ Provides-Extra: doc
36
+ Requires-Dist: docutils~=0.22; extra == "doc"
37
+ Requires-Dist: markdown-it-py~=3.0; extra == "doc"
38
+ Requires-Dist: mdit-py-plugins~=0.4; extra == "doc"
39
+ Requires-Dist: pygments~=2.19; extra == "doc"
40
+ Provides-Extra: mypy
41
+ Requires-Dist: mypy~=1.17; extra == "mypy"
42
+ Provides-Extra: prof
43
+ Requires-Dist: gprof2dot~=2025.4; extra == "prof"
44
+ Provides-Extra: ptk
45
+ Requires-Dist: prompt-toolkit~=3.0; extra == "ptk"
46
+ Provides-Extra: qr
47
+ Requires-Dist: segno~=1.6; extra == "qr"
48
+ Dynamic: license-file
49
+
50
+ # Overview
51
+
52
+ Development utilities and support code.
53
+
54
+ # Notable packages
55
+
56
+ - **[cli](https://github.com/wrmsr/omlish/blob/master/omdev/cli)** - The codebase's all-in-one CLI. This is not
57
+ installed as an entrypoint / command when this package is itself installed - that is separated into the `omdev-cli`
58
+ installable package so as to not pollute users' bin/ directories when depping this lib for its utility code.
59
+
60
+ - **[amalg](https://github.com/wrmsr/omlish/blob/master/omdev/amalg)** - The [amalgamator](#amalgamation).
61
+
62
+ - **[pyproject](https://github.com/wrmsr/omlish/blob/master/omdev/pyproject)**
63
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/pyproject.py)) - python project management tool.
64
+ wrangles but does not replace tools like venv, pip, setuptools, and uv. does things like sets up venvs, generates
65
+ [`.pkg`](https://github.com/wrmsr/omlish/blob/master/.pkg) directories and their `pyproject.toml`'s (from their
66
+ `__about__.py`'s), and packages them. this should grow to eat more and more of the Makefile. as it is amalgamated it
67
+ requires no installation and can just be dropped into other projects / repos.
68
+
69
+ - **[ci](https://github.com/wrmsr/omlish/blob/master/omdev/ci)**
70
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/ci.py)) - ci runner. given a
71
+ [`compose.yml`](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml)
72
+ and requirements.txt files, takes care of building and caching of containers and venvs and execution of required ci
73
+ commands. detects and [natively uses](https://github.com/wrmsr/omlish/blob/master/omdev/ci/github/api/v2)
74
+ github-action's caching system. unifies ci execution between local dev and github runners.
75
+
76
+ - **[tools.json](https://github.com/wrmsr/omlish/blob/master/omdev/tools/json)** (cli: `om j`) - a tool for json-like
77
+ data, obviously in the vein of [jq](https://github.com/jqlang/jq) but using the internal
78
+ [jmespath](https://github.com/wrmsr/omlish/blob/master/omlish/specs/jmespath) engine. supports
79
+ [true streaming](https://github.com/wrmsr/omlish/blob/master/omlish/formats/json/stream) json input and output, as
80
+ well as [various other](https://github.com/wrmsr/omlish/blob/master/tools/json/formats.py) non-streaming input
81
+ formats.
82
+
83
+ - **[tools.git](https://github.com/wrmsr/omlish/blob/master/omdev/tools/git)** (cli: `om git`) - a tool for various lazy
84
+ git operations, including the one that (poorly) writes all of these commit messages.
85
+
86
+ # Amalgamation
87
+
88
+ Amalgamation is the process of stitching together multiple python source files into a single self-contained python
89
+ script. ['lite'](https://github.com/wrmsr/omlish/blob/master/omlish#lite-code) code is written in a style conducive to
90
+ this.
91
+
92
+ # Local storage
93
+
94
+ Some of this code, when asked, will store things on the local filesystem. The only directories used (outside of ones
95
+ explicitly specified as command or function arguments) are managed in
96
+ [home.paths](https://github.com/wrmsr/omlish/blob/master/omdev/home/paths.py), and are the following:
97
+
98
+ - `$OMLISH_HOME`, default of `~/.omlish` - persistent things like config and state.
99
+ - `$OMLISH_CACHE`, default of `~/.cache/omlish` - used for things like the local ci cache and
100
+ [various other](https://github.com/search?q=repo%3Awrmsr%2Fomlish+%22dcache.%22&type=code) cached data.
@@ -0,0 +1,51 @@
1
+ # Overview
2
+
3
+ Development utilities and support code.
4
+
5
+ # Notable packages
6
+
7
+ - **[cli](https://github.com/wrmsr/omlish/blob/master/omdev/cli)** - The codebase's all-in-one CLI. This is not
8
+ installed as an entrypoint / command when this package is itself installed - that is separated into the `omdev-cli`
9
+ installable package so as to not pollute users' bin/ directories when depping this lib for its utility code.
10
+
11
+ - **[amalg](https://github.com/wrmsr/omlish/blob/master/omdev/amalg)** - The [amalgamator](#amalgamation).
12
+
13
+ - **[pyproject](https://github.com/wrmsr/omlish/blob/master/omdev/pyproject)**
14
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/pyproject.py)) - python project management tool.
15
+ wrangles but does not replace tools like venv, pip, setuptools, and uv. does things like sets up venvs, generates
16
+ [`.pkg`](https://github.com/wrmsr/omlish/blob/master/.pkg) directories and their `pyproject.toml`'s (from their
17
+ `__about__.py`'s), and packages them. this should grow to eat more and more of the Makefile. as it is amalgamated it
18
+ requires no installation and can just be dropped into other projects / repos.
19
+
20
+ - **[ci](https://github.com/wrmsr/omlish/blob/master/omdev/ci)**
21
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/ci.py)) - ci runner. given a
22
+ [`compose.yml`](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml)
23
+ and requirements.txt files, takes care of building and caching of containers and venvs and execution of required ci
24
+ commands. detects and [natively uses](https://github.com/wrmsr/omlish/blob/master/omdev/ci/github/api/v2)
25
+ github-action's caching system. unifies ci execution between local dev and github runners.
26
+
27
+ - **[tools.json](https://github.com/wrmsr/omlish/blob/master/omdev/tools/json)** (cli: `om j`) - a tool for json-like
28
+ data, obviously in the vein of [jq](https://github.com/jqlang/jq) but using the internal
29
+ [jmespath](https://github.com/wrmsr/omlish/blob/master/omlish/specs/jmespath) engine. supports
30
+ [true streaming](https://github.com/wrmsr/omlish/blob/master/omlish/formats/json/stream) json input and output, as
31
+ well as [various other](https://github.com/wrmsr/omlish/blob/master/tools/json/formats.py) non-streaming input
32
+ formats.
33
+
34
+ - **[tools.git](https://github.com/wrmsr/omlish/blob/master/omdev/tools/git)** (cli: `om git`) - a tool for various lazy
35
+ git operations, including the one that (poorly) writes all of these commit messages.
36
+
37
+ # Amalgamation
38
+
39
+ Amalgamation is the process of stitching together multiple python source files into a single self-contained python
40
+ script. ['lite'](https://github.com/wrmsr/omlish/blob/master/omlish#lite-code) code is written in a style conducive to
41
+ this.
42
+
43
+ # Local storage
44
+
45
+ Some of this code, when asked, will store things on the local filesystem. The only directories used (outside of ones
46
+ explicitly specified as command or function arguments) are managed in
47
+ [home.paths](https://github.com/wrmsr/omlish/blob/master/omdev/home/paths.py), and are the following:
48
+
49
+ - `$OMLISH_HOME`, default of `~/.omlish` - persistent things like config and state.
50
+ - `$OMLISH_CACHE`, default of `~/.cache/omlish` - used for things like the local ci cache and
51
+ [various other](https://github.com/search?q=repo%3Awrmsr%2Fomlish+%22dcache.%22&type=code) cached data.
@@ -0,0 +1,100 @@
1
+ Metadata-Version: 2.4
2
+ Name: omdev
3
+ Version: 0.0.0.dev383
4
+ Summary: omdev
5
+ Author: wrmsr
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: source, https://github.com/wrmsr/omlish
8
+ Classifier: Development Status :: 2 - Pre-Alpha
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: Operating System :: OS Independent
11
+ Classifier: Operating System :: POSIX
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Requires-Python: >=3.13
15
+ Description-Content-Type: text/markdown
16
+ License-File: LICENSE
17
+ Requires-Dist: omlish==0.0.0.dev383
18
+ Provides-Extra: all
19
+ Requires-Dist: black~=25.1; extra == "all"
20
+ Requires-Dist: pycparser~=2.22; extra == "all"
21
+ Requires-Dist: pcpp~=1.30; extra == "all"
22
+ Requires-Dist: docutils~=0.22; extra == "all"
23
+ Requires-Dist: markdown-it-py~=3.0; extra == "all"
24
+ Requires-Dist: mdit-py-plugins~=0.4; extra == "all"
25
+ Requires-Dist: pygments~=2.19; extra == "all"
26
+ Requires-Dist: mypy~=1.17; extra == "all"
27
+ Requires-Dist: gprof2dot~=2025.4; extra == "all"
28
+ Requires-Dist: prompt-toolkit~=3.0; extra == "all"
29
+ Requires-Dist: segno~=1.6; extra == "all"
30
+ Provides-Extra: black
31
+ Requires-Dist: black~=25.1; extra == "black"
32
+ Provides-Extra: c
33
+ Requires-Dist: pycparser~=2.22; extra == "c"
34
+ Requires-Dist: pcpp~=1.30; extra == "c"
35
+ Provides-Extra: doc
36
+ Requires-Dist: docutils~=0.22; extra == "doc"
37
+ Requires-Dist: markdown-it-py~=3.0; extra == "doc"
38
+ Requires-Dist: mdit-py-plugins~=0.4; extra == "doc"
39
+ Requires-Dist: pygments~=2.19; extra == "doc"
40
+ Provides-Extra: mypy
41
+ Requires-Dist: mypy~=1.17; extra == "mypy"
42
+ Provides-Extra: prof
43
+ Requires-Dist: gprof2dot~=2025.4; extra == "prof"
44
+ Provides-Extra: ptk
45
+ Requires-Dist: prompt-toolkit~=3.0; extra == "ptk"
46
+ Provides-Extra: qr
47
+ Requires-Dist: segno~=1.6; extra == "qr"
48
+ Dynamic: license-file
49
+
50
+ # Overview
51
+
52
+ Development utilities and support code.
53
+
54
+ # Notable packages
55
+
56
+ - **[cli](https://github.com/wrmsr/omlish/blob/master/omdev/cli)** - The codebase's all-in-one CLI. This is not
57
+ installed as an entrypoint / command when this package is itself installed - that is separated into the `omdev-cli`
58
+ installable package so as to not pollute users' bin/ directories when depping this lib for its utility code.
59
+
60
+ - **[amalg](https://github.com/wrmsr/omlish/blob/master/omdev/amalg)** - The [amalgamator](#amalgamation).
61
+
62
+ - **[pyproject](https://github.com/wrmsr/omlish/blob/master/omdev/pyproject)**
63
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/pyproject.py)) - python project management tool.
64
+ wrangles but does not replace tools like venv, pip, setuptools, and uv. does things like sets up venvs, generates
65
+ [`.pkg`](https://github.com/wrmsr/omlish/blob/master/.pkg) directories and their `pyproject.toml`'s (from their
66
+ `__about__.py`'s), and packages them. this should grow to eat more and more of the Makefile. as it is amalgamated it
67
+ requires no installation and can just be dropped into other projects / repos.
68
+
69
+ - **[ci](https://github.com/wrmsr/omlish/blob/master/omdev/ci)**
70
+ ([amalg](https://github.com/wrmsr/omlish/blob/master/omdev/scripts/ci.py)) - ci runner. given a
71
+ [`compose.yml`](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml)
72
+ and requirements.txt files, takes care of building and caching of containers and venvs and execution of required ci
73
+ commands. detects and [natively uses](https://github.com/wrmsr/omlish/blob/master/omdev/ci/github/api/v2)
74
+ github-action's caching system. unifies ci execution between local dev and github runners.
75
+
76
+ - **[tools.json](https://github.com/wrmsr/omlish/blob/master/omdev/tools/json)** (cli: `om j`) - a tool for json-like
77
+ data, obviously in the vein of [jq](https://github.com/jqlang/jq) but using the internal
78
+ [jmespath](https://github.com/wrmsr/omlish/blob/master/omlish/specs/jmespath) engine. supports
79
+ [true streaming](https://github.com/wrmsr/omlish/blob/master/omlish/formats/json/stream) json input and output, as
80
+ well as [various other](https://github.com/wrmsr/omlish/blob/master/tools/json/formats.py) non-streaming input
81
+ formats.
82
+
83
+ - **[tools.git](https://github.com/wrmsr/omlish/blob/master/omdev/tools/git)** (cli: `om git`) - a tool for various lazy
84
+ git operations, including the one that (poorly) writes all of these commit messages.
85
+
86
+ # Amalgamation
87
+
88
+ Amalgamation is the process of stitching together multiple python source files into a single self-contained python
89
+ script. ['lite'](https://github.com/wrmsr/omlish/blob/master/omlish#lite-code) code is written in a style conducive to
90
+ this.
91
+
92
+ # Local storage
93
+
94
+ Some of this code, when asked, will store things on the local filesystem. The only directories used (outside of ones
95
+ explicitly specified as command or function arguments) are managed in
96
+ [home.paths](https://github.com/wrmsr/omlish/blob/master/omdev/home/paths.py), and are the following:
97
+
98
+ - `$OMLISH_HOME`, default of `~/.omlish` - persistent things like config and state.
99
+ - `$OMLISH_CACHE`, default of `~/.cache/omlish` - used for things like the local ci cache and
100
+ [various other](https://github.com/search?q=repo%3Awrmsr%2Fomlish+%22dcache.%22&type=code) cached data.
@@ -1,4 +1,4 @@
1
- omlish==0.0.0.dev381
1
+ omlish==0.0.0.dev383
2
2
 
3
3
  [all]
4
4
  black~=25.1
@@ -10,19 +10,21 @@ authors = [
10
10
  {name = 'wrmsr'},
11
11
  ]
12
12
  urls = {source = 'https://github.com/wrmsr/omlish'}
13
- license = {text = 'BSD-3-Clause'}
13
+ license = 'BSD-3-Clause'
14
+ readme = 'README.md'
14
15
  requires-python = '>=3.13'
15
- version = '0.0.0.dev381'
16
+ version = '0.0.0.dev383'
16
17
  classifiers = [
17
- 'License :: OSI Approved :: BSD License',
18
18
  'Development Status :: 2 - Pre-Alpha',
19
19
  'Intended Audience :: Developers',
20
20
  'Operating System :: OS Independent',
21
21
  'Operating System :: POSIX',
22
+ 'Programming Language :: Python :: 3',
23
+ 'Programming Language :: Python :: 3.13',
22
24
  ]
23
25
  description = 'omdev'
24
26
  dependencies = [
25
- 'omlish == 0.0.0.dev381',
27
+ 'omlish == 0.0.0.dev383',
26
28
  ]
27
29
 
28
30
  [project.optional-dependencies]
@@ -1,46 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: omdev
3
- Version: 0.0.0.dev381
4
- Summary: omdev
5
- Author: wrmsr
6
- License: BSD-3-Clause
7
- Project-URL: source, https://github.com/wrmsr/omlish
8
- Classifier: License :: OSI Approved :: BSD License
9
- Classifier: Development Status :: 2 - Pre-Alpha
10
- Classifier: Intended Audience :: Developers
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Operating System :: POSIX
13
- Requires-Python: >=3.13
14
- License-File: LICENSE
15
- Requires-Dist: omlish==0.0.0.dev381
16
- Provides-Extra: all
17
- Requires-Dist: black~=25.1; extra == "all"
18
- Requires-Dist: pycparser~=2.22; extra == "all"
19
- Requires-Dist: pcpp~=1.30; extra == "all"
20
- Requires-Dist: docutils~=0.22; extra == "all"
21
- Requires-Dist: markdown-it-py~=3.0; extra == "all"
22
- Requires-Dist: mdit-py-plugins~=0.4; extra == "all"
23
- Requires-Dist: pygments~=2.19; extra == "all"
24
- Requires-Dist: mypy~=1.17; extra == "all"
25
- Requires-Dist: gprof2dot~=2025.4; extra == "all"
26
- Requires-Dist: prompt-toolkit~=3.0; extra == "all"
27
- Requires-Dist: segno~=1.6; extra == "all"
28
- Provides-Extra: black
29
- Requires-Dist: black~=25.1; extra == "black"
30
- Provides-Extra: c
31
- Requires-Dist: pycparser~=2.22; extra == "c"
32
- Requires-Dist: pcpp~=1.30; extra == "c"
33
- Provides-Extra: doc
34
- Requires-Dist: docutils~=0.22; extra == "doc"
35
- Requires-Dist: markdown-it-py~=3.0; extra == "doc"
36
- Requires-Dist: mdit-py-plugins~=0.4; extra == "doc"
37
- Requires-Dist: pygments~=2.19; extra == "doc"
38
- Provides-Extra: mypy
39
- Requires-Dist: mypy~=1.17; extra == "mypy"
40
- Provides-Extra: prof
41
- Requires-Dist: gprof2dot~=2025.4; extra == "prof"
42
- Provides-Extra: ptk
43
- Requires-Dist: prompt-toolkit~=3.0; extra == "ptk"
44
- Provides-Extra: qr
45
- Requires-Dist: segno~=1.6; extra == "qr"
46
- Dynamic: license-file
@@ -1,48 +0,0 @@
1
- # Overview
2
-
3
- Development utilities and support code.
4
-
5
- # Notable packages
6
-
7
- - **[cli](cli)** - The codebase's all-in-one CLI. This is not installed as an entrypoint / command when this package is
8
- itself installed - that is separated into the `omdev-cli` installable package so as to not pollute users' bin/
9
- directories when depping this lib for its utility code.
10
-
11
- - **[amalg](amalg)** - The [amalgamator](#amalgamation).
12
-
13
- - **[pyproject](pyproject)** ([amalg](scripts/pyproject.py)) - python project management tool. wrangles but does not
14
- replace tools like venv, pip, setuptools, and uv. does things like sets up venvs, generates
15
- [`.pkg`](https://github.com/wrmsr/omlish/blob/master/.pkg) directories and their `pyproject.toml`'s (from their
16
- `__about__.py`'s), and packages them. this should grow to eat more and more of the Makefile. as it is amalgamated it
17
- requires no installation and can just be dropped into other projects / repos.
18
-
19
- - **[ci](ci)** ([amalg](scripts/ci.py)) - ci runner. given a
20
- [`compose.yml`](https://github.com/wrmsr/omlish/blob/master/docker/compose.yml) and requirements.txt files, takes care
21
- of building and caching of containers and venvs and execution of required ci commands. detects and
22
- [natively uses](ci/github/api/v2) github-action's caching system. unifies ci execution between local dev and github
23
- runners.
24
-
25
- - **[tools.json](tools/json)** (cli: `om j`) - a tool for json-like data, obviously in the vein of
26
- [jq](https://github.com/jqlang/jq) but using the internal
27
- [jmespath](https://github.com/wrmsr/omlish/tree/master/omlish/specs/jmespath) engine. supports
28
- [true streaming](https://github.com/wrmsr/omlish/blob/master/omlish/formats/json/stream) json input and output, as
29
- well as [various other](tools/json/formats.py) non-streaming input formats.
30
-
31
- - **[tools.git](tools/git)** (cli: `om git`) - a tool for various lazy git operations, including the one that (poorly)
32
- writes all of these commit messages.
33
-
34
- # Amalgamation
35
-
36
- Amalgamation is the process of stitching together multiple python source files into a single self-contained python
37
- script. ['lite'](https://github.com/wrmsr/omlish/blob/master/omlish#lite-code) code is written in a style conducive to
38
- this.
39
-
40
- # Local storage
41
-
42
- Some of this code, when asked, will store things on the local filesystem. The only directories used (outside of ones
43
- explicitly specified as command or function arguments) are managed in [home.paths](home/paths.py), and are the
44
- following:
45
-
46
- - `$OMLISH_HOME`, default of `~/.omlish` - persistent things like config and state.
47
- - `$OMLISH_CACHE`, default of `~/.cache/omlish` - used for things like the local ci cache and
48
- [various other](https://github.com/search?q=repo%3Awrmsr%2Fomlish+%22dcache.%22&type=code) cached data.
@@ -1,46 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: omdev
3
- Version: 0.0.0.dev381
4
- Summary: omdev
5
- Author: wrmsr
6
- License: BSD-3-Clause
7
- Project-URL: source, https://github.com/wrmsr/omlish
8
- Classifier: License :: OSI Approved :: BSD License
9
- Classifier: Development Status :: 2 - Pre-Alpha
10
- Classifier: Intended Audience :: Developers
11
- Classifier: Operating System :: OS Independent
12
- Classifier: Operating System :: POSIX
13
- Requires-Python: >=3.13
14
- License-File: LICENSE
15
- Requires-Dist: omlish==0.0.0.dev381
16
- Provides-Extra: all
17
- Requires-Dist: black~=25.1; extra == "all"
18
- Requires-Dist: pycparser~=2.22; extra == "all"
19
- Requires-Dist: pcpp~=1.30; extra == "all"
20
- Requires-Dist: docutils~=0.22; extra == "all"
21
- Requires-Dist: markdown-it-py~=3.0; extra == "all"
22
- Requires-Dist: mdit-py-plugins~=0.4; extra == "all"
23
- Requires-Dist: pygments~=2.19; extra == "all"
24
- Requires-Dist: mypy~=1.17; extra == "all"
25
- Requires-Dist: gprof2dot~=2025.4; extra == "all"
26
- Requires-Dist: prompt-toolkit~=3.0; extra == "all"
27
- Requires-Dist: segno~=1.6; extra == "all"
28
- Provides-Extra: black
29
- Requires-Dist: black~=25.1; extra == "black"
30
- Provides-Extra: c
31
- Requires-Dist: pycparser~=2.22; extra == "c"
32
- Requires-Dist: pcpp~=1.30; extra == "c"
33
- Provides-Extra: doc
34
- Requires-Dist: docutils~=0.22; extra == "doc"
35
- Requires-Dist: markdown-it-py~=3.0; extra == "doc"
36
- Requires-Dist: mdit-py-plugins~=0.4; extra == "doc"
37
- Requires-Dist: pygments~=2.19; extra == "doc"
38
- Provides-Extra: mypy
39
- Requires-Dist: mypy~=1.17; extra == "mypy"
40
- Provides-Extra: prof
41
- Requires-Dist: gprof2dot~=2025.4; extra == "prof"
42
- Provides-Extra: ptk
43
- Requires-Dist: prompt-toolkit~=3.0; extra == "ptk"
44
- Provides-Extra: qr
45
- Requires-Dist: segno~=1.6; extra == "qr"
46
- Dynamic: license-file
File without changes
File without changes