• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ceilometerclient/H12-Jun-2017-10,8158,355

doc/H12-Jun-2017-288163

python_ceilometerclient.egg-info/H03-May-2022-5143

releasenotes/H12-Jun-2017-35392

tools/H12-Jun-2017-2824

.testr.confH A D12-Jun-2017236 54

AUTHORSH A D12-Jun-20174.7 KiB130129

CONTRIBUTING.rstH A D12-Jun-2017576 1710

ChangeLogH A D12-Jun-201718.6 KiB574515

LICENSEH A D12-Jun-20179.9 KiB176149

PKG-INFOH A D12-Jun-20172.2 KiB5042

README.rstH A D12-Jun-20171.2 KiB2923

setup.cfgH A D12-Jun-20171,010 4839

setup.pyH A D12-Jun-20171 KiB308

tox.iniH A D12-Jun-20171 KiB4636

README.rst

1Python bindings to the Ceilometer API
2=====================================
3
4.. image:: https://img.shields.io/pypi/v/python-ceilometerclient.svg
5    :target: https://pypi.python.org/pypi/python-ceilometerclient/
6    :alt: Latest Version
7
8.. image:: https://img.shields.io/pypi/dm/python-ceilometerclient.svg
9    :target: https://pypi.python.org/pypi/python-ceilometerclient/
10    :alt: Downloads
11
12This is a client library for Ceilometer built on the Ceilometer API. It
13provides a Python API (the ``ceilometerclient`` module) and a command-line tool
14(``ceilometer``).
15
16* `PyPi`_ - package installation
17* `Online Documentation`_
18* `Launchpad project`_ - release management
19* `Blueprints`_ - feature specifications
20* `Bugs`_ - issue tracking
21* `Source`_
22
23.. _PyPi: https://pypi.python.org/pypi/python-ceilometerclient
24.. _Online Documentation: http://docs.openstack.org/developer/python-ceilometerclient
25.. _Launchpad project: https://launchpad.net/python-ceilometerclient
26.. _Blueprints: https://blueprints.launchpad.net/python-ceilometerclient
27.. _Bugs: https://bugs.launchpad.net/python-ceilometerclient
28.. _Source: https://git.openstack.org/cgit/openstack/python-ceilometerclient
29