Metadata-Version: 1.0
Name: polib
Version: 0.3.0
Summary: A library to manipulate gettext files (po and mo files).
Home-page: http://code.google.com/p/polib/
Author: David JEAN LOUIS
Author-email: <izimobil@gmail.com>
License: MIT
Description: polib provides a simple and pythonic API 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 files from scratch.
Platform: posix
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Text Processing :: Linguistic
