RETIRED, OpenStack Telemetry (Ceilometer) Client
Go to file
Shuquan Huang a63f15272c Replace assertEqual(None, *) with assertIsNone in tests
Replace assertEqual(None, *) with assertIsNone in tests to have
more clear messages in case of failure.

Change-Id: I36db8bdcb67b8cc0a3bf1f063b4a7b42955b100b
Closes-bug: #1280522
2015-12-17 21:06:01 +08:00
ceilometerclient Replace assertEqual(None, *) with assertIsNone in tests 2015-12-17 21:06:01 +08:00
doc drop v1 client 2015-10-21 07:55:06 -04:00
tools sync oslo code 2014-10-02 15:10:45 +00:00
.gitignore Revamp documentation, add module references 2014-08-27 12:03:21 -04: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
MANIFEST.in Migrate to pbr. 2013-05-23 09:45:27 +10:00
README.rst update README.rst to help release process 2015-04-16 10:36:28 -04:00
openstack-common.conf Add apiclient to openstack-common.conf 2014-12-26 18:25:13 +08:00
requirements.txt Updated from global requirements 2015-11-27 22:41:41 +00:00
run_tests.sh Migrate to flake8. 2013-05-18 09:40:15 -07:00
setup.cfg Merge "Remove py26 support" 2015-12-03 22:20:58 +00:00
setup.py Updated from global requirements 2015-09-18 16:42:00 +00:00
test-requirements.txt Updated from global requirements 2015-11-19 15:52:07 +00:00
tox.ini Deprecated tox -downloadcache option removed 2015-12-11 23:22:23 +01:00

README.rst

Python bindings to the Ceilometer API

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).