omlish-cext 0.0.0.dev478__tar.gz → 0.0.0.dev485__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.
- {omlish_cext-0.0.0.dev478/omlish_cext.egg-info → omlish_cext-0.0.0.dev485}/PKG-INFO +3 -3
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/README.md +1 -1
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485/omlish_cext.egg-info}/PKG-INFO +3 -3
- omlish_cext-0.0.0.dev485/omlish_cext.egg-info/requires.txt +1 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/pyproject.toml +2 -2
- omlish_cext-0.0.0.dev478/omlish_cext.egg-info/requires.txt +0 -1
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/LICENSE +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish/lang/_asyncs.cc +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish/lang/imports/_capture.cc +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish_cext.egg-info/SOURCES.txt +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish_cext.egg-info/dependency_links.txt +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish_cext.egg-info/top_level.txt +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/setup.cfg +0 -0
- {omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omlish-cext
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev485
|
|
4
4
|
Summary: omlish
|
|
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.dev485
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -77,7 +77,7 @@ dependencies of any kind**.
|
|
|
77
77
|
- An optional [metaclass](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass) which removes the
|
|
78
78
|
need for re-decorating subclasses (with support for inheritance of dataclass parameters like `frozen`), and some
|
|
79
79
|
basic [base classes](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass/bases.py).
|
|
80
|
-
-
|
|
80
|
+
- Support for ahead-of-time / build-time code generation, significantly reducing import times.
|
|
81
81
|
|
|
82
82
|
The stdlib-equivalent api is exported in such a way as to appear to be direct aliases for the stdlib api itself,
|
|
83
83
|
simplifying tool support.
|
|
@@ -58,7 +58,7 @@ dependencies of any kind**.
|
|
|
58
58
|
- An optional [metaclass](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass) which removes the
|
|
59
59
|
need for re-decorating subclasses (with support for inheritance of dataclass parameters like `frozen`), and some
|
|
60
60
|
basic [base classes](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass/bases.py).
|
|
61
|
-
-
|
|
61
|
+
- Support for ahead-of-time / build-time code generation, significantly reducing import times.
|
|
62
62
|
|
|
63
63
|
The stdlib-equivalent api is exported in such a way as to appear to be direct aliases for the stdlib api itself,
|
|
64
64
|
simplifying tool support.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: omlish-cext
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev485
|
|
4
4
|
Summary: omlish
|
|
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.dev485
|
|
18
18
|
Dynamic: license-file
|
|
19
19
|
|
|
20
20
|
# Overview
|
|
@@ -77,7 +77,7 @@ dependencies of any kind**.
|
|
|
77
77
|
- An optional [metaclass](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass) which removes the
|
|
78
78
|
need for re-decorating subclasses (with support for inheritance of dataclass parameters like `frozen`), and some
|
|
79
79
|
basic [base classes](https://github.com/wrmsr/omlish/blob/master/omlish/dataclasses/metaclass/bases.py).
|
|
80
|
-
-
|
|
80
|
+
- Support for ahead-of-time / build-time code generation, significantly reducing import times.
|
|
81
81
|
|
|
82
82
|
The stdlib-equivalent api is exported in such a way as to appear to be direct aliases for the stdlib api itself,
|
|
83
83
|
simplifying tool support.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
omlish==0.0.0.dev485
|
|
@@ -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.dev485'
|
|
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 = 'omlish'
|
|
26
26
|
dependencies = [
|
|
27
|
-
'omlish == 0.0.0.
|
|
27
|
+
'omlish == 0.0.0.dev485',
|
|
28
28
|
]
|
|
29
29
|
|
|
30
30
|
[tool.setuptools]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
omlish==0.0.0.dev478
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{omlish_cext-0.0.0.dev478 → omlish_cext-0.0.0.dev485}/omlish_cext.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|