Metadata-Version: 2.1
Name: aodhclient
Version: 3.3.0
Summary: Python client library for Aodh
Home-page: https://docs.openstack.org/python-aodhclient/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: pbr >=1.4
Requires-Dist: cliff !=1.16.0,>=1.14.0
Requires-Dist: osc-lib >=1.0.1
Requires-Dist: oslo.i18n >=1.5.0
Requires-Dist: oslo.serialization >=1.4.0
Requires-Dist: oslo.utils >=2.0.0
Requires-Dist: osprofiler >=1.4.0
Requires-Dist: keystoneauth1 >=1.0.0
Requires-Dist: pyparsing
Provides-Extra: test
Requires-Dist: coverage >=3.6 ; extra == 'test'
Requires-Dist: oslotest >=1.10.0 ; extra == 'test'
Requires-Dist: reno >=1.6.2 ; extra == 'test'
Requires-Dist: tempest >=10 ; extra == 'test'
Requires-Dist: stestr >=2.0.0 ; extra == 'test'
Requires-Dist: testtools >=1.4.0 ; extra == 'test'
Requires-Dist: pifpaf[gnocchi] >=0.23 ; extra == 'test'
Requires-Dist: gnocchi[file,postgresql] ; extra == 'test'
Requires-Dist: SQLAlchemy-Utils <=0.38.3 ; extra == 'test'
Requires-Dist: sqlalchemy-migrate <=0.13.0 ; extra == 'test'
Requires-Dist: SQLAlchemy <=1.4.41 ; extra == 'test'
Requires-Dist: oslo.db <=12.3.1 ; extra == 'test'

==========
aodhclient
==========

Python bindings to the OpenStack Aodh API

This is a client for OpenStack Aodh API. There's a `Python API
<https://docs.openstack.org/python-aodhclient/latest/api.html>`_ (the
aodhclient module), and a `command-line script
<https://docs.openstack.org/python-aodhclient/latest/shell.html>`_ (installed
as aodh). Each implements the entire OpenStack Aodh API.

* Free software: Apache license
* Release notes: https://releases.openstack.org/teams/telemetry.html
* Documentation: https://docs.openstack.org/python-aodhclient/latest/
* Source: https://opendev.org/openstack/python-aodhclient
* Bugs: https://storyboard.openstack.org/#!/project/openstack/python-aodhclient

