Client library for Aodh API
Go to file
Andreas Jaeger a6f331e48d Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove section from setup.cfg: Wheel is not needed for python
  3 only repo
- Update requirements, no need for python_version anymore

Change-Id: I8825104cffa158cb0423e648067fae6ad0a0711d
2020-04-04 11:14:09 +02:00
aodhclient Update hacking for Python3 2020-04-03 14:47:59 +02:00
doc Cleanup py27 support 2020-04-04 11:14:09 +02:00
releasenotes Drop python 2.7 support and testing 2019-12-14 00:05:39 +00:00
.coveragerc cleanup coveragerc 2017-05-16 19:19:39 +00:00
.gitignore Switch to use stestr for unit test 2018-07-17 15:53:47 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:27 +00:00
.stestr.conf Switch to use stestr for unit test 2018-07-17 15:53:47 +07:00
.zuul.yaml Drop python 2.7 support and testing 2019-12-14 00:05:39 +00:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-20 20:35:19 +08:00
HACKING.rst Update documentation URLs 2017-07-14 14:02:06 +07:00
LICENSE Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
README.rst Sync Sphinx requirement 2019-06-20 20:35:19 +08:00
babel.cfg Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
bindep.txt Add gating on py37 2018-07-26 08:04:28 +02:00
requirements.txt Add OSprofiler support for Aodh client 2019-04-05 02:21:16 +00:00
setup.cfg Cleanup py27 support 2020-04-04 11:14:09 +02:00
setup.py Cleanup py27 support 2020-04-04 11:14:09 +02:00
tox.ini Update hacking for Python3 2020-04-03 14:47:59 +02:00

README.rst

aodhclient

Python bindings to the OpenStack Aodh API

This is a client for OpenStack Aodh API. There's a Python API (the aodhclient module), and a command-line script (installed as aodh). Each implements the entire OpenStack Aodh API.