Command Line Interface Formulation Framework
Go to file
OpenDev Sysadmins 6e52ba5bcc OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:35 +00:00
cliff Don't try to run issubclass on non-classes 2018-10-31 14:15:35 +00:00
demoapp Assure executable name is kept when app is called as module 2018-06-28 22:57:31 +01: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 OpenDev Migration Patch 2019-04-19 19:42:35 +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
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:42:35 +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
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 update cmd2 dependency to handle py3 only versions 2018-05-29 18:47:11 -05:00
setup.cfg Build universal wheels 2018-06-12 15:58:32 +01: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 fix tox python3 overrides 2018-06-06 15:27:00 -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.