Metadata-Version: 2.1
Name: dihub
Version: 0.1.10
Summary: DIHub is a dependency injection framework for Python
Home-page: https://github.com/alfarih31/dihub
License: BSD
Author: Alfarih Faza
Author-email: alfarihfz@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/alfarih31/dihub
Description-Content-Type: text/markdown

# DIHub

[![PyPI version](https://badge.fury.io/py/dihub.svg)](https://badge.fury.io/py/dihub)

DIHub is a dependency injection framework for Python

## Examples

See our [examples](example) to figure out how to bootstrapping this framework

## Contributing

You can contribute to make DIHub better! [Please check it out our contributing notes](CONTRIBUTING.md)

## Credits

DIHub is adapted by [Nest.js](https://nestjs.com/) 

