<?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>argparse</name>
<shortdesc>An optparse-inspired command-line parsing library</shortdesc>
<description>Argparse takes the best of the optparse command-line parsing module
and brings it new life. Argparse adds positional as well as
optional arguments, the ability to create parsers for sub-commands,
more informative help and usage messages, and much more. At the
same time, it retains the ease and flexibility of use that made
optparse so popular.</description>
<homepage rdf:resource="http://argparse.python-hosting.com/" />
<maintainer><foaf:Person><foaf:name>Steven Bethard</foaf:name>
<foaf:mbox_sha1sum>4706469e855d7a52e8fdd344e02179808fef50c1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.8.0</revision></Version></release>
</Project></rdf:RDF>