Metadata-Version: 1.2
Name: flask-template-previewer
Version: 0.1.0
Summary: Registers a blueprint on the flask app which will lets the jinja2 templates be previewed using their relative path in templates folder as the url, with the variables passed as url query params.
Home-page: https://github.com/SuryaSankar/flask_template_previewer
Author: Surya Sankar
Author-email: suryashankar.m@gmail.com
License: MIT license
Description: ========================
        Flask Template Previewer
        ========================
        
        
        .. image:: https://img.shields.io/pypi/v/flask_template_previewer.svg
                :target: https://pypi.python.org/pypi/flask_template_previewer
        
        .. image:: https://img.shields.io/travis/SuryaSankar/flask_template_previewer.svg
                :target: https://travis-ci.com/SuryaSankar/flask_template_previewer
        
        .. image:: https://readthedocs.org/projects/flask-template-previewer/badge/?version=latest
                :target: https://flask-template-previewer.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Registers a blueprint on the flask app which will lets the jinja2 templates be previewed using their relative path in templates folder as the url, with the variables passed as url query params.
        
        
        * Free software: MIT license
        * Documentation: https://flask-template-previewer.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-04-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: flask_template_previewer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
