Registered
by
andreypopp
Framework for creating command line interfaces with Python.
This framework built on top optparse module and setuptools. The main features are:
- Simple and reusable commands with optparse.
- Composite commands, which consist of subcommands (think of svn, bzr and others).
- Interface for discovering subcommands for composite commands.
- Discovering subcommands via setuptools' entry point registrations.
- Experimental support for commands, which use argparse.
Project information
- Maintainer:
- andreypopp
- Driver:
- Not yet selected
- Licence:
- MIT / X / Expat Licence
View full history Series and milestones
trunk series is the current focus of development.