Python Dependency Injection Framework

后端 未结 18 2203
你的背包
你的背包 2020-12-12 14:10

Is there a framework equivalent to Guice (http://code.google.com/p/google-guice) for Python?

18条回答
  •  生来不讨喜
    2020-12-12 14:37

    Enterprython is a small framework providing dependency-injection, building the object graph automatically based on type hints.

提交回复
热议问题