Command Line Interface Formulation Framework
Go to file
Stephen Finucane 4826a43b99 Remove unnecessary shebangs
Change-Id: I15961144cc2c174aa05f79fc8736aa88f30b293f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2024-09-13 08:49:37 +00:00
cliff Remove unnecessary shebangs 2024-09-13 08:49:37 +00:00
demoapp ruff: Enable pyupgrade rules 2024-09-13 08:49:33 +00:00
doc ruff: Enable pyupgrade rules 2024-09-13 08:49:33 +00: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
.git-blame-ignore-revs tox: Use pre-commit for linter checks 2024-05-03 17:43:29 +01: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 ruff: Enable pyupgrade rules 2024-09-13 08:49:33 +00:00
.stestr.conf Updates for stestr 2017-09-14 16:54:13 -05:00
.zuul.yaml Drop support for Python 3.8, add Python 3.12 2024-09-13 09:42:50 +01: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
pyproject.toml ruff: Enable pyupgrade rules 2024-09-13 08:49:33 +00:00
README.rst doc: Update bug tracker to storyboard 2020-10-23 12:47:42 +09:00
requirements.txt Use importlib.metadata on Python 3.10+ 2023-11-29 22:13:41 +09:00
setup.cfg Drop support for Python 3.8, add Python 3.12 2024-09-13 09:42:50 +01:00
setup.py Blacken code base 2024-05-03 17:43:15 +01:00
test-requirements.txt Merge "Add fixtures explicitly in test requirements" 2024-05-03 20:34:45 +00:00
tox.ini tox: Use pre-commit for linter checks 2024-05-03 17:43:29 +01:00

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.