<?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>Python command-line parsing library</shortdesc>
<description>The argparse module provides an easy, declarative interface for
creating command line tools, which knows how to:

* parse the arguments and flags from sys.argv
* convert arg strings into objects for your program
* format and print informative help messages
* and much more... 

The argparse module improves on the standard library optparse module
in a number of ways including:

* handling positional arguments
* supporting sub-commands
* allowing alternative option prefixes like + and /
* handling zero-or-more and one-or-more style arguments
* producing more informative usage messages
* providing a much simpler interface for custom types and actions 

The latest version of argparse, along with API documentation and
examples can be found at:

  http://code.google.com/p/argparse/</description>
<homepage rdf:resource="http://code.google.com/p/argparse/" />
<maintainer><foaf:Person><foaf:name>Steven Bethard</foaf:name>
<foaf:mbox_sha1sum>4706469e855d7a52e8fdd344e02179808fef50c1</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0.1</revision></Version></release>
</Project></rdf:RDF>