Benjamin A. Beasley 156e1eb0b9 Use importlib.metadata on Python 3.10+
Favor importlib.metadata.packages_distributions() over
importlib_metadata.packages_distributions() where it is available, i.e.,
on Python 3.10 and later.

Depend on PyPI importlib_metadata only on Python 3.9 and older:
conditionalize the requirements.txt entry on Python version.

Change-Id: I624fc0059057de05bb2bacd9c1238cba71ebad2a
2023-11-29 22:13:41 +09:00
2023-09-05 10:17:38 +01:00
2023-09-05 10:17:38 +01:00
2017-01-04 08:55:06 +11:00
2021-01-27 17:14:27 +00:00
2019-04-19 19:42:35 +00:00
2023-09-05 10:17:38 +01:00
2017-09-14 16:54:13 -05:00
2022-09-09 11:21:06 +00:00
2023-09-05 10:17:38 +01:00
2012-04-20 10:06:58 -07:00
2023-08-21 09:53:41 +09: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.

Description
Command Line Interface Formulation Framework
Readme 5.6 MiB
Languages
Python 99.6%
Shell 0.4%