Command Line Interface Formulation Framework
Go to file
Rodolfo Alonso Hernandez 8099c98249 Remove cap on cmd2
After [1] and [2], there is no need to cap the version of cmd2.

This will also fix the current "rally_openstack" import problems
experienced in the CI: http://paste.openstack.org/show/794701/

[1]https://review.opendev.org/#/c/712591/
[2]https://review.opendev.org/#/c/734629/

Change-Id: Ie15e3f5058c4bd104978d9f31f0590d6c795024b
2020-06-12 16:42:56 -05:00
cliff Remove cap on cmd2 2020-06-12 16:42:56 -05:00
demoapp Assure executable name is kept when app is called as module 2018-06-28 22:57:31 +01:00
doc Switch to newer openstackdocstheme version 2020-05-31 20:32:08 +02:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
releasenotes/notes Import command group support from osc-lib 2020-06-07 11:08:29 -05:00
.gitignore Update .gitignore 2017-09-22 02:11:34 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:35 +00:00
.stestr.conf Updates for stestr 2017-09-14 16:54:13 -05:00
.zuul.yaml Remove python3.5 2020-06-06 12:03:35 -05:00
CONTRIBUTING.rst Update and replace http with https for doc links 2017-07-21 10:55:01 +08:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
README.rst Add contributors link to readme 2019-10-18 09:41:30 +08:00
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05:00
lower-constraints.txt drop mock from lower-constraints and requirements 2020-06-09 00:06:28 +02:00
requirements.txt Remove cap on cmd2 2020-06-12 16:42:56 -05:00
setup.cfg Remove python3.5 2020-06-06 12:03:35 -05:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
test-requirements.txt drop mock from lower-constraints and requirements 2020-06-09 00:06:28 +02:00
tox.ini Migrate to stestr 2020-06-06 12:14:24 -05:00

README.rst

Team and repository tags

image

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.