Skip to main content

Spellcheck .po files containing reStructuredText translations

Project description

pospell

pospell is a spellcheckers for po files containing reStructuedText.

Examples

By giving files to pospell:

$ pospell --language fr about.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

By using a bash expansion (note that we do not put quotes around *.po to let bash do its expansion):

$ pospell --language fr *.po
…

By using a glob pattern (note that we do put quotes around **/*.po to keep your shell from trying to expand it, we'll let Python do the expansion:

$ pospell --language fr --glob '**/*.po'
…

Usage

usage: pospell [-h] [-l LANGUAGE] [--glob GLOB] [--debug] [-p PERSONAL_DICT]
               [po_file [po_file ...]]

Check spelling in po files containing restructuredText.

positional arguments:
  po_file               Files to check, can optionally be mixed with --glob,
                        or not, use the one that fit your needs.

optional arguments:
  -h, --help            show this help message and exit
  -l LANGUAGE, --language LANGUAGE
                        Language to check, you'll have to install the
                        corresponding hunspell dictionary, on Debian see apt
                        list 'hunspell-*'.
  --glob GLOB           Provide a glob pattern, to be interpreted by pospell,
                        to find po files, like --glob '**/*.po'.
  --debug
  -p PERSONAL_DICT, --personal-dict PERSONAL_DICT

A personal dict (the -p option) is simply a text file with one word per line.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pospell-1.0.2.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

pospell-1.0.2-py2.py3-none-any.whl (5.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pospell-1.0.2.tar.gz.

File metadata

  • Download URL: pospell-1.0.2.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for pospell-1.0.2.tar.gz
Algorithm Hash digest
SHA256 b097f3f22a2efc0f4c50474a2200bd96643749cda63505b9ab7c319d8be7f852
MD5 7dc391cfc246daf69c0679e96b7a7c44
BLAKE2b-256 cdf4c23b6b9dc0fd52e36898a5ec6388a70a6fcbbdfc9e3e3e26a1da48d80475

See more details on using hashes here.

File details

Details for the file pospell-1.0.2-py2.py3-none-any.whl.

File metadata

  • Download URL: pospell-1.0.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for pospell-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4d1c8b75cb49e4e4512db9616c560f44882230859a45531e896bd1ab5389b928
MD5 4808d89c24fab4ab70a83147535fb68d
BLAKE2b-256 21414da301c4d3b955baafbbda7649ff67ca7a522a94f8d5c06979181b62f767

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page