aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cmd2/pkg-descr
blob: 85f6c4500b4c06b89a97f7c43a09bc21e2064e2d (plain) (blame)
1
2
3
4
5
6
7
8
cmd2 is a tool for building interactive command line applications in Python. Its
goal is to make it quick and easy for developers to build feature-rich and
user-friendly interactive command line applications. It provides a simple API
which is an extension of Python's built-in cmd module. cmd2 provides a wealth of
features on top of cmd to make your life easier and eliminates much of the
boilerplate code which would be necessary when using cmd.

WWW: https://github.com/python-cmd2/cmd2