mikepk / pybald-routes

Fork of Ben Bangert's Routes project for local fixes etc... related to the pybald framework.

Home Page:http://pybald.com/routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fork of Ben Bangert's Routes project for local fixes etc... related to the pybald framework.

http://pybald.com/routes

License:Other


Languages

Language:Python 100.0%