<?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>Aglyph</name>
<shortdesc>Aglyph is a Dependency Injection framework for Python that
supports Type 2 (setter) and Type 3 (constructor) injection
via XML or programmatic configuration.</shortdesc>
<description>The Aglyph Dependency Injection framework for Python aims to be as non-intrusive as possible, allowing for relatively painless integration into existing applications.  Every component of Aglyph is pluggable so that the framework can function with out-of-the-box default components or be extended to address the specific needs of a project.  In addition to user-defined types (old- or new-style classes), almost every standard Python type can be represented in XML notation, avoiding kludgy and insecure eval()s.  Aglyph supports lazy and eager evaluation of arguments (both constructor and setter), and the notion of singleton and prototype components.</description>
<download-page>http://prdownloads.sourceforge.net/aglyph/aglyph-0.8-beta.tgz?download</download-page>
<homepage rdf:resource="http://aglyph.sourceforge.net/" />
<maintainer><foaf:Person><foaf:name>Matthew Zipay</foaf:name>
<foaf:mbox_sha1sum>7bdfbaebdd5ab7a0268a70ea88833f2b53f546f1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.8</revision></Version></release>
</Project></rdf:RDF>