Metadata-Version: 2.2
Name: pygettextpo
Version: 0.3
Summary: A binding for the libgettext-po library
Home-page: https://launchpad.net/pygettextpo
Author: Canonical Ltd.
Author-email: lazr-developers@lists.launchpad.net
License: GNU Affero General Public License v3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

This Python module wraps the "libgettextpo" library that is part of
the GNU gettext package.

The "libgettextpo" library from GNU gettext is licensed under the GNU
GPL v3 or later as of October 2007 (before that it was GPL v2 or
later) [1].  Therefore, any code using this module must be under a license
compatible with the GPL v2, v3, or any later version.

See also http://code.google.com/p/pygettextpo/, which is probably a
duplicate project, though it has not had a public release yet (as of
26 May 2009).


[1] References:

  http://cvs.savannah.gnu.org/viewvc/gettext/gettext-tools/libgettextpo/gettext-po.c?revision=1.6&root=gettext&view=markup

  http://cvs.savannah.gnu.org/viewvc/gettext/gettext-tools/libgettextpo/gettext-po.c?revision=1.5&root=gettext&view=markup
