Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfarih31/dihub
A dependency injection (DI) framework and IoC for Python
https://github.com/alfarih31/dihub
Last synced: 8 days ago
JSON representation
A dependency injection (DI) framework and IoC for Python
- Host: GitHub
- URL: https://github.com/alfarih31/dihub
- Owner: alfarih31
- License: bsd-3-clause
- Created: 2023-07-15T02:58:38.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-10-09T16:05:11.000Z (about 1 year ago)
- Last Synced: 2024-09-18T05:46:25.156Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)