cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. What’s New In This Release? Fix an issue with unicode output under Python 2.6. See https://github.com/dreamhost/cliff/pull/40 for details. Documentation Documentation for cliff is hosted on readthedocs.org Installation Use pip: $ pip install cliff […]
↧