Metadata-Version: 2.1
Name: di
Version: 0.3.0
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.8.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.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)
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)
![example workflow](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]: http://www.adriangb.com/di/

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

