Python Dependency Injection Framework

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

    If you prefer a really tiny solution there's a little function, it is just a dependency setter.

    https://github.com/liuggio/Ultra-Lightweight-Dependency-Injector-Python

提交回复
热议问题