Command Line Interface Formulation Framework
Go to file
Takashi Kajinami 89f318e6fe 2023.2 only: Switch to non-versioned template
... to use the appropriate python versions in tests. This also marks
python 3.10 supported because it's part of the tested runtimes for
2023.2.

The job template was updated in master by [1] so this is submitted as
a stable only change.

[1] https://review.opendev.org/c/openstack/cliff/+/905372

Change-Id: Ie0b18f4a49a30cc5d1d91191f9d04643d5d7a426
2024-01-12 16:15:14 +09:00
cliff Fix flake8 violation E721 2023-09-11 07:39:56 +00:00
demoapp Remove unicode from code 2021-01-28 17:00:45 +00:00
doc Removing modindex link from docs 2021-11-19 13:58:06 +01:00
integration-tests Add Constraints support 2017-01-04 08:55:06 +11:00
releasenotes/notes Strip trailing periods when getting description 2022-12-12 18:14:52 +00:00
.gitignore gitignore: Ignore reno artefacts 2021-01-27 17:14:27 +00:00
.gitreview Update .gitreview for stable/2023.2 2023-09-07 09:49:02 +00:00
.stestr.conf Updates for stestr 2017-09-14 16:54:13 -05:00
.zuul.yaml 2023.2 only: Switch to non-versioned template 2024-01-12 16:15:14 +09: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
requirements.txt Remove final use of pkg_resources 2022-07-15 16:08:26 +01:00
setup.cfg 2023.2 only: Switch to non-versioned template 2024-01-12 16:15:14 +09:00
setup.py List setuptools under install_requires 2020-10-01 11:17:36 +02:00
test-requirements.txt requirements: Remove explicit python-subunit dependency 2022-05-25 17:09:04 +01:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-09-07 09:49:04 +00: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.