<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>PyContainer</name>
<shortdesc>A simple Inversion of Control (Dependency Injection) lightweight container</shortdesc>
<description>PyContainer is a simple Python implementation of an 
Inversion of Control (Dependency Injection) lightweight container. 
Lightweight containers make it easier to build well-organized, component 
based applications by managing all dependencies of the components. This 
makes it unnecessary to include any implementation-specific component 
object creation code in the components. Applications are more flexible and 
components more reusable. 
PyContainer supports container hierarchies, interceptors and lifecycle 
management. It is configured through XML file. The distribution includes 
the pxdom module required in some envrionments (license details in 
	  license.txt).</description>
<download-page>http://prdownloads.sourceforge.net/pycontainer/PyContainer-0.4.zip?download</download-page>
<homepage rdf:resource="http://pycontainer.sourceforge.net/" />
<maintainer><foaf:Person><foaf:name>Rafal Sniezynski</foaf:name>
<foaf:mbox_sha1sum>1a81e817b8c381acbeff916ad86444ab78367abf</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4</revision></Version></release>
</Project></rdf:RDF>