{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}

Routes is a Python re-implementation of the Rails routes system for mapping URLs to application actions, and conversely to generate URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort.

Routes allows conditional matching based on domain, cookies, HTTP method, or a custom function. Sub-domain support is built in. Routes comes with an extensive unit test suite.

Buzzword Compliance: REST, DRY

New features

Version 1.12 (2010-02-28)

Version 1.11 (2009-09-28)

Full changelog

Documentation

Download Routes PDF documentation.

Developers / Source Code

Routes' Mercurial repository can be found at http://bitbucket.org/bbangert/routes/.

To check it out:

hg clone http://www.bitbucket.org/bbangert/routes
{% endblock %}