Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/playpauseandstop/flask-lazyviews

Register URL routes for Flask application or blueprint in lazy way
https://github.com/playpauseandstop/flask-lazyviews

flask flask-extensions python

Last synced: 3 days ago
JSON representation

Register URL routes for Flask application or blueprint in lazy way

Awesome Lists containing this project

README

        

===============
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 `_ 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
`_ from Flask
documentation
* Works on Python 2.6, 2.7 and 3.3+
* BSD licensed
* Latest documentation `on Read the Docs
`_
* Source, issues and pull requests `on GitHub
`_
* Install with ``pip install Flask-LazyViews``