Python Dependency Injection Framework

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

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

18条回答
  •  猫巷女王i
    2020-12-12 14:23

    As an alternative to monkeypatching, I like DI. A nascent project such as http://code.google.com/p/snake-guice/ may fit the bill.

    Or see the blog post Dependency Injection in Python by Dennis Kempin (Aug '08).

提交回复
热议问题