Command Line Interface Formulation Framework
Go to file
Zuul 644041f87f Merge "Remove six" 2020-11-18 19:56:56 +00:00
cliff Merge "Remove six" 2020-11-18 19:56:56 +00:00
demoapp Remove references to setuptools 2020-10-22 10:30:15 +01:00
doc doc: Update bug tracker to storyboard 2020-10-23 12:47:42 +09: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 Merge "Remove six" 2020-11-18 19:56:56 +00:00
requirements.txt Remove six 2020-10-29 11:27:41 +00:00
setup.cfg Add py38 package metadata 2020-10-19 20:04:29 +08:00
setup.py List setuptools under install_requires 2020-10-01 11:17:36 +02:00
test-requirements.txt drop mock from lower-constraints and requirements 2020-06-09 00:06:28 +02:00
tox.ini Update requirements URLs in tox config 2020-10-30 09:52:24 +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.