Metadata-Version: 2.1
Name: pospell
Version: 0.0.5
Summary: Spellcheck .po files containing reStructuredText translations
Home-page: https://github.com/JulienPalard/pospell
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT license
Description: # pospell
        
        `pospell` is a spellcheckers for po files containing reStructuedText.
        
        
        ## Usage
        
        ```
        $ pospell --help
        usage: pospell [-h] [-l LANGUAGE] [--glob GLOB]
        
        Check spelling in po files containing restructuredText.
        
        optional arguments:
          -h, --help            show this help message and exit
          -l LANGUAGE, --language LANGUAGE
          --glob GLOB
          -p PERSONAL_DICT, --personal-dict PERSONAL_DICT
        ```
        
        A personal dict (the `-p` option) is simply a text file with one word
        per line.
        
        
        ## Example
        
        pospell "just" lists the wrong words, it's up to you to find where
        they are in your file. Yes this can be enhanced by giving the line
        number so we could use it as a linter in our editors.
        
        ```
        $ pospell --language fr --glob *.po
        about.po:47:Jr.
        about.po:55:reStructuredText
        about.po:55:Docutils
        about.po:63:Fredrik
        about.po:63:Lundh
        about.po:75:language
        about.po:75:librarie
        ```
Keywords: po spell gettext
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
Description-Content-Type: text/markdown
