Metadata-Version: 2.1
Name: stringtemplate3
Version: 24.2.0
Summary: A wrapper for StringTemplate: a powerful template engine with strict model-view separation
Author-email: Terence Parr <parrt-spam@antlr.org>, Marq Kole <marq.kole-spam@philips.com>, Benjamin Niemann <pink-spam@odahoda.de>, Fredrick Eisele <fredrick.eisele@gmail.com>
Maintainer-email: Fredrick Eisele <fredrick.eisele@gmail.com>
License: BSD 2-Clause License
        
        Copyright (c) 2023, Fred Eisele
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://www.stringtemplate.org/
Project-URL: Bug Reports, https://github.com/phreed/stringtemplate3/issues
Project-URL: Source, https://github.com/phreed/stringtemplate3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

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.
