File: PKG-INFO

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 (25 lines) | stat: -rw-r--r-- 1,160 bytes parent folder | download | duplicates (3)
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
Metadata-Version: 1.0
Name: stringtemplate3
Version: 3.1
Summary: A powerful template engine with strict model-view separation
Home-page: http://www.stringtemplate.org/
Author: Benjamin Niemann
Author-email: pink@odahoda.de
License: BSD
Description: 
        ST (StringTemplate) is a template engine for generating source code, web
        pages, emails, or any other formatted text output. ST is particularly
        good at multi-targeted code generators, multiple site skins, and
        internationalization/localization. It evolved over years of effort
        developing jGuru.com. ST also generates this website and powers the
        ANTLR v3 code generator. Its distinguishing characteristic is that it
        strictly enforces model-view separation unlike other engines.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing