python-aodhclient/setup.cfg
Takashi Kajinami 7139d5b006 Remove Python 3.8 support
Python 3.8 is no longer part of the tested runtimes since 2024.2[1]
because its EOL is coming soon.

Also officially declare python 3.12 support because python 3.12 is now
part of tested runtimes and unit test job with Python 3.12 is now
voting.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: Iae5cf70028808a384654fb2b7eee8f7995348702
2024-10-23 19:56:59 +09:00

52 lines
1.8 KiB
INI

[metadata]
name = aodhclient
summary = Python client library for Aodh
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/python-aodhclient/latest/
python_requires = >=3.9
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[files]
packages =
aodhclient
[entry_points]
console_scripts =
aodh = aodhclient.shell:main
keystoneauth1.plugin =
aodh-noauth = aodhclient.noauth:AodhNoAuthLoader
openstack.cli.extension =
metric = aodhclient.osc
openstack.alarming.v2 =
alarm create = aodhclient.v2.alarm_cli:CliAlarmCreate
alarm list = aodhclient.v2.alarm_cli:CliAlarmList
alarm show = aodhclient.v2.alarm_cli:CliAlarmShow
alarm delete = aodhclient.v2.alarm_cli:CliAlarmDelete
alarm update = aodhclient.v2.alarm_cli:CliAlarmUpdate
alarm state get = aodhclient.v2.alarm_cli:CliAlarmStateGet
alarm state set = aodhclient.v2.alarm_cli:CliAlarmStateSet
alarm-history search = aodhclient.v2.alarm_history_cli:CliAlarmHistorySearch
alarm-history show = aodhclient.v2.alarm_history_cli:CliAlarmHistoryShow
alarming capabilities list = aodhclient.v2.capabilities_cli:CliCapabilitiesList
alarm quota show = aodhclient.v2.quota_cli:QuotaShow
alarm quota set = aodhclient.v2.quota_cli:QuotaSet