omextra 0.0.0.dev475__py3-none-any.whl → 0.0.0.dev487__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.
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/METADATA +8 -5
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/RECORD +6 -6
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/WHEEL +0 -0
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/entry_points.txt +0 -0
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/licenses/LICENSE +0 -0
- {omextra-0.0.0.dev475.dist-info → omextra-0.0.0.dev487.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omextra
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev487
|
|
4
4
|
Summary: omextra
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -14,17 +14,20 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
14
14
|
Requires-Python: >=3.13
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: omlish==0.0.0.
|
|
17
|
+
Requires-Dist: omlish==0.0.0.dev487
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
21
21
|
|
|
22
22
|
Core-like code not appropriate for inclusion in `omlish` for one reason or another. A bit like
|
|
23
|
-
[`golang.org/x`](https://pkg.go.dev/golang.org/x).
|
|
23
|
+
[`golang.org/x`](https://pkg.go.dev/golang.org/x) but even less suitable for production use.
|
|
24
24
|
|
|
25
|
-
Code here is usually in the process of either moving out of or moving into `omlish` proper
|
|
25
|
+
Code here is usually in the process of either moving out of or moving into `omlish` proper, or being demoted to the
|
|
26
|
+
unpublished `x` root dir, or just being deleted.
|
|
26
27
|
|
|
27
28
|
# Notable packages
|
|
28
29
|
|
|
29
30
|
- **[text.antlr](https://github.com/wrmsr/omlish/blob/master/omextra/text/antlr)** -
|
|
30
|
-
[ANTLR](https://www.antlr.org/)-related code.
|
|
31
|
+
[ANTLR](https://www.antlr.org/)-related code. The codebase is generally moving away from antlr in favor of an internal
|
|
32
|
+
[abnf engine](text/abnf), but I have other projects that need the full power of antlr, so it may remain as an optional
|
|
33
|
+
dep for utility code (much like sqlalchemy).
|
|
@@ -145,9 +145,9 @@ omextra/text/antlr/cli/__main__.py,sha256=ckYkj0drxabBVwWYewH2SS36TTeAxllZtS4xEl
|
|
|
145
145
|
omextra/text/antlr/cli/cli.py,sha256=LW8pJNmySBOV3g8QxquPjUgxFv7YblzEyi555hHH3_M,1234
|
|
146
146
|
omextra/text/antlr/cli/consts.py,sha256=HUYJP9j4RfeuuQv6HFd2oFMS0piWJ9Sq1tbeAs4OlBc,290
|
|
147
147
|
omextra/text/antlr/cli/gen.py,sha256=HYleVptrpynwcl6GspX6O9_oMRSxwdYAQGuUFfDYse8,5236
|
|
148
|
-
omextra-0.0.0.
|
|
149
|
-
omextra-0.0.0.
|
|
150
|
-
omextra-0.0.0.
|
|
151
|
-
omextra-0.0.0.
|
|
152
|
-
omextra-0.0.0.
|
|
153
|
-
omextra-0.0.0.
|
|
148
|
+
omextra-0.0.0.dev487.dist-info/licenses/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
|
149
|
+
omextra-0.0.0.dev487.dist-info/METADATA,sha256=Har3sQSHp-k46tx0TK0lHiq_TAqZFdaGfl-dBpqKUU4,1357
|
|
150
|
+
omextra-0.0.0.dev487.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
151
|
+
omextra-0.0.0.dev487.dist-info/entry_points.txt,sha256=-MFAMks5HgZ60Ore0Wl5lKVKk8z4kf1Ls3WY9E_OlCU,37
|
|
152
|
+
omextra-0.0.0.dev487.dist-info/top_level.txt,sha256=o1nCNRejLMcayDngLuWMWwaeOucz33BXbpuoVvvzjPc,8
|
|
153
|
+
omextra-0.0.0.dev487.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|