Command Line Interface Formulation Framework
Go to file
xuanyandong bc76d324f5 Remove six
Replace the following items with Python 3 style code.

- six.moves
- six.PY2
- six.PY3
- six.string_types
- six.text_type

Change-Id: I1656b976864c8f2343e658a4abf432d30c151d0b
2020-10-29 11:27:41 +00:00
cliff Remove six 2020-10-29 11:27:41 +00: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
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
lower-constraints.txt Remove six 2020-10-29 11:27:41 +00:00
requirements.txt Remove six 2020-10-29 11:27:41 +00: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.