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

Changelog

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

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

 -- Andrius Merkys <email address hidden>  Fri, 13 Jan 2023 06:02:37 -0500

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-docx-template_0.16.5+dfsg-1.dsc 2.3 KiB f75fb5f4797e107ce1ced4a024e99b812e22db3fb155744f491a8726550e75d6
python-docx-template_0.16.5+dfsg.orig.tar.xz 1.4 MiB 3582335c1a3cc7f8b980f92e2ae5d0f7cc9d27ea4ea497f285b3202d14530fe0
python-docx-template_0.16.5+dfsg-1.debian.tar.xz 2.6 KiB e9c82fb9a7658449a6c99e56441318684987271240f930e10da4cbf871a171b7

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.