omdev 0.0.0.dev73__py3-none-any.whl → 0.0.0.dev75__py3-none-any.whl
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/.manifests.json +1 -1
- omdev/cli/clicli.py +15 -0
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/METADATA +2 -2
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/RECORD +8 -8
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/LICENSE +0 -0
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev73.dist-info → omdev-0.0.0.dev75.dist-info}/top_level.txt +0 -0
omdev/.manifests.json
CHANGED
omdev/cli/clicli.py
CHANGED
|
@@ -29,6 +29,21 @@ class CliCli(ap.Cli):
|
|
|
29
29
|
def print_home(self) -> None:
|
|
30
30
|
print(sys.prefix)
|
|
31
31
|
|
|
32
|
+
@ap.command(
|
|
33
|
+
ap.arg('args', nargs=ap.REMAINDER),
|
|
34
|
+
name='python',
|
|
35
|
+
accepts_unknown=True,
|
|
36
|
+
)
|
|
37
|
+
def python_cmd(self) -> None:
|
|
38
|
+
os.execvp(
|
|
39
|
+
sys.executable,
|
|
40
|
+
[
|
|
41
|
+
sys.executable,
|
|
42
|
+
*self.unknown_args,
|
|
43
|
+
*self.args.args,
|
|
44
|
+
],
|
|
45
|
+
)
|
|
46
|
+
|
|
32
47
|
@ap.command(
|
|
33
48
|
ap.arg('--url', default=DEFAULT_REINSTALL_URL),
|
|
34
49
|
ap.arg('--local', action='store_true'),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev75
|
|
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.dev75
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black ~=24.10 ; extra == 'all'
|
|
18
18
|
Requires-Dist: pycparser ~=2.22 ; extra == 'all'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
omdev/.manifests.json,sha256=
|
|
1
|
+
omdev/.manifests.json,sha256=klhQ2sV_vOmLBxEjpXbyFk40_zddKfjNdXMNVQRvHaE,4992
|
|
2
2
|
omdev/__about__.py,sha256=bwCUKH9MgCgKZ4s7JedVN9_ESOv-1CziylwJJCgiaE4,1131
|
|
3
3
|
omdev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
omdev/bracepy.py,sha256=HwBK5XmlOsF_juTel25fRLJK9vHSJCWXuCc-OZlevRQ,2619
|
|
@@ -60,7 +60,7 @@ omdev/cexts/_distutils/compilers/unixccompiler.py,sha256=o1h8QuyupLntv4F21_XjzAZ
|
|
|
60
60
|
omdev/cli/__init__.py,sha256=V_l6VP1SZMlJbO-8CJwSuO9TThOy2S_oaPepNYgIrbE,37
|
|
61
61
|
omdev/cli/__main__.py,sha256=mOJpgc07o0r5luQ1DlX4tk2PqZkgmbwPbdzJ3KmtjgQ,138
|
|
62
62
|
omdev/cli/_pathhack.py,sha256=_446loyBbCI3LaP2OhYAkKjWEgf_7eJ6UZyt_hlrClA,1479
|
|
63
|
-
omdev/cli/clicli.py,sha256=
|
|
63
|
+
omdev/cli/clicli.py,sha256=ShTlK2vjFPqnyF9SPTwXd4nRyb6XjCVPQIT4PTGdTL4,2879
|
|
64
64
|
omdev/cli/install.py,sha256=C-W171YlIHt4Cfok-nWSMbHwWhqF_PFqq2HixFttYx8,4460
|
|
65
65
|
omdev/cli/main.py,sha256=fQL-KdKZDmw00d8vtgxGmUc9Pp3dnhW1BW-Pzu6JPX0,4172
|
|
66
66
|
omdev/cli/managers.py,sha256=BV98_n30Jj63OJrFgRoVZRfICxMLXEZKoEn4rMj9LV4,1160
|
|
@@ -120,9 +120,9 @@ omdev/tools/piptools.py,sha256=-jR5q3w4sHqntxCLExFCBNIARB788FUsAbJ62PK2sBU,2774
|
|
|
120
120
|
omdev/tools/proftools.py,sha256=8ZU9x_Dq8eT2ZFwU9sJpDIvxcIn9qBc8y2ELKPb5e5M,1382
|
|
121
121
|
omdev/tools/rsttool.py,sha256=suwsfseUf8GH8rYmYygTUdif-Jk_bX1g9fYRLXaKkmM,1340
|
|
122
122
|
omdev/tools/sqlrepl.py,sha256=tmFZh80-xsGM62dyQ7_UGLebChrj7IHbIPYBWDJMgVk,5741
|
|
123
|
-
omdev-0.0.0.
|
|
124
|
-
omdev-0.0.0.
|
|
125
|
-
omdev-0.0.0.
|
|
126
|
-
omdev-0.0.0.
|
|
127
|
-
omdev-0.0.0.
|
|
128
|
-
omdev-0.0.0.
|
|
123
|
+
omdev-0.0.0.dev75.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
124
|
+
omdev-0.0.0.dev75.dist-info/METADATA,sha256=1LoFxYi8WjCYgvVoDNMOFrbmqqMVLywuI7hOE0KyoQY,1492
|
|
125
|
+
omdev-0.0.0.dev75.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
126
|
+
omdev-0.0.0.dev75.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
|
127
|
+
omdev-0.0.0.dev75.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
|
128
|
+
omdev-0.0.0.dev75.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|