Package: wnpp Severity: wishlist Owner: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
* Package name : python-injector Version : 0.18.3 Upstream Author : Alec Thomas, Google Inc. * URL : https://github.com/alecthomas/injector * License : BSD-3-clause Programming Lang: Python Description : Python dependency injection framework While dependency injection is easy to do in Python due to its support for keyword arguments, the ease with which objects can be mocked and its dynamic nature, a framework for assisting in this process can remove a lot of boiler-plate from larger applications. . That's where Injector can help. It automatically and transitively provides dependencies for you. As an added benefit, Injector encourages nicely compartmentalised code through the use of :ref:modules <module>. . This package is directly needed as a dependency of the to-be-uploaded package gwe (GreenWithEnvy).