Command Line Interface Formulation Framework
Go to file
Stephen Finucane f3587efee8 Remove references to setuptools
With the advent of importlib, entry points are no long a setuptools-only
thing. Update the docs to reflect that.

Change-Id: I099f397ddb4d71879597cfe67ef2a1eff4a8d1af
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-10-22 10:30:15 +01: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 Remove references to setuptools 2020-10-22 10:30:15 +01: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 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 Remove references to setuptools 2020-10-22 10:30:15 +01:00
bandit.yaml add bandit to pep8 job 2017-11-10 18:14:09 -05:00
lower-constraints.txt Remove Babel from lower-constraints.txt 2020-10-13 08:48:20 +08: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 Bump py37 to py38 in tox.ini 2020-10-06 15:33:59 +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.