Metadata-Version: 1.1
Name: powrap
Version: 0.3.0
Summary: Find an properly reindent .po files.
Home-page: https://github.com/JulienPalard/powrap
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT license
Description: ========
        powrap
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/powrap.svg
                :target: https://pypi.python.org/pypi/powrap
        
        Script to fix indentation of given ``.po`` files. If ``--modified`` is
        given, it will only fix modified files according to git (usefull if
        your ``.po`` files are versionned).
        
        
        This package only runs ``msgcat`` from the ``gettext`` package, so if
        your distribution don't have it, it just won't work.
        
        
        * Free software: MIT license
        
Keywords: powrap
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
