Go to file
2020-07-27 13:45:20 +02:00
powrap Bump dev requirements. 2020-06-22 23:15:44 +02:00
tests A minimum test set 2019-12-10 10:09:21 +01:00
.gitignore A minimum test set 2019-12-10 10:09:21 +01:00
.pre-commit-hooks.yaml Add pre-commit hook (#37) 2020-05-18 10:13:59 +02:00
.travis.yml A minimum test set 2019-12-10 10:09:21 +01:00
LICENSE Initial commit 2017-05-24 22:41:55 +02:00
MANIFEST.in Initial commit 2017-05-24 22:41:55 +02:00
README.rst Document gettext dependency. Fixes #61. 2020-07-27 13:45:20 +02:00
requirements-dev.in A minimum test set 2019-12-10 10:09:21 +01:00
requirements-dev.txt Bump mypy from 0.781 to 0.782 (#54) 2020-06-24 07:03:28 +02:00
setup.cfg setup.py to setup.cfg 2019-11-26 22:32:25 +01:00
setup.py setup.py to setup.cfg 2019-11-26 22:32:25 +01:00
tox.ini A minimum test set 2019-12-10 10:09:21 +01:00

powrap

build pypi

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).

if --quiet is given, the progress bar will not be shown

This package only runs msgcat from the gettext package, so if your distribution don't have it, it just won't work.

Dependencies

powrap relies on msgcat from gettext so you'll have to install gettext first, for example on Debian run:

apt install gettext

Contributing

Start by creating a venv and installing requirements-dev.in.

To run the tests, use tox -p auto.