Metadata-Version: 1.1
Name: soy
Version: 2012-12-21-p2
Summary: Client- and server-side templating system for JavaScript, Java and Python.
Home-page: https://bitbucket.org/lalinsky/closure-templates
Author: Lukas Lalinsky
Author-email: lukas@oxygene.sk
License: Apache
Description: 
        Closure Templates (Soy)
        ~~~~~~~~~~~~~~~~~~~~~~~
        
        This packages provides a set of functions used by Closure Templates
        compiled to Python, and some utility classes for working with the
        compiled source code.
        
        For an introduction to Closure Templates in general, see the `project page`_.
        
        To get started with using Closure Templates in Python, work though
        `Hello World Using Python`_.
        
        If you want to use Closure Templates from a `Flask`_ application, you
        might want to use the `Flask-Soy`_ extension instead of using this
        package directly.
        
        .. _project page: https://developers.google.com/closure/templates/
        .. _Hello World Using Python: https://bitbucket.org/lalinsky/closure-templates/wiki/Hello%20World%20Using%20Python
        .. _Flask: http://flask.pocoo.org/
        .. _Flask-Soy: https://pythonhosted.org/Flask-Soy/
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: License :: OSI Approved :: Apache Software License
