We are glad to announce the release of: cliff 1.15.0: Command Line Interface Formulation Framework This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/cliff With package available at: https://pypi.python.org/pypi/cliff For more details, please see the git log history below and: https://launchpad.net/python-cliff/+milestone/1.15.0 Please report issues through launchpad: https://bugs.launchpad.net/python-cliff Changes in cliff 1.14.0..1.15.0 ------------------------------- 22ceb9c Replace '\r' with ' ' for prettytable 4e1470d Implement a json formatter in cliff 0a8daff Implement a yaml formatter in cliff faf935a Updated from global requirements 784f6d6 Improve help messages Diffstat (except docs and test files) ------------------------------------- cliff/app.py | 8 ++-- cliff/formatters/json_format.py | 30 +++++++++++++++ cliff/formatters/table.py | 6 +++ cliff/formatters/yaml_format.py | 23 ++++++++++++ requirements.txt | 3 +- setup.cfg | 4 ++ 13 files changed, 327 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4af0633..1dda2f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -11,0 +12 @@ unicodecsv>=0.8.0 +PyYAML>=3.1.0