cliff/announce.rst
Doug Hellmann 48077a3da6 prepare for 1.3.1 release
Change-Id: I809abaef23be9e71b3a9a7f7546bf73728deb6a2
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-02-27 07:47:53 -05:00

40 lines
1.1 KiB
ReStructuredText

========================================================================
cliff -- Command Line Interface Formulation Framework -- version 1.3.1
========================================================================
.. tags:: python cliff release DreamHost
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?
===========================
- Sort list of commands in interactive help mode. (contributed by Ilya
Shakhat)
- Fix a dependency issue with PyParsing until the cmd2 package can
release an update setting the version of its dependency based on the
Python version.
Documentation
=============
`Documentation for cliff`_ is hosted on `readthedocs.org`_
.. _Documentation for cliff: http://readthedocs.org/docs/cliff/en/latest/
.. _readthedocs.org: http://readthedocs.org
Installation
============
Use pip::
$ pip install cliff
See `the installation guide`_ for more details.
.. _the installation guide: http://cliff.readthedocs.org/en/latest/install.html