summaryrefslogtreecommitdiff
path: root/python/Routes/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/Routes/README')
-rw-r--r--python/Routes/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/Routes/README b/python/Routes/README
new file mode 100644
index 0000000000..89c29985db
--- /dev/null
+++ b/python/Routes/README
@@ -0,0 +1,8 @@
+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.