Source: python-docx-template Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Andrius Merkys , Build-Depends: debhelper-compat (= 13), dh-python, netpbm , python3-all, python3-docxcompose , python3-jinja2 , python3-setuptools, qrencode , Standards-Version: 4.6.0 Homepage: https://github.com/elapouya/python-docx-template Vcs-Browser: https://salsa.debian.org/python-team/packages/python-docx-template Vcs-Git: https://salsa.debian.org/python-team/packages/python-docx-template.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-docxtpl Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Python DOCX template engine python-docx-template has been created because python-docx is powerful for creating documents but not for modifying them. . The idea is to begin to create an example of the document one wants to generate with any DOCX WYSIWYG editor. It can be as complex as one wants: pictures, index tables, footer, header, variables. Then, as one is still editing the document, one inserts jinja2-like tags directly in the document. This becomes a DOCX template file. . This package installs the library for Python 3.