Name: | python36-polib |
---|---|
Version: | 1.0.7 |
Release: | 10.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 172228 |
License: | MIT |
RPM: | python36-polib-1.0.7-10.el7.noarch.rpm |
Source RPM: | python-polib-1.0.7-10.el7.src.rpm |
Build Date: | Tue Mar 10 2020 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://bitbucket.org/izi/polib/ |
Summary: | A library to parse and manage gettext catalogs |
Description: | 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. |