slackbuilds_ponce/python/Routes
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README
Routes.info
Routes.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
slack-desc

Routes is a Python re-implementation of the Rails routes system for
mapping URLs to application actions, and conversely to generate URLs.
Routes makes it easy to create pretty and concise URLs that are RESTful
with little effort.

Routes allows conditional matching based on domain, cookies, HTTP
method, or a custom function.
Sub-domain support is built in.
Routes comes with an extensive unit test suite.