Metadata-Version: 1.0
Name: pyramid_jinja2
Version: 0.3
Summary: Jinja2 template bindings for the Pyramid web framework
Home-page: http://pylonshq.com
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: `Jinja2 <http:http://jinja.pocoo.org>`_ bindings for Pyramid
        ============================================================
        
        These are bindings for the `Jinja2 templating system`_ for the `Pyramid
        <http://docs.pylonshq.com/>`_ web framework.
        
        See the http://docs.pylonshq.com/pyramid_jinja2/dev/ for documentation.
        
        
        0.3 (2010-11-26)
        ----------------
        
        - Add ``jinja2.filters`` and ``jinja2.extensions`` settings (thanks to
        aodag).
        
        - Document all known settings.
        
        0.2 (2010-11-06)
        ----------------
        
        - Template autoreloading did not function, even if ``reload_templates`` was
        set to ``True``.
        
        0.1 (2010-11-05)
        ----------------
        
        - First release.  *Not* backwards compatible with ``repoze.bfg.jinja2``: we
        use a filesystem loader (the directories to load from come from the
        ``jinja2.directories`` setting).  No attention is paid to the current
        package when resolving a renderer= line.
        
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: License :: Repoze Public License
