Metadata-Version: 1.0
Name: django-smorgasbord
Version: 0.1
Summary: transparent support for multiple templating languages in Django
Home-page: http://code.google.com/p/smorgasbord/
Author: Jacob Smullyan
Author-email: jsmullyan@gmail.com
License: BSD
Description: Smorgasbord makes it possible to use multiple template languages in Django,
        even for 3rd party applications that don't use your choice of template
        language natively.
        
        Currently supported languages are:
        
        * mako
        * jinja2
        * cheetah
        * STML
        
Keywords: django jinja2 skunkweb STML cheetah mako templating satimol
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
