slackbuilds_ponce/python/gearbox/README
Dave Woodfall b1f69fd42f
python/gearbox: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-06-02 01:02:24 +07:00

8 lines
408 B
Text

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.