Metadata-Version: 1.1
Name: poutils
Version: 0.2.2
Summary: Gettext related tools: spellcheck, line wrapping etc...
Home-page: https://github.com/seluj78/poutils
Author: Jules Lasne
Author-email: jules.lasne@gmail.com
License: MIT
Description: poutils
        =======
        
        poutils is a metapackage to easily install usefull Python tools to use
        with po files.
        
        
        powrap
        ------
        
        Script to fix indentation of given ``.po`` files.
        
        
        pospell
        -------
        
        Wrapper around hunspell to spell check ``.po`` files.
        
        
        pogrep
        ------
        
        A side-by-side grep in ``.po`` files displaying `msgid` on the left
        and `msgstr` on the right, usefull to find how a word has already been
        translated.
        
        
        potodo
        ------
        
        A tool to find in which ``.po`` file work is needed (untranslated and
        fuzzy are reported).
        
        Can sync with github issues to tell which file have already an issue
        opened, hint that the file may currently been translated by someone
        else.
        
        
        pomerge
        -------
        
        A "translation memory" CLI tool, usefull for example to backport
        translation from a branch to another, or simply to replicate known
        translations from a bunch of file to other files.
        
        
        padpo
        -----
        
        Linter for gettext files (``*.po``) including Grammalecte,
        non-breakable space checks, glossary checks etc ...
        
Keywords: poutils,gettext,powrap,pospell,pogrep,potodo,pomerge,padpo
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
