Command Line Interface Formulation Framework
Go to file
likui f05d554e34 Update requirements URLs in tox config
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so will switch to the correct
upper-constraints list automatically when the requirements repository branches.

Change-Id: Ia69a02b539230e65e25da65d5d76a9f650490256
2020-10-30 09:52:24 +08:00
cliff Remove references to setuptools 2020-10-22 10:30:15 +01: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
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05: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
lower-constraints.txt Remove Babel from lower-constraints.txt 2020-10-13 08:48:20 +08:00
README.rst doc: Update bug tracker to storyboard 2020-10-23 12:47:42 +09:00
requirements.txt switch to stevedore for loading entry points 2020-07-05 15:58:46 -04: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 Update requirements URLs in tox config 2020-10-30 09:52:24 +08:00

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.