omdev 0.0.0.dev264__py3-none-any.whl → 0.0.0.dev266__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.
- omdev/__about__.py +1 -1
- omdev/manifests/build.py +1 -1
- omdev/ptk/__init__.py +4 -0
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/METADATA +4 -4
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/RECORD +9 -9
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/licenses/LICENSE +0 -0
- {omdev-0.0.0.dev264.dist-info → omdev-0.0.0.dev266.dist-info}/top_level.txt +0 -0
omdev/__about__.py
CHANGED
omdev/manifests/build.py
CHANGED
@@ -202,7 +202,7 @@ class ManifestBuilder:
|
|
202
202
|
if not origins:
|
203
203
|
raise Exception('no manifests found')
|
204
204
|
|
205
|
-
if (dups := [k for k, v in collections.Counter(o.attr for o in origins).items() if v > 1]):
|
205
|
+
if (dups := [k for k, v in collections.Counter(o.attr for o in origins if o.attr is not None).items() if v > 1]): # noqa
|
206
206
|
raise Exception(f'Duplicate attrs: {dups}')
|
207
207
|
|
208
208
|
subproc_src = '\n\n'.join([
|
omdev/ptk/__init__.py
CHANGED
@@ -5,6 +5,7 @@ from prompt_toolkit import Application
|
|
5
5
|
from prompt_toolkit.application import get_app
|
6
6
|
from prompt_toolkit.application import run_in_terminal
|
7
7
|
from prompt_toolkit.buffer import Buffer
|
8
|
+
from prompt_toolkit.completion import CompleteEvent
|
8
9
|
from prompt_toolkit.completion import Completer
|
9
10
|
from prompt_toolkit.completion import Completion
|
10
11
|
from prompt_toolkit.completion import PathCompleter
|
@@ -18,6 +19,9 @@ from prompt_toolkit.filters import is_searching
|
|
18
19
|
from prompt_toolkit.filters import to_filter
|
19
20
|
from prompt_toolkit.filters import vi_insert_mode
|
20
21
|
from prompt_toolkit.filters import vi_navigation_mode
|
22
|
+
from prompt_toolkit.formatted_text import AnyFormattedText
|
23
|
+
from prompt_toolkit.formatted_text import FormattedText
|
24
|
+
from prompt_toolkit.formatted_text import StyleAndTextTuples
|
21
25
|
from prompt_toolkit.history import FileHistory
|
22
26
|
from prompt_toolkit.input import DummyInput
|
23
27
|
from prompt_toolkit.input import Input
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omdev
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev266
|
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.dev266
|
16
16
|
Provides-Extra: all
|
17
17
|
Requires-Dist: black~=25.1; extra == "all"
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
@@ -20,7 +20,7 @@ Requires-Dist: pcpp~=1.30; extra == "all"
|
|
20
20
|
Requires-Dist: cffi~=1.17; extra == "all"
|
21
21
|
Requires-Dist: docutils~=0.21; extra == "all"
|
22
22
|
Requires-Dist: markdown~=3.7; extra == "all"
|
23
|
-
Requires-Dist: mypy~=1.
|
23
|
+
Requires-Dist: mypy~=1.15; extra == "all"
|
24
24
|
Requires-Dist: gprof2dot~=2024.6; extra == "all"
|
25
25
|
Requires-Dist: prompt-toolkit~=3.0; extra == "all"
|
26
26
|
Requires-Dist: segno~=1.6; extra == "all"
|
@@ -35,7 +35,7 @@ Provides-Extra: doc
|
|
35
35
|
Requires-Dist: docutils~=0.21; extra == "doc"
|
36
36
|
Requires-Dist: markdown~=3.7; extra == "doc"
|
37
37
|
Provides-Extra: mypy
|
38
|
-
Requires-Dist: mypy~=1.
|
38
|
+
Requires-Dist: mypy~=1.15; extra == "mypy"
|
39
39
|
Provides-Extra: prof
|
40
40
|
Requires-Dist: gprof2dot~=2024.6; extra == "prof"
|
41
41
|
Provides-Extra: ptk
|
@@ -1,5 +1,5 @@
|
|
1
1
|
omdev/.manifests.json,sha256=hSEXKyag8MruNusPyIwNlvmQzOB4hSjjkSPbiiX0ufw,9833
|
2
|
-
omdev/__about__.py,sha256=
|
2
|
+
omdev/__about__.py,sha256=zoyBmj0TF_W82x0PED8gLtrmcYTng6UePKZ_RGiQVGE,1214
|
3
3
|
omdev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
omdev/bracepy.py,sha256=I8EdqtDvxzAi3I8TuMEW-RBfwXfqKbwp06CfOdj3L1o,2743
|
5
5
|
omdev/classdot.py,sha256=YOvgy6x295I_8NKBbBlRVd3AN7Osirm_Lqt4Wj0j9rY,1631
|
@@ -158,7 +158,7 @@ omdev/magic/prepare.py,sha256=V5jYT2AeFmazzPwk9sNismSouLwFXEoik6FwKcWCNUY,589
|
|
158
158
|
omdev/magic/styles.py,sha256=YQ-HgwfvFWPj-o_705E7A-yehEn1G1hRNLPWpeWCK0U,605
|
159
159
|
omdev/manifests/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
160
160
|
omdev/manifests/__main__.py,sha256=JqyVDyV7_jo-NZ3wSs5clDU_xCMlxzJv-XFohoZWQ7E,174
|
161
|
-
omdev/manifests/build.py,sha256=
|
161
|
+
omdev/manifests/build.py,sha256=1Ah6NhNylAT-bIfDlKDOVlfitxe9UNYPudOwxO0s1aY,10025
|
162
162
|
omdev/manifests/dumping.py,sha256=mYXO58oXWQdTIn7A9XTnGv2-3LRPvO_uQmqkwPn9cMw,3470
|
163
163
|
omdev/manifests/main.py,sha256=7zRlyE0BDPqITEbChlTBRGulAvG1nUZPHXrerNExriE,2126
|
164
164
|
omdev/mypy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -193,7 +193,7 @@ omdev/precheck/lite.py,sha256=WFi7Ox2XD_L-jx8rdjXucoGMi5AiEFkDGYWhCW8ZH6g,4692
|
|
193
193
|
omdev/precheck/main.py,sha256=XkwQnC_4YH-0P9YYkVxKUHAAj0o6iXiCu6S-oU_WaQk,2948
|
194
194
|
omdev/precheck/manifests.py,sha256=ulwuYeZ0vnRsj8uTUbQGifoBNwI82MAsJuffs3rVIak,760
|
195
195
|
omdev/precheck/scripts.py,sha256=Xw9kkQzlDd_2V9av9qlaNpNZG9jZdy3TTo7x60MeR2I,1273
|
196
|
-
omdev/ptk/__init__.py,sha256=
|
196
|
+
omdev/ptk/__init__.py,sha256=HnskXITUf9axCoxiGxWuK7hd03GWJ__kLNqOizsPytw,4286
|
197
197
|
omdev/ptk/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
198
198
|
omdev/ptk/apps/ncdu.py,sha256=dOkEJoc2Wjv1u_Uge7Vpei_LvXldoPP5833Eia355tc,4548
|
199
199
|
omdev/pyproject/__init__.py,sha256=Y3l4WY4JRi2uLG6kgbGp93fuGfkxkKwZDvhsa0Rwgtk,15
|
@@ -253,9 +253,9 @@ omdev/tools/json/rendering.py,sha256=tMcjOW5edfozcMSTxxvF7WVTsbYLoe9bCKFh50qyaGw
|
|
253
253
|
omdev/tools/pawk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
254
254
|
omdev/tools/pawk/__main__.py,sha256=VCqeRVnqT1RPEoIrqHFSu4PXVMg4YEgF4qCQm90-eRI,66
|
255
255
|
omdev/tools/pawk/pawk.py,sha256=zsEkfQX0jF5bn712uqPAyBSdJt2dno1LH2oeSMNfXQI,11424
|
256
|
-
omdev-0.0.0.
|
257
|
-
omdev-0.0.0.
|
258
|
-
omdev-0.0.0.
|
259
|
-
omdev-0.0.0.
|
260
|
-
omdev-0.0.0.
|
261
|
-
omdev-0.0.0.
|
256
|
+
omdev-0.0.0.dev266.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
257
|
+
omdev-0.0.0.dev266.dist-info/METADATA,sha256=XdG7joDRr-AxSyQeHn9NjoohSPa4DikjXOhR0D3LCEc,1658
|
258
|
+
omdev-0.0.0.dev266.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
259
|
+
omdev-0.0.0.dev266.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
260
|
+
omdev-0.0.0.dev266.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
261
|
+
omdev-0.0.0.dev266.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|