Metadata-Version: 2.0
Name: Flask-LazyViews
Version: 0.6
Summary: Registers URL routes for Flask application or blueprint in lazy way.
Home-page: https://github.com/playpauseandstop/Flask-LazyViews
Author: Igor Davydenko
Author-email: playpauseandstop@gmail.com
License: BSD License
Keywords: flask lazy views
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Requires-Dist: Flask (>=0.8)

===============
Flask-LazyViews
===============

.. image:: https://secure.travis-ci.org/playpauseandstop/Flask-LazyViews.png?branch=master
    :target: https://travis-ci.org/playpauseandstop/Flask-LazyViews

.. image:: https://pypip.in/v/Flask-LazyViews/badge.png
    :target: https://pypi.python.org/pypi/Flask-LazyViews

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``


