omdev 0.0.0.dev131__py3-none-any.whl → 0.0.0.dev132__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/ptk/__init__.py +6 -1
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/METADATA +2 -2
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/RECORD +7 -7
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/LICENSE +0 -0
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev131.dist-info → omdev-0.0.0.dev132.dist-info}/top_level.txt +0 -0
omdev/ptk/__init__.py
CHANGED
|
@@ -3,10 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
from prompt_toolkit import Application
|
|
5
5
|
from prompt_toolkit.filters import to_filter
|
|
6
|
+
from prompt_toolkit.input import create_input
|
|
6
7
|
from prompt_toolkit.key_binding import KeyBindings
|
|
7
8
|
from prompt_toolkit.key_binding import KeyPressEvent
|
|
9
|
+
from prompt_toolkit.layout import D
|
|
10
|
+
from prompt_toolkit.layout import HSplit
|
|
8
11
|
from prompt_toolkit.layout import Layout
|
|
9
|
-
from prompt_toolkit.layout
|
|
12
|
+
from prompt_toolkit.layout import VSplit
|
|
13
|
+
from prompt_toolkit.layout import Window
|
|
10
14
|
from prompt_toolkit.styles import Style
|
|
11
15
|
from prompt_toolkit.widgets import Frame
|
|
16
|
+
from prompt_toolkit.widgets import Label
|
|
12
17
|
from prompt_toolkit.widgets import TextArea
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev132
|
|
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.dev132
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -104,7 +104,7 @@ omdev/precheck/lite.py,sha256=z99pgTO4SAmLEqSj6qaKd4hcs0WpwixYkQZn75lZRX8,3883
|
|
|
104
104
|
omdev/precheck/main.py,sha256=wryjWMXEa-9dmfdcvU_1uVwWw_GtCcoknXfUOyZvdw8,2872
|
|
105
105
|
omdev/precheck/manifests.py,sha256=YfXqt6u0hlFXY0QkBMec6V_6Y9T4eCVAmrJDkQkB13U,774
|
|
106
106
|
omdev/precheck/scripts.py,sha256=Xw9kkQzlDd_2V9av9qlaNpNZG9jZdy3TTo7x60MeR2I,1273
|
|
107
|
-
omdev/ptk/__init__.py,sha256=
|
|
107
|
+
omdev/ptk/__init__.py,sha256=QIu7cMeCKgNiXvIt7pXTESToJLuRMN0Qsxns_Z7ci0k,641
|
|
108
108
|
omdev/ptk/apps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
109
|
omdev/ptk/apps/ncdu.py,sha256=dOkEJoc2Wjv1u_Uge7Vpei_LvXldoPP5833Eia355tc,4548
|
|
110
110
|
omdev/pycharm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -143,9 +143,9 @@ omdev/tools/sqlrepl.py,sha256=tmFZh80-xsGM62dyQ7_UGLebChrj7IHbIPYBWDJMgVk,5741
|
|
|
143
143
|
omdev/tools/pawk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
144
144
|
omdev/tools/pawk/__main__.py,sha256=VCqeRVnqT1RPEoIrqHFSu4PXVMg4YEgF4qCQm90-eRI,66
|
|
145
145
|
omdev/tools/pawk/pawk.py,sha256=Eckymn22GfychCQcQi96BFqRo_LmiJ-EPhC8TTUJdB4,11446
|
|
146
|
-
omdev-0.0.0.
|
|
147
|
-
omdev-0.0.0.
|
|
148
|
-
omdev-0.0.0.
|
|
149
|
-
omdev-0.0.0.
|
|
150
|
-
omdev-0.0.0.
|
|
151
|
-
omdev-0.0.0.
|
|
146
|
+
omdev-0.0.0.dev132.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
147
|
+
omdev-0.0.0.dev132.dist-info/METADATA,sha256=KkCA4BxZol2f1Ucan8G98ANEX9uQaHGl2MhGSlPS5v0,1760
|
|
148
|
+
omdev-0.0.0.dev132.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
149
|
+
omdev-0.0.0.dev132.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
|
150
|
+
omdev-0.0.0.dev132.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
|
151
|
+
omdev-0.0.0.dev132.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|