Metadata-Version: 2.0
Name: pydenji
Version: 0.6.0
Summary: Dependency Injection Toolkit
Home-page: https://github.com/alanfranz/pydenji
Author: Alan Franzoni
Author-email: username@franzoni.eu
License: Apache-2.0
Keywords: dependency injection inversion control ioc container
Platform: UNKNOWN
Requires-Dist: byteplay (==0.2)
Requires-Dist: configobj

Pydenji Dependency Injection Toolkit
===================================

:Author: Alan Franzoni
:Copyright: This document has been placed in the public domain.

     Enables easy dependency injection and declarative configuration for
     Python projects. While inspired by projects such as Spring Framework
     or Ruby's DIM, it is designed to be unobtrusive. It doesn't require
     modification in your business code to be employed; it can just be used in
     the outer layer, where configuration is actually needed.

     Small additional tools to help with configuration management are provided
     and can be used when and where are really fit.

__
.. _homepage:
   http://pydenji.franzoni.eu




