Metadata-Version: 1.0
Name: pwilang
Version: 0.10.14
Summary: A text processor with its own syntax a little nicer than html that uses jinja for complex text rendering.
Home-page: http://code.google.com/p/pwilang/
Author: Christophe Eymard
Author-email: christophe@ravelsoft.com
License: GPLv3
Description: pwilang is a text processor. The syntax of its file are indent-based, much like Python or Yaml. Its output is primarily meant to be XML (html being a subset of it as well as the main focus of this application).
        
        The goal of this parser is to actually give a way of writing Html content without having to close the tags manually, force a certain visual layout on the file (an indent-based language forces you to indent !), and also offers a way of having macros/automations. 
        
Keywords: text processor html jinja
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
