Command Line Interface Formulation Framework
Go to file
Andreas Jaeger 60ab3cdedf Switch to newer openstackdocstheme version
Switch to openstackdocstheme 2.2.1 version. Using
this version will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I50caba24ba8d458e5061cf412b8f59e3815c58f7
2020-05-31 20:32:08 +02:00
cliff Use unittest.mock instead of third party mock 2020-05-27 22:18:54 +08: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
.testr.conf covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-10 14:15:33 +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 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 Switch to newer openstackdocstheme version 2020-05-31 20:32:08 +02:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
setup.cfg Re-add support for python 3.5 2020-03-26 15:38:14 -05:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01:00
test-requirements.txt Switch to newer openstackdocstheme version 2020-05-31 20:32:08 +02:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-04 15:05:33 +01: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.