cliff 1.4

cliff (“Command Line Interface Formulation Framework”) is a framework for building command line programs. It uses entry points to provide subcommands, output formatters, and other extensions.

Project details 1.4 on PyPI

What’s New In This Release?

  • Store a reference to the InteractiveApp on the App while in interactive mode to allow commands to update the interactive state. (Contributed by Tomaz Muraus)
  • Remove reliance on distribute, now that it has merged with setuptools 0.7. Providing an explicit dependency on setuptools breaks updates in some cases, so just fail if it isn’t there.