Metadata-Version: 2.4
Name: aioinject
Version: 1.4.3
Summary: Async dependency injection library
Project-URL: Documentation, https://notypecheck.github.io/aioinject/
Project-URL: Repository, https://github.com/notypecheck/aioinject
Author-email: Doctor <notypecheck@gmail.com>, dexofan <fadeddexofan@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Requires-Dist: typing-extensions>=4.5.0
Description-Content-Type: text/markdown

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

## Installation
Install using pip `pip install aioinject`
