Command Line Interface Formulation Framework
Go to file
Monty Taylor 5405c3dfd7 Re-add support for python 3.5
cliff is used by stestr which is used by more things than just
openstack projects - one of them being zuul which still supports
python 3.5. Let's keep supporting 3.5 here for now.

Change-Id: I14fca07853677d041215649cb55caf1e0dc49753
2020-03-26 15:38:14 -05:00
cliff Fix nested argument groups with ignore conflict handler 2020-02-20 13:54:20 +00:00
demoapp Assure executable name is kept when app is called as module 2018-06-28 22:57:31 +01:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
releasenotes/notes adding missing releasenote for the drop of py27 support 2020-02-06 12:33:34 +01: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
.testr.conf covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.zuul.yaml Re-add support for python 3.5 2020-03-26 15:38:14 -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 [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
setup.cfg Re-add support for python 3.5 2020-03-26 15:38:14 -05:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01: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.