Paketname | python-routes |
Beschreibung | Routing Recognition and Generation Tools |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.11-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | python-support (>= 0.90.0) |
Empfohlene Pakete | python-webob |
Paketbetreuer | Ubuntu Developers |
Quelle | routes |
Paketgröße | 26244 Byte |
Prüfsumme MD5 | ba032af89794f01d107fdb9461ec903c |
Prüfsumme SHA1 | 042944d9cf0a9e4a21250bc28119d816452a238c |
Prüfsumme SHA256 | 8c82832e7ae1c5e208ecbe8b52961b6b88124c52ac3d79825bae95b514e19995 |
Link zum Herunterladen | python-routes_1.11-1_all.deb |
Ausführliche Beschreibung | Routes is a Python re-implementation of the Rails routes system for mapping
URLs to Controllers/Actions and generating URLs. Routes makes it easy to
create pretty and concise URLs 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.
.
Current features:
* Named Routes
* Sophisticated Route lookup and URL generation
* Wildcard path's before and after static parts
* Groupings syntax to allow flexible URLs to accommodate almost any need
* Sub-domain support built-in
* Conditional matching based on domain, cookies, HTTP method (RESTful), and
more
* Easily extensible utilizing custom condition functions and route generation
functions
* Extensive unit tests
|