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/
commit 239: 1c0a39061146
parent 238: 5a576ead3275
child 240: 673f402c33fb
[svn] Prepping docs and changelog for 1.6.2 release. trunkv1.6.2
Ben Bangert / bbangert
3 years ago

 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 8.8 KB 3 years ago [svn] Prepping docs and changelog for 1.6.2 release.
INSTALL 319 B 4 years ago [svn] Adding install/readme files.
LICENSE 1.5 KB 5 years ago [svn] Merged r38:50 from doubledict into trunk. doubledict i…
README 624 B 4 years ago [svn] Adding install/readme files.
setup.cfg 884 B 4 years ago [svn] Setting xhtml to true for proper doc generation.
setup.py 1012 B 3 years ago [svn] Bumping version info.

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.