overlay.language 0.2.0.post4.dev0__tar.gz → 0.2.0.post5.dev0__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.
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/PKG-INFO +1 -1
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/index.rst +2 -1
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/.gitignore +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/README.md +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/Makefile +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/conf.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/installation.rst +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/overlay-language-tutorial.rst +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/specification.md +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/tutorial.rst +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/pyproject.toml +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/__init__.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_config.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_core.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_interned_linked_list.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_mixin_directory.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_mixin_parser.py +0 -0
- {overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/src/overlay/language/_runtime.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: overlay.language
|
|
3
|
-
Version: 0.2.0.
|
|
3
|
+
Version: 0.2.0.post5.dev0
|
|
4
4
|
Summary: A dependency injection framework with pytest-fixture syntax, plus a configuration language for declarative programming
|
|
5
5
|
Project-URL: Repository, https://github.com/Atry/overlay
|
|
6
6
|
Author-email: "Yang, Bo" <yang-bo@yang-bo.com>
|
|
@@ -22,7 +22,8 @@ dissolving the
|
|
|
22
22
|
If you have ever struggled to mock a service that tangles I/O with business
|
|
23
23
|
logic, or dreaded porting an application from sync to async, or needed to swap
|
|
24
24
|
between providers without rewriting half your Python — the Overlay language can
|
|
25
|
-
help.
|
|
25
|
+
help. Despite looking like a configuration format, it is also a statically typed
|
|
26
|
+
modern programming language based on
|
|
26
27
|
`Overlay-Calculus <https://arxiv.org/abs/2602.16291>`_, which is provably more
|
|
27
28
|
expressive than λ-calculus, so it can express your entire business logic — not
|
|
28
29
|
just configuration. Move that logic into the Overlay language and Python reduces
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/installation.rst
RENAMED
|
File without changes
|
|
File without changes
|
{overlay_language-0.2.0.post4.dev0 → overlay_language-0.2.0.post5.dev0}/docs/specification.md
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
|