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

Changelog

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

  * New upstream version 0.16.7+dfsg
  * Bump copyright years.

 -- Andrius Merkys <email address hidden>  Wed, 14 Jun 2023 09:44:27 -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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-docx-template_0.16.7+dfsg-1.dsc 2.3 KiB ddd0c423336f7d207334a53664e78aa018086a39b31ae5b94db7567fe3da0f44
python-docx-template_0.16.7+dfsg.orig.tar.xz 1.4 MiB bf8e55220ffcc156d3b294e2262c31d723e1a2ce19275c0daf002979d0c7a189
python-docx-template_0.16.7+dfsg-1.debian.tar.xz 2.7 KiB fa9ca7527679bd988fdc46783489cb21ea593788fc5cb609023b766aa8623f30

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.