omdev 0.0.0.dev12__tar.gz → 0.0.0.dev13__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.
- omdev-0.0.0.dev13/PKG-INFO +32 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/__about__.py +6 -6
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/amalg/amalg.py +13 -1
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/cmake.py +1 -1
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/interp.py +5 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/pyproject.py +7 -0
- omdev-0.0.0.dev13/omdev.egg-info/PKG-INFO +32 -0
- omdev-0.0.0.dev13/omdev.egg-info/requires.txt +23 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/pyproject.toml +15 -15
- omdev-0.0.0.dev12/PKG-INFO +0 -32
- omdev-0.0.0.dev12/omdev.egg-info/PKG-INFO +0 -32
- omdev-0.0.0.dev12/omdev.egg-info/requires.txt +0 -23
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/LICENSE +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/README.rst +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/build.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/importhook.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/exts/scan.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/ext.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/bracepy.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/findimports.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/findmagic.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/scripts/traceimport.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tools/revisions.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/versioning/__init__.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/versioning/specifiers.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/versioning/versions.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev12 → omdev-0.0.0.dev13}/setup.cfg +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: omdev
|
|
3
|
+
Version: 0.0.0.dev13
|
|
4
|
+
Summary: omdev
|
|
5
|
+
Author: wrmsr
|
|
6
|
+
License: BSD-3-Clause
|
|
7
|
+
Project-URL: source, https://github.com/wrmsr/omlish
|
|
8
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
9
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Operating System :: POSIX
|
|
13
|
+
Requires-Python: ~=3.12
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev13
|
|
16
|
+
Provides-Extra: all
|
|
17
|
+
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
|
+
Requires-Dist: cffi~=1.17; extra == "all"
|
|
19
|
+
Requires-Dist: pcpp~=1.30; extra == "all"
|
|
20
|
+
Requires-Dist: mypy~=1.11; extra == "all"
|
|
21
|
+
Requires-Dist: tokenize_rt~=6.0; extra == "all"
|
|
22
|
+
Requires-Dist: wheel~=0.44; extra == "all"
|
|
23
|
+
Provides-Extra: c
|
|
24
|
+
Requires-Dist: pycparser~=2.22; extra == "c"
|
|
25
|
+
Requires-Dist: cffi~=1.17; extra == "c"
|
|
26
|
+
Requires-Dist: pcpp~=1.30; extra == "c"
|
|
27
|
+
Provides-Extra: mypy
|
|
28
|
+
Requires-Dist: mypy~=1.11; extra == "mypy"
|
|
29
|
+
Provides-Extra: tokens
|
|
30
|
+
Requires-Dist: tokenize_rt~=6.0; extra == "tokens"
|
|
31
|
+
Provides-Extra: wheel
|
|
32
|
+
Requires-Dist: wheel~=0.44; extra == "wheel"
|
|
@@ -13,21 +13,21 @@ class Project(ProjectBase):
|
|
|
13
13
|
|
|
14
14
|
optional_dependencies = {
|
|
15
15
|
'c': [
|
|
16
|
-
'pycparser
|
|
17
|
-
'cffi
|
|
18
|
-
'pcpp
|
|
16
|
+
'pycparser ~= 2.22',
|
|
17
|
+
'cffi ~= 1.17',
|
|
18
|
+
'pcpp ~= 1.30',
|
|
19
19
|
],
|
|
20
20
|
|
|
21
21
|
'mypy': [
|
|
22
|
-
'mypy
|
|
22
|
+
'mypy ~= 1.11',
|
|
23
23
|
],
|
|
24
24
|
|
|
25
25
|
'tokens': [
|
|
26
|
-
'tokenize_rt
|
|
26
|
+
'tokenize_rt ~= 6.0',
|
|
27
27
|
],
|
|
28
28
|
|
|
29
29
|
'wheel': [
|
|
30
|
-
'wheel
|
|
30
|
+
'wheel ~= 0.44',
|
|
31
31
|
],
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -363,13 +363,25 @@ def gen_amalg(
|
|
|
363
363
|
|
|
364
364
|
##
|
|
365
365
|
|
|
366
|
+
tyd: dict[str, list[Typing]] = {}
|
|
366
367
|
tys = set()
|
|
367
368
|
for sf in sfs:
|
|
368
369
|
f = src_files[sf]
|
|
369
370
|
for ty in f.typings:
|
|
370
371
|
if ty.src not in tys:
|
|
371
|
-
|
|
372
|
+
tyd.setdefault(f.path, []).append(ty)
|
|
372
373
|
tys.add(ty.src)
|
|
374
|
+
for i, (sf, ftys) in enumerate(tyd.items()):
|
|
375
|
+
f = src_files[sf]
|
|
376
|
+
if i:
|
|
377
|
+
out.write('\n')
|
|
378
|
+
if f is not mf:
|
|
379
|
+
rp = os.path.relpath(f.path, mf.path)
|
|
380
|
+
else:
|
|
381
|
+
rp = os.path.basename(f.path)
|
|
382
|
+
out.write(f'# {rp}\n')
|
|
383
|
+
for ty in ftys:
|
|
384
|
+
out.write(ty.src)
|
|
373
385
|
if tys:
|
|
374
386
|
out.write('\n\n')
|
|
375
387
|
|
|
@@ -29,13 +29,18 @@ import threading
|
|
|
29
29
|
import typing as ta
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# ../../versioning/versions.py
|
|
32
33
|
VersionLocalType = ta.Tuple[ta.Union[int, str], ...]
|
|
33
34
|
VersionCmpPrePostDevType = ta.Union['InfinityVersionType', 'NegativeInfinityVersionType', ta.Tuple[str, int]]
|
|
34
35
|
_VersionCmpLocalType0 = ta.Tuple[ta.Union[ta.Tuple[int, str], ta.Tuple['NegativeInfinityVersionType', ta.Union[int, str]]], ...] # noqa
|
|
35
36
|
VersionCmpLocalType = ta.Union['NegativeInfinityVersionType', _VersionCmpLocalType0]
|
|
36
37
|
VersionCmpKey = ta.Tuple[int, ta.Tuple[int, ...], VersionCmpPrePostDevType, VersionCmpPrePostDevType, VersionCmpPrePostDevType, VersionCmpLocalType] # noqa
|
|
37
38
|
VersionComparisonMethod = ta.Callable[[VersionCmpKey, VersionCmpKey], bool]
|
|
39
|
+
|
|
40
|
+
# ../../../omlish/lite/check.py
|
|
38
41
|
T = ta.TypeVar('T')
|
|
42
|
+
|
|
43
|
+
# ../../versioning/specifiers.py
|
|
39
44
|
UnparsedVersion = ta.Union['Version', str]
|
|
40
45
|
UnparsedVersionVar = ta.TypeVar('UnparsedVersionVar', bound=UnparsedVersion)
|
|
41
46
|
CallableVersionOperator = ta.Callable[['Version', str], bool]
|
|
@@ -55,16 +55,23 @@ import uuid
|
|
|
55
55
|
import weakref # noqa
|
|
56
56
|
|
|
57
57
|
|
|
58
|
+
# ../../toml/parser.py
|
|
58
59
|
TomlParseFloat = ta.Callable[[str], ta.Any]
|
|
59
60
|
TomlKey = ta.Tuple[str, ...]
|
|
60
61
|
TomlPos = int # ta.TypeAlias
|
|
62
|
+
|
|
63
|
+
# ../../versioning/versions.py
|
|
61
64
|
VersionLocalType = ta.Tuple[ta.Union[int, str], ...]
|
|
62
65
|
VersionCmpPrePostDevType = ta.Union['InfinityVersionType', 'NegativeInfinityVersionType', ta.Tuple[str, int]]
|
|
63
66
|
_VersionCmpLocalType0 = ta.Tuple[ta.Union[ta.Tuple[int, str], ta.Tuple['NegativeInfinityVersionType', ta.Union[int, str]]], ...] # noqa
|
|
64
67
|
VersionCmpLocalType = ta.Union['NegativeInfinityVersionType', _VersionCmpLocalType0]
|
|
65
68
|
VersionCmpKey = ta.Tuple[int, ta.Tuple[int, ...], VersionCmpPrePostDevType, VersionCmpPrePostDevType, VersionCmpPrePostDevType, VersionCmpLocalType] # noqa
|
|
66
69
|
VersionComparisonMethod = ta.Callable[[VersionCmpKey, VersionCmpKey], bool]
|
|
70
|
+
|
|
71
|
+
# ../../../omlish/lite/check.py
|
|
67
72
|
T = ta.TypeVar('T')
|
|
73
|
+
|
|
74
|
+
# ../../versioning/specifiers.py
|
|
68
75
|
UnparsedVersion = ta.Union['Version', str]
|
|
69
76
|
UnparsedVersionVar = ta.TypeVar('UnparsedVersionVar', bound=UnparsedVersion)
|
|
70
77
|
CallableVersionOperator = ta.Callable[['Version', str], bool]
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: omdev
|
|
3
|
+
Version: 0.0.0.dev13
|
|
4
|
+
Summary: omdev
|
|
5
|
+
Author: wrmsr
|
|
6
|
+
License: BSD-3-Clause
|
|
7
|
+
Project-URL: source, https://github.com/wrmsr/omlish
|
|
8
|
+
Classifier: License :: OSI Approved :: BSD License
|
|
9
|
+
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Operating System :: POSIX
|
|
13
|
+
Requires-Python: ~=3.12
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev13
|
|
16
|
+
Provides-Extra: all
|
|
17
|
+
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
|
+
Requires-Dist: cffi~=1.17; extra == "all"
|
|
19
|
+
Requires-Dist: pcpp~=1.30; extra == "all"
|
|
20
|
+
Requires-Dist: mypy~=1.11; extra == "all"
|
|
21
|
+
Requires-Dist: tokenize_rt~=6.0; extra == "all"
|
|
22
|
+
Requires-Dist: wheel~=0.44; extra == "all"
|
|
23
|
+
Provides-Extra: c
|
|
24
|
+
Requires-Dist: pycparser~=2.22; extra == "c"
|
|
25
|
+
Requires-Dist: cffi~=1.17; extra == "c"
|
|
26
|
+
Requires-Dist: pcpp~=1.30; extra == "c"
|
|
27
|
+
Provides-Extra: mypy
|
|
28
|
+
Requires-Dist: mypy~=1.11; extra == "mypy"
|
|
29
|
+
Provides-Extra: tokens
|
|
30
|
+
Requires-Dist: tokenize_rt~=6.0; extra == "tokens"
|
|
31
|
+
Provides-Extra: wheel
|
|
32
|
+
Requires-Dist: wheel~=0.44; extra == "wheel"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
omlish==0.0.0.dev13
|
|
2
|
+
|
|
3
|
+
[all]
|
|
4
|
+
pycparser~=2.22
|
|
5
|
+
cffi~=1.17
|
|
6
|
+
pcpp~=1.30
|
|
7
|
+
mypy~=1.11
|
|
8
|
+
tokenize_rt~=6.0
|
|
9
|
+
wheel~=0.44
|
|
10
|
+
|
|
11
|
+
[c]
|
|
12
|
+
pycparser~=2.22
|
|
13
|
+
cffi~=1.17
|
|
14
|
+
pcpp~=1.30
|
|
15
|
+
|
|
16
|
+
[mypy]
|
|
17
|
+
mypy~=1.11
|
|
18
|
+
|
|
19
|
+
[tokens]
|
|
20
|
+
tokenize_rt~=6.0
|
|
21
|
+
|
|
22
|
+
[wheel]
|
|
23
|
+
wheel~=0.44
|
|
@@ -11,8 +11,8 @@ authors = [
|
|
|
11
11
|
]
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
|
14
|
-
requires-python = '
|
|
15
|
-
version = '0.0.0.
|
|
14
|
+
requires-python = '~=3.12'
|
|
15
|
+
version = '0.0.0.dev13'
|
|
16
16
|
classifiers = [
|
|
17
17
|
'License :: OSI Approved :: BSD License',
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
@@ -22,31 +22,31 @@ classifiers = [
|
|
|
22
22
|
]
|
|
23
23
|
description = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev13',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
29
29
|
all = [
|
|
30
|
-
'pycparser
|
|
31
|
-
'cffi
|
|
32
|
-
'pcpp
|
|
33
|
-
'mypy
|
|
34
|
-
'tokenize_rt
|
|
35
|
-
'wheel
|
|
30
|
+
'pycparser ~= 2.22',
|
|
31
|
+
'cffi ~= 1.17',
|
|
32
|
+
'pcpp ~= 1.30',
|
|
33
|
+
'mypy ~= 1.11',
|
|
34
|
+
'tokenize_rt ~= 6.0',
|
|
35
|
+
'wheel ~= 0.44',
|
|
36
36
|
]
|
|
37
37
|
c = [
|
|
38
|
-
'pycparser
|
|
39
|
-
'cffi
|
|
40
|
-
'pcpp
|
|
38
|
+
'pycparser ~= 2.22',
|
|
39
|
+
'cffi ~= 1.17',
|
|
40
|
+
'pcpp ~= 1.30',
|
|
41
41
|
]
|
|
42
42
|
mypy = [
|
|
43
|
-
'mypy
|
|
43
|
+
'mypy ~= 1.11',
|
|
44
44
|
]
|
|
45
45
|
tokens = [
|
|
46
|
-
'tokenize_rt
|
|
46
|
+
'tokenize_rt ~= 6.0',
|
|
47
47
|
]
|
|
48
48
|
wheel = [
|
|
49
|
-
'wheel
|
|
49
|
+
'wheel ~= 0.44',
|
|
50
50
|
]
|
|
51
51
|
|
|
52
52
|
[tool.setuptools]
|
omdev-0.0.0.dev12/PKG-INFO
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: omdev
|
|
3
|
-
Version: 0.0.0.dev12
|
|
4
|
-
Summary: omdev
|
|
5
|
-
Author: wrmsr
|
|
6
|
-
License: BSD-3-Clause
|
|
7
|
-
Project-URL: source, https://github.com/wrmsr/omlish
|
|
8
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
9
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
|
-
Classifier: Intended Audience :: Developers
|
|
11
|
-
Classifier: Operating System :: OS Independent
|
|
12
|
-
Classifier: Operating System :: POSIX
|
|
13
|
-
Requires-Python: >=3.12
|
|
14
|
-
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.dev12
|
|
16
|
-
Provides-Extra: all
|
|
17
|
-
Requires-Dist: pycparser>=2.22; extra == "all"
|
|
18
|
-
Requires-Dist: cffi>=1.17; extra == "all"
|
|
19
|
-
Requires-Dist: pcpp>=1.30; extra == "all"
|
|
20
|
-
Requires-Dist: mypy>=1.11; extra == "all"
|
|
21
|
-
Requires-Dist: tokenize_rt>=6; extra == "all"
|
|
22
|
-
Requires-Dist: wheel>=0.44; extra == "all"
|
|
23
|
-
Provides-Extra: c
|
|
24
|
-
Requires-Dist: pycparser>=2.22; extra == "c"
|
|
25
|
-
Requires-Dist: cffi>=1.17; extra == "c"
|
|
26
|
-
Requires-Dist: pcpp>=1.30; extra == "c"
|
|
27
|
-
Provides-Extra: mypy
|
|
28
|
-
Requires-Dist: mypy>=1.11; extra == "mypy"
|
|
29
|
-
Provides-Extra: tokens
|
|
30
|
-
Requires-Dist: tokenize_rt>=6; extra == "tokens"
|
|
31
|
-
Provides-Extra: wheel
|
|
32
|
-
Requires-Dist: wheel>=0.44; extra == "wheel"
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: omdev
|
|
3
|
-
Version: 0.0.0.dev12
|
|
4
|
-
Summary: omdev
|
|
5
|
-
Author: wrmsr
|
|
6
|
-
License: BSD-3-Clause
|
|
7
|
-
Project-URL: source, https://github.com/wrmsr/omlish
|
|
8
|
-
Classifier: License :: OSI Approved :: BSD License
|
|
9
|
-
Classifier: Development Status :: 2 - Pre-Alpha
|
|
10
|
-
Classifier: Intended Audience :: Developers
|
|
11
|
-
Classifier: Operating System :: OS Independent
|
|
12
|
-
Classifier: Operating System :: POSIX
|
|
13
|
-
Requires-Python: >=3.12
|
|
14
|
-
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.dev12
|
|
16
|
-
Provides-Extra: all
|
|
17
|
-
Requires-Dist: pycparser>=2.22; extra == "all"
|
|
18
|
-
Requires-Dist: cffi>=1.17; extra == "all"
|
|
19
|
-
Requires-Dist: pcpp>=1.30; extra == "all"
|
|
20
|
-
Requires-Dist: mypy>=1.11; extra == "all"
|
|
21
|
-
Requires-Dist: tokenize_rt>=6; extra == "all"
|
|
22
|
-
Requires-Dist: wheel>=0.44; extra == "all"
|
|
23
|
-
Provides-Extra: c
|
|
24
|
-
Requires-Dist: pycparser>=2.22; extra == "c"
|
|
25
|
-
Requires-Dist: cffi>=1.17; extra == "c"
|
|
26
|
-
Requires-Dist: pcpp>=1.30; extra == "c"
|
|
27
|
-
Provides-Extra: mypy
|
|
28
|
-
Requires-Dist: mypy>=1.11; extra == "mypy"
|
|
29
|
-
Provides-Extra: tokens
|
|
30
|
-
Requires-Dist: tokenize_rt>=6; extra == "tokens"
|
|
31
|
-
Provides-Extra: wheel
|
|
32
|
-
Requires-Dist: wheel>=0.44; extra == "wheel"
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
omlish==0.0.0.dev12
|
|
2
|
-
|
|
3
|
-
[all]
|
|
4
|
-
pycparser>=2.22
|
|
5
|
-
cffi>=1.17
|
|
6
|
-
pcpp>=1.30
|
|
7
|
-
mypy>=1.11
|
|
8
|
-
tokenize_rt>=6
|
|
9
|
-
wheel>=0.44
|
|
10
|
-
|
|
11
|
-
[c]
|
|
12
|
-
pycparser>=2.22
|
|
13
|
-
cffi>=1.17
|
|
14
|
-
pcpp>=1.30
|
|
15
|
-
|
|
16
|
-
[mypy]
|
|
17
|
-
mypy>=1.11
|
|
18
|
-
|
|
19
|
-
[tokens]
|
|
20
|
-
tokenize_rt>=6
|
|
21
|
-
|
|
22
|
-
[wheel]
|
|
23
|
-
wheel>=0.44
|
|
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
|
|
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
|