Metadata-Version: 1.1
Name: dk-template
Version: 1.0.10
Summary: dk-template - debugging django templates.
Home-page: UNKNOWN
Author: Bjorn Pettersen
Author-email: bp@datakortet.no
License: UNKNOWN
Description: 
        
        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.
        
        .. image:: https://travis-ci.org/datakortet/dk-template.svg?branch=master
            :target: https://travis-ci.org/datakortet/dk-template
        
        .. image:: https://gitlab.com/norsktest/dk-template/badges/master/pipeline.svg
           :target: https://gitlab.com/norsktest/dk-template/commits/master
           :alt: pipeline status
        
        .. image:: https://img.shields.io/badge/docs-darkgreen.svg
           :target: https://norsktest.gitlab.io/dk-template
           :alt: documentation
        
        .. image:: https://codecov.io/gl/norsktest/dk-template/branch/master/graph/badge.svg?token=6E4JXSMACJ
          :target: https://codecov.io/gl/norsktest/dk-template
        
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: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
