Metadata-Version: 2.1
Name: dk-template
Version: 1.0.1
Summary: dk-template - debugging django templates.
Home-page: UNKNOWN
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: django (==1.7.11)
Requires-Dist: dk

.. image:: https://travis-ci.org/datakortet/dk-template.svg?branch=master
    :target: https://travis-ci.org/datakortet/dk-template


dk-template - debugging django templates.
==================================================

Parse a django template and find all template variables that are used.
Output the template variables in a format that can be included in the
template to verify the values of all context variables.


Installing from PyPI
--------------------

This is what you want if you just want to use dk-template:

   pip install dk-template


As a source package
-------------------
This is what you want if you are developing dk-template or want 
to make local changes to the source code.

   pip install -e <path>




See docs/ folder for documentation.


