The base module is accessible via the routes module.
Mapper handles URL generation and URL recognition in a web application.
Mapper is built handling dictionary's. It is assumed that the web application will handle the dictionary returned by URL recognition to dispatch appropriately.
URL generation is done by passing keyword parameters into the generate function, a URL is then returned.
This class contains 8 members.
The Route object holds a route recognition and generation routine.
See Route.__init__ docs for usage.
This class contains 5 members.
See the source for more information.