Note: This has been integrated into cliapp instead.
pluginsys is a plugin system for Python. It includes a hook system
that allows the application to provide places for the plugins to
extend the application. For example, the application might provide
a "save-file" hook, and the plugin could use that to encrypt the
data before it is written to disk.
See http://gitorious.org/pluginsys for the git repository.