Metadata-Version: 2.1
Name: cliff
Version: 4.5.0
Summary: Command Line Interface Formulation Framework
Home-page: https://docs.openstack.org/cliff/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: autopage>=0.4.0
Requires-Dist: cmd2>=1.0.0
Requires-Dist: PrettyTable>=0.7.2
Requires-Dist: stevedore>=2.0.1
Requires-Dist: PyYAML>=3.12
Requires-Dist: importlib_metadata>=4.4; python_version < "3.10"

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/cliff.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

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

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

.. _entry points: https://packaging.python.org/specifications/entry-points/

* Free software: Apache license
* Documentation: https://docs.openstack.org/cliff/latest/
* Source: https://opendev.org/openstack/cliff
* Bugs: https://storyboard.openstack.org/#!/project/openstack/cliff
* Contributors: https://github.com/openstack/cliff/graphs/contributors

