Command Line Interface Formulation Framework
Go to file
OpenStack Release Bot d5a5d7c7c5 Update TOX_CONSTRAINTS_FILE for stable/yoga
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/yoga branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I2feff9a515cdb503cb3d7b56e5d86016e4d63963
2022-03-04 17:00:48 +00:00
cliff Merge "Automatically page interactive root help output" 2021-09-20 22:58:33 +00:00
demoapp Remove unicode from code 2021-01-28 17:00:45 +00:00
doc Removing modindex link from docs 2021-11-19 13:58:06 +01:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
releasenotes/notes Add '--sort-ascending', '--sort-descending' parameters 2021-01-29 15:40:42 +00:00
.gitignore gitignore: Ignore reno artefacts 2021-01-27 17:14:27 +00:00
.gitreview Update .gitreview for stable/yoga 2022-03-04 17:00:45 +00:00
.stestr.conf Updates for stestr 2017-09-14 16:54:13 -05:00
.zuul.yaml Add Python3 xena unit tests 2021-03-19 13:11:35 +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
requirements.txt Colourise and automatically page help output 2021-07-12 21:03:32 -04:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-13 09:29:53 +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 TOX_CONSTRAINTS_FILE for stable/yoga 2022-03-04 17:00:48 +00: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.