Command Line Interface Formulation Framework
Go to file
Doug Hellmann 73a5d6529f add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

Update the lower bound for PrettyTable so the unit tests pass.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: Ia146248b505e66adf871d17ae1e4921d7888bb85
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-09 10:24:28 -04:00
cliff Merge "Remove the warning of getargspec removal" 2018-03-26 01:49:10 +00:00
demoapp add before and after hooks 2017-06-30 09:50:21 -04:00
doc Updated from global requirements 2018-03-15 06:49:26 +00:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
.gitignore Update .gitignore 2017-09-22 02:11:34 +00:00
.gitreview Update .gitreview after repo rename 2014-02-07 20:38:59 +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
.travis.yml add pypy test env configuration 2013-09-23 15:45:31 -04:00
.zuul.yaml add lower-constraints job 2018-04-09 10:24:28 -04: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
MANIFEST.in remove the other traces of distribute 2013-06-11 14:01:31 -04:00
Makefile Correct path to docs 2015-11-12 13:52:05 +00:00
README.rst Update and replace http with https for doc links 2017-07-21 10:55:01 +08:00
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05:00
lower-constraints.txt add lower-constraints job 2018-04-09 10:24:28 -04:00
requirements.txt add lower-constraints job 2018-04-09 10:24:28 -04:00
setup.cfg Move doc requirements to doc/requirements.txt 2017-12-01 12:35:37 -06:00
setup.py Updated from global requirements 2017-03-02 11:43:26 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 06:49:26 +00:00
tox.ini add lower-constraints job 2018-04-09 10:24:28 -04: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.