Go to file
dependabot-preview[bot] c691e91dfa
Bump pip-tools from 4.4.0 to 5.1.2 (#39)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 4.4.0 to 5.1.2.
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/pip-tools/compare/4.4.0...5.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-22 17:52:00 +02:00
powrap On normal run, do not EXIT_FAILURE when no failures are encontred. Fixes #19. 2020-01-30 10:12:52 +01: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 A minimum test set 2019-12-10 10:09:21 +01:00
requirements-dev.in A minimum test set 2019-12-10 10:09:21 +01:00
requirements-dev.txt Bump pip-tools from 4.4.0 to 5.1.2 (#39) 2020-05-22 17:52:00 +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.

Contributing

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

To run the tests, use tox -p auto.