mixinv2 0.3.0.post1.dev0__tar.gz → 0.3.0.post3.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.
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/PKG-INFO +1 -1
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/index.rst +1 -1
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/.gitignore +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/README.md +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/Makefile +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/_static/favicon.svg +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/_static/logo.svg +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/conf.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/installation.rst +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/mixinv2-tutorial.rst +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/specification.md +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/docs/tutorial.rst +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/pyproject.toml +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/__init__.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_config.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_core.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_interned_linked_list.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_mixin_directory.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_mixin_parser.py +0 -0
- {mixinv2-0.3.0.post1.dev0 → mixinv2-0.3.0.post3.dev0}/src/mixinv2/_runtime.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mixinv2
|
|
3
|
-
Version: 0.3.0.
|
|
3
|
+
Version: 0.3.0.post3.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>
|
|
@@ -13,7 +13,7 @@ App-scoped singletons and per-request resources coexist naturally.
|
|
|
13
13
|
See :doc:`tutorial`.
|
|
14
14
|
|
|
15
15
|
**MIXINv2** is a configuration language written in ``.mixin.yaml`` /
|
|
16
|
-
``.mixin.json`` / ``.mixin.toml`` files
|
|
16
|
+
``.mixin.json`` / ``.mixin.toml`` files. SQL queries, format strings, URL patterns — all
|
|
17
17
|
the business decisions that clutter Python code — live in MIXINv2
|
|
18
18
|
instead, where independent modules deep-merge by name without glue code —
|
|
19
19
|
immune to the `Expression Problem <https://en.wikipedia.org/wiki/Expression_problem>`_.
|
|
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
|