Is there a framework equivalent to Guice (http://code.google.com/p/google-guice) for Python?
I'm actively developing pinject for Python >= 3.6. It's quite easy to use:
3.6
class MyObject: my_service: MyService = INJECTED my_config: str = INJECTED