Command Line Interface Formulation Framework
Go to file
Hervé Beraud 9d20d60e89 drop mock from lower-constraints and requirements
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we don't need it
in lower-constraints and requirements.

These changes will help us to drop `mock` from openstack/requirements

Change-Id: I81e07cd68e370422675b939863138e23de444eef
2020-06-09 00:06:28 +02:00
cliff Remove unneeded tests 2020-06-06 14:24:17 -05:00
demoapp Assure executable name is kept when app is called as module 2018-06-28 22:57:31 +01:00
doc Switch to newer openstackdocstheme version 2020-05-31 20:32:08 +02:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
releasenotes/notes adding missing releasenote for the drop of py27 support 2020-02-06 12:33:34 +01: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 Remove python3.5 2020-06-06 12:03:35 -05: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
README.rst Add contributors link to readme 2019-10-18 09:41:30 +08:00
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05:00
lower-constraints.txt drop mock from lower-constraints and requirements 2020-06-09 00:06:28 +02:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01: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 Migrate to stestr 2020-06-06 12:14:24 -05: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.