pydocxgen is a Python package for creating docx files from templates. It supports Python 3.6 and greater.
pydocxgen uses the PEP8 styleguide.
pydocxgen runs both the flake8 linter as well as the unit tests in Travis CI.
If you want to locally run the flake8 linter as a pre-commit hook, run pip3 install pre-commit
and then pre-commit install
in your local repository.