omdev 0.0.0.dev169__py3-none-any.whl → 0.0.0.dev170__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/antlr/consts.py +1 -1
- omdev/antlr/gen.py +4 -0
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/METADATA +2 -2
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/RECORD +8 -8
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/LICENSE +0 -0
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/WHEEL +0 -0
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/entry_points.txt +0 -0
- {omdev-0.0.0.dev169.dist-info → omdev-0.0.0.dev170.dist-info}/top_level.txt +0 -0
omdev/antlr/consts.py
CHANGED
omdev/antlr/gen.py
CHANGED
@@ -95,6 +95,10 @@ def _main() -> None:
|
|
95
95
|
parser.add_argument('roots', nargs='*')
|
96
96
|
args = parser.parse_args()
|
97
97
|
|
98
|
+
if not args.roots:
|
99
|
+
parser.print_help()
|
100
|
+
return
|
101
|
+
|
98
102
|
base_dir = os.getcwd()
|
99
103
|
if not os.path.isfile(os.path.join(base_dir, 'pyproject.toml')):
|
100
104
|
raise RuntimeError('Must run from project root')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: omdev
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev170
|
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.dev170
|
16
16
|
Provides-Extra: all
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
@@ -23,8 +23,8 @@ omdev/amalg/strip.py,sha256=lsIkwCle66VjlEFpeQtQ2_sKhpn4HpYN_r4KP6v0DmQ,1439
|
|
23
23
|
omdev/amalg/types.py,sha256=P0VKeWxXKOMQISqHcEFqSBzHQIbIly_nzi1GbMz6EZo,86
|
24
24
|
omdev/amalg/typing.py,sha256=q90Mp5JdJaNMLTTwNHSGVx-z6rgfvSZNoV2KRj4dOmg,2049
|
25
25
|
omdev/antlr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
omdev/antlr/consts.py,sha256=
|
27
|
-
omdev/antlr/gen.py,sha256=
|
26
|
+
omdev/antlr/consts.py,sha256=6iKuncbRXnGAqemNAceaR2mdFSs-8VbBV-pluM-8Bu4,284
|
27
|
+
omdev/antlr/gen.py,sha256=ZuDoh8ksIGlTSufEnJXogpk7gRVfmPirERdLx2nMWDo,3020
|
28
28
|
omdev/cache/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
29
|
omdev/cache/compute/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
30
|
omdev/cache/compute/cache.py,sha256=FA6tZWoQpE8D8Os3abdtfT90juzkqBmESjJE3WQXZtQ,3623
|
@@ -164,9 +164,9 @@ omdev/tools/json/rendering.py,sha256=jNShMfCpFR9-Kcn6cUFuOChXHjg71diuTC4x7Ofmz-o
|
|
164
164
|
omdev/tools/pawk/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
165
165
|
omdev/tools/pawk/__main__.py,sha256=VCqeRVnqT1RPEoIrqHFSu4PXVMg4YEgF4qCQm90-eRI,66
|
166
166
|
omdev/tools/pawk/pawk.py,sha256=Eckymn22GfychCQcQi96BFqRo_LmiJ-EPhC8TTUJdB4,11446
|
167
|
-
omdev-0.0.0.
|
168
|
-
omdev-0.0.0.
|
169
|
-
omdev-0.0.0.
|
170
|
-
omdev-0.0.0.
|
171
|
-
omdev-0.0.0.
|
172
|
-
omdev-0.0.0.
|
167
|
+
omdev-0.0.0.dev170.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
168
|
+
omdev-0.0.0.dev170.dist-info/METADATA,sha256=A3wGLa0J_rGtJSE3LAtFjVCVGDCdubdV4wKXi1uEyR8,1760
|
169
|
+
omdev-0.0.0.dev170.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
170
|
+
omdev-0.0.0.dev170.dist-info/entry_points.txt,sha256=dHLXFmq5D9B8qUyhRtFqTGWGxlbx3t5ejedjrnXNYLU,33
|
171
|
+
omdev-0.0.0.dev170.dist-info/top_level.txt,sha256=1nr7j30fEWgLYHW3lGR9pkdHkb7knv1U1ES1XRNVQ6k,6
|
172
|
+
omdev-0.0.0.dev170.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|