Flask-LazyViews
Flask-LazyViews copied to clipboard
Register URL routes for Flask application or blueprint in lazy way
=============== Flask-LazyViews
.. image:: https://travis-ci.org/playpauseandstop/Flask-LazyViews.png?branch=master&style=flat :target: https://travis-ci.org/playpauseandstop/Flask-LazyViews :alt: Travis CI
.. image:: https://img.shields.io/pypi/v/Flask-LazyViews.svg :target: https://pypi.python.org/pypi/Flask-LazyViews/ :alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/Flask-LazyViews.svg :target: https://pypi.python.org/pypi/Flask-LazyViews/ :alt: Python versions
.. image:: https://img.shields.io/pypi/l/Flask-LazyViews.svg :target: https://github.com/playpauseandstop/Flask-LazyViews/blob/master/LICENSE :alt: BSD License
.. image:: https://readthedocs.org/projects/flask-lazyviews/badge/?version=latest :target: http://flask-lazyviews.readthedocs.org/en/latest/ :alt: Documentation
Registers URL routes for Flask <http://flask.pocoo.org/>_ application or
blueprint in lazy way. Ships with additional support of registering admin
views, error handlers, custom static files and rendering Jinja2 templates.
- Based on original
snippet <http://flask.pocoo.org/docs/patterns/lazyloading/>_ from Flask documentation - Works on Python 2.6, 2.7 and 3.3+
- BSD licensed
- Latest documentation
on Read the Docs <http://flask-lazyviews.readthedocs.org/>_ - Source, issues and pull requests
on GitHub <https://github.com/playpauseandstop/Flask-LazyViews>_ - Install with
pip install Flask-LazyViews