RETIRED, OpenStack Telemetry (Ceilometer) Client
Go to file
Anh Tran 6ed98bd6d6 Using assertIsNone() instead of assertEqual(None)
Following OpenStack Style Guidelines[1]:
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(...) is preferred
over assertEqual(None, ...) and assertIs(..,None)

[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: Iae83c4360336cf07b6045615ff38933f52844499
2016-09-27 09:14:00 +07:00
ceilometerclient Using assertIsNone() instead of assertEqual(None) 2016-09-27 09:14:00 +07:00
doc drop v1 client 2015-10-21 07:55:06 -04:00
releasenotes Merge "Update reno for stable/newton" 2016-09-13 14:40:22 +00:00
tools tools: remove unused scripts 2016-07-05 11:11:36 +02:00
.gitignore Enable releasenotes documentation 2016-04-30 07:48:35 +08:00
.gitreview Move repository to openstack org. 2012-12-05 14:02:19 -08:00
.testr.conf Move unit tests into their own subdirectory 2015-03-13 12:01:04 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
LICENSE Initial Commit 2012-11-09 12:52:21 +11:00
README.rst improve readme contents 2016-01-20 19:39:01 +00:00
requirements.txt Remove keystoneclient dependency 2016-07-28 16:53:43 +02:00
setup.cfg Add support for Python 3.5 2016-07-27 15:27:30 +02:00
setup.py Updated from global requirements 2015-09-18 16:42:00 +00:00
test-requirements.txt Remove discover from test-requirements 2016-07-21 17:17:19 +00:00
tox.ini Add support for Python 3.5 2016-07-27 15:27:30 +02:00

README.rst

Python bindings to the Ceilometer API

Latest Version

Downloads

This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer).