1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-polib/pkg-descr
Li-Wen Hsu 40f67530bb Add py-polib 0.3.1, a python library to parse and manage gettext
catalogs.

PR:		ports/119527
Submitted by:	Oleg Ukraincev <oleg at ht-systems.ru>
2008-01-10 17:32:35 +00:00

14 lines
553 B
Plaintext

PoLib is a python 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.
WWW: http://polib.googlecode.com/