aboutsummaryrefslogtreecommitdiff
path: root/python/python3-routes/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-routes/README')
-rw-r--r--python/python3-routes/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-routes/README b/python/python3-routes/README
new file mode 100644
index 000000000000..19ea69082920
--- /dev/null
+++ b/python/python3-routes/README
@@ -0,0 +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 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.