Metadata-Version: 2.4
Name: mixinv2
Version: 0.4.0.post8.dev0
Summary: A dependency injection framework with pytest-fixture syntax, plus a configuration language for declarative programming
Project-URL: Repository, https://github.com/Atry/MIXINv2
Author-email: "Yang, Bo" <yang-bo@yang-bo.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.13
Requires-Dist: pyyaml>=6.0.3
Provides-Extra: docs
Requires-Dist: sphinx-mdinclude>=0.6.2; extra == 'docs'
Requires-Dist: sphinx>=9.1.0; extra == 'docs'
Description-Content-Type: text/markdown

# mixinv2

A dependency injection framework with pytest-fixture syntax, plus a
configuration language for declarative programming, based on
[inheritance-calculus](https://arxiv.org/abs/2602.16291).

## Documentation

Full documentation is available at [mixinv2.readthedocs.io](https://mixinv2.readthedocs.io/).

## Source Code

The source code is hosted on [GitHub](https://github.com/Atry/MIXINv2).

## License

MIT
