Metadata-Version: 2.1
Name: nannou
Version: 0.7.1
Summary: Compiling template engine based on pattern matching
Home-page: http://packages.python.org/nannou
Author: Niel Faccly
Author-email: nyufac@gmail.com
License: BSD
Keywords: python web templates
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License

.. include globals.rst

.. an_example_pypi_project documentation master file, created by
   sphinx-quickstart on Thu Nov 05 22:55:49 2009.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to nannou's documentation!
**********************************

What is nannou?
===============

Nannou is a template engine based on `pattern matching <http://en.wikipedia.org/wiki/Pattern_matching>`_ principle. This gives it ability to generate code for complex objects with an undefined structure, using simple and declarative templates syntax.

Documentation: 

    http://packages.python.org/nannou/


