<?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>pyflakes</name>
<shortdesc>passive checker of Python programs</shortdesc>
<description>Pyflakes is program to analyze Python programs and detect various errors. It
works by parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.</description>
<homepage rdf:resource="http://www.divmod.org/trac/wiki/DivmodPyflakes" />
<maintainer><foaf:Person><foaf:name>Moe Aboulkheir</foaf:name>
<foaf:mbox_sha1sum>1af908027f538185a5d73a9e025badb4e4a5d11a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.3.0</revision></Version></release>
</Project></rdf:RDF>