File: control

package info (click to toggle)
python-docx-template 0.16.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,296 kB
  • sloc: python: 1,552; makefile: 164
file content (38 lines) | stat: -rw-r--r-- 1,315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: python-docx-template
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 netpbm <!nocheck>,
 python3-all,
 python3-docxcompose <!nocheck>,
 python3-jinja2 <!nocheck>,
 python3-setuptools,
 qrencode <!nocheck>,
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.