diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-21 21:32:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:02:22 +0700 |
commit | f6bc0ae1a332f8a9ceac21ed12e187e5785b2503 (patch) | |
tree | 24c53e91ea456b9ac1c6fcd75a1712f832e884be /python/Routes/README | |
parent | 8a5bc0522efa4c23584748b06ce30aa51471b028 (diff) |
python/Routes: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Routes/README')
-rw-r--r-- | python/Routes/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/Routes/README b/python/Routes/README index 89c29985db2f5..19ea690829206 100644 --- a/python/Routes/README +++ b/python/Routes/README @@ -1,8 +1,9 @@ -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 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. +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. |