Python Dependency Injection Framework

后端 未结 18 2178
你的背包
你的背包 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:23

    I haven't used it, but the Spring Python framework is based on Spring and implements Inversion of Control.

    There also appears to be a Guice in Python project: snake-guice

提交回复
热议问题