          MODULE=polib
         VERSION=0.7.0
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=http://bitbucket.org/izi/polib/downloads/
      SOURCE_VFY=sha1:0bfaee52439a91b6e095883a8b1f01e4e2f9c236
        WEB_SITE=http://pypi.python.org/pypi/polib/
         ENTERED=20090814
         UPDATED=20120223
           SHORT="Library to parse and manage gettext catalogs"
      MAINTAINER=jannis@lunar-linux.org

cat << EOF
A library to parse and manage gettext catalogs.

polib allows you to manipulate, create, modify gettext files (pot, po
and mo files). You can load existing files, iterate through it's
entries, add, modify entries, comments or metadata, etc... or create
new po files from scratch.

polib provides a simple and pythonic API, exporting only three
convenience functions 'pofile', 'mofile' and 'detect_encoding', and
the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating
new files/entries.
EOF
