Metadata-Version: 2.0
Name: cliff
Version: 2.0.0
Summary: Command Line Interface Formulation Framework
Home-page: https://launchpad.net/python-cliff
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires-Dist: pbr (>=1.6)
Requires-Dist: cmd2 (>=0.6.7)
Requires-Dist: PrettyTable (<0.8,>=0.7)
Requires-Dist: pyparsing (>=2.0.1)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)
Requires-Dist: unicodecsv (>=0.8.0)
Requires-Dist: PyYAML (>=3.1.0)

=======================================================
 cliff -- Command Line Interface Formulation Framework
=======================================================

cliff is a framework for building command line programs. It uses
`setuptools entry points`_ to provide subcommands, output formatters, and
other extensions.

.. _setuptools entry points: http://pythonhosted.org/setuptools/pkg_resources.html#convenience-api

* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/cliff
* Source: http://git.openstack.org/cgit/openstack/cliff
* Bugs: https://bugs.launchpad.net/python-cliff



