Name: | python-di |
---|---|
Version: | 0.3 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 42665 |
License: | GPLv2+ |
RPM: | python-di-0.3-2.el7.noarch.rpm |
Source RPM: | python-di-0.3-2.el7.src.rpm |
Build Date: | Thu May 08 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://fedorapeople.org/cgit/msivak/public_git/python-di.git/ |
Summary: | Python library for dependency injection support |
Description: | This python package provides a "di" module. The module contains a couple of decorators which try to implement the Dependency Injection (IoC) pattern without requiring the user to change local variables in his methods. It is intended to be used in unit testing environments. |
- Mass rebuild 2013-12-27
- Rename the register method to _inject_
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- DiRegistry support for accessing attributes of the decorated object
- Inital release