Arn0 7151462c13 python/python3-routes: renamed from Routes for python3, updated for version 2.5.1 2 年之前
..
README 7151462c13 python/python3-routes: renamed from Routes for python3, updated for version 2.5.1 2 年之前
python3-routes.SlackBuild 7151462c13 python/python3-routes: renamed from Routes for python3, updated for version 2.5.1 2 年之前
python3-routes.info 7151462c13 python/python3-routes: renamed from Routes for python3, updated for version 2.5.1 2 年之前
slack-desc 7151462c13 python/python3-routes: renamed from Routes for python3, updated for version 2.5.1 2 年之前

README

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.