          MODULE=epydoc
         VERSION=3.0.1
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION/
      SOURCE_VFY=sha1:ccd5cb602cbf8df1a6c61670793d0122fc569523
        WEB_SITE=http://epydoc.sourceforge.net/
         ENTERED=20030514
         UPDATED=20101220
           SHORT="A tool for generating API documentation for Python modules"

cat << EOF
Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. For an example of epydoc's output, see
the API documentation for epydoc itself (html, pdf). A lightweight
markup language called epytext can be used to format docstrings,
and to add information about specific fields, such as parameters and
instance variables.
EOF
