omdev 0.0.0.dev98__tar.gz → 0.0.0.dev99__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.
Potentially problematic release.
This version of omdev might be problematic. Click here for more details.
- {omdev-0.0.0.dev98/omdev.egg-info → omdev-0.0.0.dev99}/PKG-INFO +2 -2
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/.manifests.json +22 -22
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev.egg-info/SOURCES.txt +6 -6
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/pyproject.toml +2 -2
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/LICENSE +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/README.rst +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/antlr/_antlr/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/clipboard/darwin.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/git.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/__init__.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/doctools.py → /omdev-0.0.0.dev99/omdev/tools/doc.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/dockertools.py → /omdev-0.0.0.dev99/omdev/tools/docker.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/gittools.py → /omdev-0.0.0.dev99/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/mkrelimp.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/nbtools.py → /omdev-0.0.0.dev99/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/pawk/pawk.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/piptools.py → /omdev-0.0.0.dev99/omdev/tools/pip.py +0 -0
- /omdev-0.0.0.dev98/omdev/tools/proftools.py → /omdev-0.0.0.dev99/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev98 → omdev-0.0.0.dev99}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev99
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev99
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -192,38 +192,38 @@
|
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
|
-
"module": ".tools.
|
|
195
|
+
"module": ".tools.doc",
|
|
196
196
|
"attr": "_CLI_MODULE",
|
|
197
|
-
"file": "omdev/tools/
|
|
198
|
-
"line":
|
|
197
|
+
"file": "omdev/tools/doc.py",
|
|
198
|
+
"line": 103,
|
|
199
199
|
"value": {
|
|
200
200
|
"$.cli.types.CliModule": {
|
|
201
|
-
"cmd_name": "
|
|
202
|
-
"mod_name": "omdev.tools.
|
|
201
|
+
"cmd_name": "doc",
|
|
202
|
+
"mod_name": "omdev.tools.doc"
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
"module": ".tools.
|
|
207
|
+
"module": ".tools.docker",
|
|
208
208
|
"attr": "_CLI_MODULE",
|
|
209
|
-
"file": "omdev/tools/
|
|
210
|
-
"line":
|
|
209
|
+
"file": "omdev/tools/docker.py",
|
|
210
|
+
"line": 236,
|
|
211
211
|
"value": {
|
|
212
212
|
"$.cli.types.CliModule": {
|
|
213
|
-
"cmd_name": "
|
|
214
|
-
"mod_name": "omdev.tools.
|
|
213
|
+
"cmd_name": "docker",
|
|
214
|
+
"mod_name": "omdev.tools.docker"
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
"module": ".tools.
|
|
219
|
+
"module": ".tools.git",
|
|
220
220
|
"attr": "_CLI_MODULE",
|
|
221
|
-
"file": "omdev/tools/
|
|
221
|
+
"file": "omdev/tools/git.py",
|
|
222
222
|
"line": 124,
|
|
223
223
|
"value": {
|
|
224
224
|
"$.cli.types.CliModule": {
|
|
225
225
|
"cmd_name": "git",
|
|
226
|
-
"mod_name": "omdev.tools.
|
|
226
|
+
"mod_name": "omdev.tools.git"
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
},
|
|
@@ -252,9 +252,9 @@
|
|
|
252
252
|
}
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
"module": ".tools.
|
|
255
|
+
"module": ".tools.notebook",
|
|
256
256
|
"attr": "_CLI_MODULE",
|
|
257
|
-
"file": "omdev/tools/
|
|
257
|
+
"file": "omdev/tools/notebook.py",
|
|
258
258
|
"line": 120,
|
|
259
259
|
"value": {
|
|
260
260
|
"$.cli.types.CliModule": {
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"notebook",
|
|
263
263
|
"nb"
|
|
264
264
|
],
|
|
265
|
-
"mod_name": "omdev.tools.
|
|
265
|
+
"mod_name": "omdev.tools.notebook"
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
},
|
|
@@ -279,26 +279,26 @@
|
|
|
279
279
|
}
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
|
-
"module": ".tools.
|
|
282
|
+
"module": ".tools.pip",
|
|
283
283
|
"attr": "_CLI_MODULE",
|
|
284
|
-
"file": "omdev/tools/
|
|
284
|
+
"file": "omdev/tools/pip.py",
|
|
285
285
|
"line": 88,
|
|
286
286
|
"value": {
|
|
287
287
|
"$.cli.types.CliModule": {
|
|
288
288
|
"cmd_name": "pip",
|
|
289
|
-
"mod_name": "omdev.tools.
|
|
289
|
+
"mod_name": "omdev.tools.pip"
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
293
|
{
|
|
294
|
-
"module": ".tools.
|
|
294
|
+
"module": ".tools.prof",
|
|
295
295
|
"attr": "_CLI_MODULE",
|
|
296
|
-
"file": "omdev/tools/
|
|
296
|
+
"file": "omdev/tools/prof.py",
|
|
297
297
|
"line": 50,
|
|
298
298
|
"value": {
|
|
299
299
|
"$.cli.types.CliModule": {
|
|
300
300
|
"cmd_name": "prof",
|
|
301
|
-
"mod_name": "omdev.tools.
|
|
301
|
+
"mod_name": "omdev.tools.prof"
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev99
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev99
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -130,14 +130,14 @@ omdev/toml/__init__.py
|
|
|
130
130
|
omdev/toml/parser.py
|
|
131
131
|
omdev/toml/writer.py
|
|
132
132
|
omdev/tools/__init__.py
|
|
133
|
-
omdev/tools/
|
|
134
|
-
omdev/tools/
|
|
135
|
-
omdev/tools/
|
|
133
|
+
omdev/tools/doc.py
|
|
134
|
+
omdev/tools/docker.py
|
|
135
|
+
omdev/tools/git.py
|
|
136
136
|
omdev/tools/importscan.py
|
|
137
137
|
omdev/tools/mkrelimp.py
|
|
138
|
-
omdev/tools/
|
|
139
|
-
omdev/tools/
|
|
140
|
-
omdev/tools/
|
|
138
|
+
omdev/tools/notebook.py
|
|
139
|
+
omdev/tools/pip.py
|
|
140
|
+
omdev/tools/prof.py
|
|
141
141
|
omdev/tools/sqlrepl.py
|
|
142
142
|
omdev/tools/pawk/__init__.py
|
|
143
143
|
omdev/tools/pawk/__main__.py
|
|
@@ -12,7 +12,7 @@ authors = [
|
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
|
14
14
|
requires-python = '>=3.12'
|
|
15
|
-
version = '0.0.0.
|
|
15
|
+
version = '0.0.0.dev99'
|
|
16
16
|
classifiers = [
|
|
17
17
|
'License :: OSI Approved :: BSD License',
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
]
|
|
23
23
|
description = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev99',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-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
|