Command Line Interface Formulation Framework
Go to file
Stephen Finucane 37e53cad85 trivial: Remove references to Python 2.7
There were some in both the docs and the demo application.

Change-Id: I58d14cd3a372f9bdf617cbfbcb5ce34169ac83f8
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-11-18 18:06:04 +00:00
cliff Remove six 2020-10-29 11:27:41 +00:00
demoapp trivial: Remove references to Python 2.7 2020-11-18 18:06:04 +00:00
doc trivial: Remove references to Python 2.7 2020-11-18 18:06:04 +00: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 Add Python3 wallaby unit tests 2020-09-08 22:20:55 +00:00
CONTRIBUTING.rst doc: Update bug tracker to storyboard 2020-10-23 12:47:42 +09:00
LICENSE change to apache license 2012-04-20 10:06:58 -07:00
README.rst doc: Update bug tracker to storyboard 2020-10-23 12:47:42 +09:00
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05:00
lower-constraints.txt Remove six 2020-10-29 11:27:41 +00:00
requirements.txt Remove six 2020-10-29 11:27:41 +00: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 Bump py37 to py38 in tox.ini 2020-10-06 15:33:59 +08: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 entry points to provide subcommands, output formatters, and other extensions.