Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
Register URL routes for Flask application or blueprint in lazy way
- Host: GitHub
- URL: https://github.com/playpauseandstop/flask-lazyviews
- Owner: playpauseandstop
- License: bsd-3-clause
- Created: 2012-04-03T17:41:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T03:23:18.000Z (over 3 years ago)
- Last Synced: 2024-12-04T09:30:35.434Z (20 days ago)
- Topics: flask, flask-extensions, python
- Language: Python
- Homepage: http://flask-lazyviews.readthedocs.org/
- Size: 109 KB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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: DocumentationRegisters 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``