python-docx-template 0.16.4+dfsg-1 source package in Ubuntu

Changelog

python-docx-template (0.16.4+dfsg-1) unstable; urgency=medium

  * New upstream version 0.16.4+dfsg
  * Describe fix-runtests.patch.

 -- Andrius Merkys <email address hidden>  Thu, 18 Aug 2022 01:50:49 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-docx-template_0.16.4+dfsg-1.dsc 2.3 KiB a278430b13c4a4b7b4ae30cfbb66b1bf6f086982fc4dd6f2290ba201c1d21b8f
python-docx-template_0.16.4+dfsg.orig.tar.xz 1.4 MiB 1a9fd817b9e9a996eb42d11d06996948e2d273d0aa4b9c5706766cda8b0a22ec
python-docx-template_0.16.4+dfsg-1.debian.tar.xz 2.6 KiB 5f991ce84ac7fa9c408faff1fe28b6a8683611c61b673eae1e4efd7ae0692e1f

Available diffs

No changes file available.

Binary packages built by this source

python3-docxtpl: 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.