Metadata-Version: 1.0
Name: tiddlywebplugins.templates
Version: 0.9.5
Summary: A TiddlyWeb plugin with tools and packaging for templates.
Home-page: http://pypi.python.org/pypi/tiddlywebplugins.templates
Author: Chris Dent
Author-email: cdent@peermore.com
License: BSD
Description: 
        TiddlyWeb tool establishing package based hosting of Jinja2
        templates in the tiddlywebplugins package space.
        
        The templates are overridable with local templates in the
        TiddlyWeb instance.
        
        The tool provides a get_template method which takes a template
        name or path. First the tiddlyweb.config['plugin_local_templates']
        directory (defaulting to 'templates') is searched. Then the
        tiddlywebplugins.templates package space is searched (looking
        for the template as a pkg_resource).
        
        This searching may not work for all packaging systems. This has
        been tested with pip.
        
Platform: Posix; MacOS X; Windows
