RETIRED, OpenStack Telemetry (Ceilometer) Client
Go to file
shu-mutou ce8957f04f Delete python bytecode before every test run
Because python creates pyc files during tox runs, certain
changes in the tree, like deletes of files, or switching
branches, can create spurious errors.

Change-Id: Ia60baa319624e8ae5f833b6956323cf9e973d1b7
Closes-Bug: #1368661
2015-12-03 11:11:19 +09:00
ceilometerclient Merge "Fix the parameter order of assertEqual in ceilometerclient" 2015-12-02 08:05:50 +00: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 Fix Python 3 version announced in metadata 2015-12-02 11:29:03 +01: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 Delete python bytecode before every test run 2015-12-03 11:11:19 +09: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).