Metadata-Version: 2.1
Name: di
Version: 0.27.4
Summary: Autowiring dependency injection
Home-page: https://github.com/adriangb/di
License: MIT
Keywords: dependency-injection,inversion-of-control,SOLID,IoC,DI
Author: Adrian Garcia Badaracco
Author-email: adrian@adriangb.com
Requires-Python: >=3.7.0,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
Classifier: Framework :: Trio
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: anyio (>=3,<4)
Requires-Dist: importlib-metadata (>=3); python_version < "3.8"
Requires-Dist: typing-extensions (>=3); python_version < "3.9"
Project-URL: Documentation, https://www.adriangb.com/di
Project-URL: Repository, https://github.com/adriangb/di
Description-Content-Type: text/markdown

# di: pythonic dependency injection

[![codecov](https://codecov.io/gh/adriangb/di/branch/main/graph/badge.svg?token=A0FXC8B93Y)](https://codecov.io/gh/adriangb/di)
![Test & Release](https://github.com/adriangb/di/actions/workflows/release.yaml/badge.svg)

⚠️ This project is a WIP. Until there is a 1.X.Y release, expect breaking changes. ⚠️

For more information, see our [docs].

[docs]: https://www.adriangb.com/di/

See this release on GitHub: [v0.27.4](https://github.com/adriangb/di/releases/tag/0.27.4)

