Command Line Interface Formulation Framework
Go to file
Eric Fried 8e4ae2b86c Add autoprogram_cliff_app_dist_name config opt
This allows consumers to let cliff know who they are, so the
autoprogram-sphinx directive doesn't produce messages like

 This command is provided by the $me plugin.

Change-Id: I2d5a527910ddc64f83d0cba39c584b8b05a299b7
2019-11-14 12:09:22 -06:00
cliff Add autoprogram_cliff_app_dist_name config opt 2019-11-14 12:09:22 -06:00
demoapp Assure executable name is kept when app is called as module 2018-06-28 22:57:31 +01:00
doc Add autoprogram_cliff_app_dist_name config opt 2019-11-14 12:09:22 -06: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 Add Python 3 Train unit tests 2019-07-05 14:17:15 -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
README.rst Updates for OpenDev transition 2019-04-21 10:07:45 -05: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 Pin cmd2 back to <0.9 on all versions 2019-09-03 08:58:29 +00:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:17:15 -04:00
setup.py Updated from global requirements 2017-03-02 11:43:26 +00:00
test-requirements.txt Pin cmd2 back to <0.9 on all versions 2019-09-03 08:58:29 +00:00
tox.ini Add Python 3 Train unit tests 2019-07-05 14:17:15 -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.