https://github.com/gabrielcnr/mininject
Minimalistic / lightweight dependency injection library for Python
https://github.com/gabrielcnr/mininject
Last synced: 3 months ago
JSON representation
Minimalistic / lightweight dependency injection library for Python
- Host: GitHub
- URL: https://github.com/gabrielcnr/mininject
- Owner: gabrielcnr
- License: apache-2.0
- Created: 2023-10-05T20:08:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T11:20:35.000Z (over 1 year ago)
- Last Synced: 2025-01-17T13:20:35.047Z (5 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mininject
Minimalistic / lightweight dependency injection library for PythonIt does not require importing modules ahead of time for wiring the injected dependencies.
That can be done lazily / on-demand. The dependency resolution is given by simple lookups on containers with `Injectable` dependencies.