aboutsummaryrefslogtreecommitdiff
path: root/python/python3-gearbox/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-gearbox/README')
-rw-r--r--python/python3-gearbox/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-gearbox/README b/python/python3-gearbox/README
new file mode 100644
index 000000000000..532387598ffd
--- /dev/null
+++ b/python/python3-gearbox/README
@@ -0,0 +1,8 @@
+Gearbox is a paster command replacement for TurboGears2.
+It has been created during the process of providing Python3 support to
+the TurboGears2 web framework, while still being backward compatible
+with the existing TurboGears projects.
+
+Gearbox is based on a stripped down version of Cliff command line
+framework, you might want to consider Cliff for more advanced use cases
+and custom command interpreters.