omdev 0.0.0.dev121__tar.gz → 0.0.0.dev123__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.dev121/omdev.egg-info → omdev-0.0.0.dev123}/PKG-INFO +2 -2
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/interp.py +10 -1
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/pyproject.py +9 -1
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/pyproject.toml +2 -2
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/LICENSE +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/README.rst +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/.manifests.json +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/antlr/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/antlr/consts.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/antlr/gen.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/_pathhack.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/clipboard/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/clipboard/clipboard.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/clipboard/darwin_cf.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/clipboard/linux_x.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/git.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/imgur.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/magic/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/magic/find.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/magic/magic.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/magic/prepare.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/magic/styles.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/marshal.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pip.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/main.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/manifests.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/ptk/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/ptk/apps/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/ptk/apps/ncdu.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pycharm/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pycharm/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pycharm/cli.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/slowcat.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/scripts/tmpexec.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/doc.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/docker.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/git.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/notebook.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/pawk/__init__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/pawk/__main__.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/pawk/pawk.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/pip.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/prof.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/qr.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev121 → omdev-0.0.0.dev123}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev123
|
|
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.dev123
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -29,6 +29,7 @@ import shutil
|
|
|
29
29
|
import subprocess
|
|
30
30
|
import sys
|
|
31
31
|
import threading
|
|
32
|
+
import types
|
|
32
33
|
import typing as ta
|
|
33
34
|
|
|
34
35
|
|
|
@@ -496,7 +497,7 @@ def cached_nullary(fn): # ta.Callable[..., T]) -> ta.Callable[..., T]:
|
|
|
496
497
|
# ../../../omlish/lite/check.py
|
|
497
498
|
|
|
498
499
|
|
|
499
|
-
def check_isinstance(v:
|
|
500
|
+
def check_isinstance(v: ta.Any, spec: ta.Union[ta.Type[T], tuple]) -> T:
|
|
500
501
|
if not isinstance(v, spec):
|
|
501
502
|
raise TypeError(v)
|
|
502
503
|
return v
|
|
@@ -614,6 +615,14 @@ def get_optional_alias_arg(spec: ta.Any) -> ta.Any:
|
|
|
614
615
|
return it
|
|
615
616
|
|
|
616
617
|
|
|
618
|
+
def is_new_type(spec: ta.Any) -> bool:
|
|
619
|
+
if isinstance(ta.NewType, type):
|
|
620
|
+
return isinstance(spec, ta.NewType)
|
|
621
|
+
else:
|
|
622
|
+
# Before https://github.com/python/cpython/commit/c2f33dfc83ab270412bf243fb21f724037effa1a
|
|
623
|
+
return isinstance(spec, types.FunctionType) and spec.__code__ is ta.NewType.__code__.co_consts[1] # type: ignore # noqa
|
|
624
|
+
|
|
625
|
+
|
|
617
626
|
def deep_subclasses(cls: ta.Type[T]) -> ta.Iterator[ta.Type[T]]:
|
|
618
627
|
seen = set()
|
|
619
628
|
todo = list(reversed(cls.__subclasses__()))
|
|
@@ -1787,7 +1787,7 @@ def cached_nullary(fn): # ta.Callable[..., T]) -> ta.Callable[..., T]:
|
|
|
1787
1787
|
# ../../../omlish/lite/check.py
|
|
1788
1788
|
|
|
1789
1789
|
|
|
1790
|
-
def check_isinstance(v:
|
|
1790
|
+
def check_isinstance(v: ta.Any, spec: ta.Union[ta.Type[T], tuple]) -> T:
|
|
1791
1791
|
if not isinstance(v, spec):
|
|
1792
1792
|
raise TypeError(v)
|
|
1793
1793
|
return v
|
|
@@ -1905,6 +1905,14 @@ def get_optional_alias_arg(spec: ta.Any) -> ta.Any:
|
|
|
1905
1905
|
return it
|
|
1906
1906
|
|
|
1907
1907
|
|
|
1908
|
+
def is_new_type(spec: ta.Any) -> bool:
|
|
1909
|
+
if isinstance(ta.NewType, type):
|
|
1910
|
+
return isinstance(spec, ta.NewType)
|
|
1911
|
+
else:
|
|
1912
|
+
# Before https://github.com/python/cpython/commit/c2f33dfc83ab270412bf243fb21f724037effa1a
|
|
1913
|
+
return isinstance(spec, types.FunctionType) and spec.__code__ is ta.NewType.__code__.co_consts[1] # type: ignore # noqa
|
|
1914
|
+
|
|
1915
|
+
|
|
1908
1916
|
def deep_subclasses(cls: ta.Type[T]) -> ta.Iterator[ta.Type[T]]:
|
|
1909
1917
|
seen = set()
|
|
1910
1918
|
todo = list(reversed(cls.__subclasses__()))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev123
|
|
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.dev123
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: black~=24.10; extra == "all"
|
|
18
18
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
@@ -12,7 +12,7 @@ authors = [
|
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
|
14
14
|
requires-python = '>=3.12'
|
|
15
|
-
version = '0.0.0.
|
|
15
|
+
version = '0.0.0.dev123'
|
|
16
16
|
classifiers = [
|
|
17
17
|
'License :: OSI Approved :: BSD License',
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
]
|
|
23
23
|
description = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev123',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
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
|
|
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
|
|
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
|