Metadata-Version: 1.0
Name: sphinx-gettext-helper
Version: 0.1.4
Summary: gettext helper script for Sphinx
Home-page: http://bitbucket.org/tk0miya/sphinx-gettext-helper
Author: Takeshi Komiya
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinx-gettext-helper
Description: 
        This package contains the gettext helper script for Sphinx_ .
        
        .. _Sphinx: http://sphinx.pocoo.org/
        
        This script enable you to update and build gettext message catalogs more easy::
        
           # update and merge PO file from POT file (pot file is generated from Sphinx)
           $ sphinx-gettext-helper --potdir=_build/locale --update
        
           # build MO file from translated PO file
           $ sphinx-gettext-helper --potdir=_build/locale --build
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
