omextra 0.0.0.dev428__tar.gz → 0.0.0.dev430__tar.gz
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.dev428/omextra.egg-info → omextra-0.0.0.dev430}/PKG-INFO +2 -2
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/cli/cli.py +1 -1
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/cli/gen.py +2 -2
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430/omextra.egg-info}/PKG-INFO +2 -2
- omextra-0.0.0.dev430/omextra.egg-info/requires.txt +1 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/pyproject.toml +2 -2
- omextra-0.0.0.dev428/omextra.egg-info/requires.txt +0 -1
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/LICENSE +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/MANIFEST.in +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/README.md +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/.omlish-manifests.json +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/__about__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/defs.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/dynamic.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/Json.g4 +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/_antlr/JsonLexer.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/_antlr/JsonListener.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/_antlr/JsonParser.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/_antlr/JsonVisitor.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/formats/json/_antlr/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/io/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/io/trampoline.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/messages/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/messages/base.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/messages/formats.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/messages/messages.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/messages/parsing.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/numerics/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/numerics/formats.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/numerics/numerics.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/numerics/types.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/LICENSE +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/consts.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/errors.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/message.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/nuh.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/parsing.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/rendering.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/tags.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/irc/protocol/utils.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/Protobuf3.g4 +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Lexer.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Listener.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Parser.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Visitor.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/nodes.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/parsing.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/Minisql.g4 +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/_antlr/MinisqlLexer.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/_antlr/MinisqlListener.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/_antlr/MinisqlParser.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/_antlr/MinisqlVisitor.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/_antlr/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/sql/parsing/parsing.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/cli/__init__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/cli/__main__.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/text/antlr/cli/consts.py +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra.egg-info/SOURCES.txt +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra.egg-info/dependency_links.txt +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra.egg-info/entry_points.txt +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra.egg-info/top_level.txt +0 -0
- {omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/setup.cfg +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.dev430
|
4
4
|
Summary: omextra
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,7 +14,7 @@ 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.dev430
|
18
18
|
Dynamic: license-file
|
19
19
|
|
20
20
|
# Overview
|
@@ -3,7 +3,6 @@ TODO:
|
|
3
3
|
- mtime cmp
|
4
4
|
- parallelism
|
5
5
|
"""
|
6
|
-
import logging
|
7
6
|
import os.path
|
8
7
|
import re
|
9
8
|
import shutil
|
@@ -12,6 +11,7 @@ import typing as ta
|
|
12
11
|
|
13
12
|
from omlish import check
|
14
13
|
from omlish import lang
|
14
|
+
from omlish.logs import all as logs
|
15
15
|
from omlish.os.paths import is_path_in_dir
|
16
16
|
|
17
17
|
from .consts import ANTLR_JAR_URL
|
@@ -24,7 +24,7 @@ else:
|
|
24
24
|
dcache = lang.proxy_import('omdev.cache.data')
|
25
25
|
|
26
26
|
|
27
|
-
log =
|
27
|
+
log = logs.get_module_logger(globals())
|
28
28
|
|
29
29
|
|
30
30
|
##
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: omextra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev430
|
4
4
|
Summary: omextra
|
5
5
|
Author: wrmsr
|
6
6
|
License-Expression: BSD-3-Clause
|
@@ -14,7 +14,7 @@ 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.dev430
|
18
18
|
Dynamic: license-file
|
19
19
|
|
20
20
|
# Overview
|
@@ -0,0 +1 @@
|
|
1
|
+
omlish==0.0.0.dev430
|
@@ -13,7 +13,7 @@ urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = 'BSD-3-Clause'
|
14
14
|
readme = 'README.md'
|
15
15
|
requires-python = '>=3.13'
|
16
|
-
version = '0.0.0.
|
16
|
+
version = '0.0.0.dev430'
|
17
17
|
classifiers = [
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
19
19
|
'Intended Audience :: Developers',
|
@@ -24,7 +24,7 @@ classifiers = [
|
|
24
24
|
]
|
25
25
|
description = 'omextra'
|
26
26
|
dependencies = [
|
27
|
-
'omlish == 0.0.0.
|
27
|
+
'omlish == 0.0.0.dev430',
|
28
28
|
]
|
29
29
|
|
30
30
|
[project.optional-dependencies]
|
@@ -1 +0,0 @@
|
|
1
|
-
omlish==0.0.0.dev428
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Listener.py
RENAMED
File without changes
|
File without changes
|
{omextra-0.0.0.dev428 → omextra-0.0.0.dev430}/omextra/specs/proto/_antlr/Protobuf3Visitor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|