Command Line Interface Formulation Framework
Go to file
Ghanshyam Mann b6119d504d Test python 3.10 and 3.11
As per the current release tested runtime, we
need to test python 3.8 to python 3.11 so using the
generic python testing template which run the python
versions jobs as per the current release runtime.

Also, updating the same in python classifier in setup.cfg

Change-Id: I8db58eb19a9e39067e8102df81a647450b2c1cf9
2024-01-11 15:37:23 -08:00
cliff Use importlib.metadata on Python 3.10+ 2023-11-29 22:13:41 +09:00
demoapp Fix pre-commit issues 2023-09-05 10:17:38 +01:00
doc Fix pre-commit issues 2023-09-05 10:17:38 +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 OpenDev Migration Patch 2019-04-19 19:42:35 +00:00
.pre-commit-config.yaml Add pre-commit 2023-09-05 10:17:38 +01:00
.stestr.conf Updates for stestr 2017-09-14 16:54:13 -05:00
.zuul.yaml Test python 3.10 and 3.11 2024-01-11 15:37:23 -08: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 pre-commit 2023-09-05 10:17:38 +01:00
requirements.txt Use importlib.metadata on Python 3.10+ 2023-11-29 22:13:41 +09:00
setup.cfg Test python 3.10 and 3.11 2024-01-11 15:37:23 -08: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 Use upper-constraint in doc generation 2023-08-21 09:53:41 +09: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.