Welcome to flask-urls’ documentation!

flask-urls is a collection of useful URL-related functions for Flask applications.

Installation

Install flask-urls with pip:

pip install -e 'hg+http://bitbucket.org/sjl/flask-urls@v0.9.2#egg=flask-urls'

Prefer git to Mercurial?

pip install -e 'git+http://github.com/sjl/flask-urls.git@v0.9.2#egg=flask-urls'

Usage

flask-urls currently provides one function to make dealing with URLs in Flask applications a bit easier.

Contribute

If you want to contribute feel free to fork the Mercurial repository or git repository and send a pull request.