Metadata-Version: 2.1
Name: aioinject
Version: 0.29.1
Summary: Async dependency injection library
License: MIT
Author-email: Doctor <thirvondukr@gmail.com>,dexofan <fadeddexofan@gmail.com>
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Project-URL: Documentation, https://thirvondukr.github.io/aioinject/
Project-URL: Repository, https://github.com/ThirVondukr/aioinject
Description-Content-Type: text/markdown

Async-first dependency injection library based on python type hints,
see [documentation](https://thirvondukr.github.io/aioinject/)

## Installation
Install using pip `pip install aioinject`

