bbangert / routes (http://routes.groovie.org/)

Routes is a Python URL recognition and generation system similar to the Rails routing system. Routes makes it easy to create pretty and concise URL's that are RESTful with little effort.

Clone this repository (size: 853.0 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/bbangert/routes/

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
routes /
filename size last modified message
docs  
routes  
tests  
CHANGELOG 4.5 KB 4 years ago [svn] Doc updates for 1.3
LICENSE 1.5 KB 5 years ago [svn] Merged r38:50 from doubledict into trunk. doubledict i…
setup.cfg 816 B 4 years ago [svn] Merged doc and pudge changes from 1.2 tag into trunk
setup.py 950 B 4 years ago [svn] Switching version up to 1.3

README

Routes 1.11(ish) with:
* Routes prettyprinter
* A working, nestable submapper
* collection(), a more flexible and powerful alternative to resource()

See http://positiveincline.com/?p=550 and http://positiveincline.com/?p=561

--

Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.

Speedy and dynamic URL generation means you get a URL with minimal cruft
(no big dangling query args). Shortcut features like Named Routes cut down
on repetitive typing.

View the INSTALL for installation instructions. Routes will typically be
running integrated into an existing framework.

For developers wishing to integrate Routes with their web
application/framework, consult docs/integration.txt.