<?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>ZestyParser</name>
<shortdesc>Write less parsing code. Write nicer parsing code. Have fun with it.</shortdesc>
<description>ZestyParser is a small parsing toolkit for Python. It doesn't use the traditional separated lexer/parser approach, nor does it make you learn a new ugly syntax for specifying grammar. Grammars are built with pure Python objects; its flow is very simple, but can handle nearly any parsing problem you throw at it.</description>
<homepage rdf:resource="http://adamatlas.org/2006/12/ZestyParser/" />
<maintainer><foaf:Person><foaf:name>Adam Atlas</foaf:name>
<foaf:mbox_sha1sum>4e7646dc61efcef6faf2ebefa7b7e19522ae2040</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.8.1</revision></Version></release>
</Project></rdf:RDF>