Source: python-stringtemplate3 Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 10), dh-python, openstack-pkg-tools (>= 66~), python-all, python-setuptools, python-six, python3-all, python3-setuptools, python3-six, Standards-Version: 4.1.3 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: python-stringtemplate3 Architecture: all Depends: python-antlr, python-six, ${misc:Depends}, ${python:Depends}, Description: template engine with strict model-view separation - Python 2.7 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 2.7 module. 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.