<?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>modulegraph</name>
<shortdesc>Python module dependency analysis tool</shortdesc>
<description>modulegraph determines a dependency graph between Python modules primarily
by bytecode analysis for import statements.

modulegraph uses similar methods to modulefinder from the standard library,
but uses a more flexible internal representation, has more extensive 
knowledge of special cases, and is extensible.</description>
<homepage rdf:resource="http://undefined.org/python/#modulegraph" />
<maintainer><foaf:Person><foaf:name>Bob Ippolito</foaf:name>
<foaf:mbox_sha1sum>93f2474659db6f874f0d3e04ed0bfb3f3f3567b7</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.7.3</revision></Version></release>
</Project></rdf:RDF>