File: control

package info (click to toggle)
python-stringtemplate3 3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,388 kB
  • sloc: python: 8,819; makefile: 8
file content (35 lines) | stat: -rw-r--r-- 1,267 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
Source: python-stringtemplate3
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 openstack-pkg-tools (>= 66~),
 python3-all,
 python3-setuptools,
 python3-six,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-stringtemplate3
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-stringtemplate3.git
Homepage: http://www.stringtemplate.org/

Package: python3-stringtemplate3
Architecture: all
Depends:
 python3-antlr,
 python3-six,
 ${misc:Depends},
 ${python3:Depends},
Description: template engine with strict model-view separation - Python 3
 StringTemplate is a template engine for generating source code, web pages,
 emails, or any other formatted text output. StringTemplate is particularly
 good at multi-targeted code generators, multiple site skins, and
 internationalization/localization. It evolved over years of effort developing
 jGuru.com. StringTemplate also powers the ANTLR v3 code generator. Its
 distinguishing characteristic is that it strictly enforces model-view
 separation unlike other engines.
 .
 This package contains the Python 3 module.