Lancetnik / FastDepends

FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic. Async and sync modes are both supported.
https://lancetnik.github.io/FastDepends/
MIT License
245 stars 8 forks source link

It is not dependency injection #59

Closed Tishka17 closed 5 months ago

Tishka17 commented 5 months ago

This library has nothing with dependency injection principle. It only allows to hide calls of global factories.