Metadata-Version: 2.0
Name: ceilometer
Version: 7.0.0.0rc2
Summary: OpenStack Telemetry
Home-page: http://docs.openstack.org/developer/ceilometer/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: System :: Monitoring
Requires-Dist: PasteDeploy (>=1.5.0)
Requires-Dist: PyYAML (>=3.1.0)
Requires-Dist: SQLAlchemy (>=1.0.10,<1.1.0)
Requires-Dist: WSME (>=0.8)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: cotyledon
Requires-Dist: debtcollector (>=1.2.0)
Requires-Dist: futurist (>=0.11.0)
Requires-Dist: jsonpath-rw-ext (>=0.1.9)
Requires-Dist: jsonschema (<3.0.0,>=2.0.0,!=2.5.0)
Requires-Dist: kafka-python (<1.0.0,>=0.9.5)
Requires-Dist: keystoneauth1 (>=2.1.0)
Requires-Dist: keystonemiddleware (>=4.0.0,!=4.1.0)
Requires-Dist: lxml (>=2.3)
Requires-Dist: msgpack-python (>=0.4.0)
Requires-Dist: oslo.concurrency (>=3.5.0)
Requires-Dist: oslo.config (>=3.9.0)
Requires-Dist: oslo.db (>=4.1.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=1.14.0)
Requires-Dist: oslo.messaging (>=5.2.0)
Requires-Dist: oslo.middleware (>=3.0.0)
Requires-Dist: oslo.policy (>=0.5.0)
Requires-Dist: oslo.reports (>=0.6.0)
Requires-Dist: oslo.rootwrap (>=2.0.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.utils (>=3.5.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: pecan (>=1.0.0)
Requires-Dist: pysnmp (<5.0.0,>=4.2.3)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: python-glanceclient (>=2.0.0)
Requires-Dist: python-keystoneclient (!=2.1.0,!=1.8.0,>=1.6.0)
Requires-Dist: python-neutronclient (>=4.2.0)
Requires-Dist: python-novaclient (>=2.29.0,!=2.33.0)
Requires-Dist: python-swiftclient (>=2.2.0)
Requires-Dist: requests (>=2.8.1,!=2.9.0)
Requires-Dist: retrying (>=1.2.3,!=1.3.0)
Requires-Dist: six (>=1.9.0)
Requires-Dist: sqlalchemy-migrate (>=0.9.6)
Requires-Dist: stevedore (>=1.9.0)
Requires-Dist: tooz (>=1.28.0)
Requires-Dist: futures (>=3.0); (python_version=='2.7' or python_version=='2.6')
Provides-Extra: gnocchi
Requires-Dist: gnocchiclient (>=2.2.0); extra == 'gnocchi'
Provides-Extra: mongo
Requires-Dist: pymongo (!=3.1,>=3.0.2); extra == 'mongo'
Provides-Extra: mysql
Requires-Dist: PyMySQL (>=0.6.2); extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2 (>=2.5); extra == 'postgresql'

==========
Ceilometer
==========

Ceilometer is a data collection service that collects event and metering
data by monitoring notifications sent from OpenStack services. It publishes
collected data to various targets including data stores
and message queues.

Ceilometer is distributed under the terms of the Apache
License, Version 2.0. The full terms and conditions of this
license are detailed in the LICENSE file.

For more information about Ceilometer APIs, see
http://developer.openstack.org/api-ref-telemetry-v2.html

Release notes are available at
https://releases.openstack.org/teams/telemetry.html

Developer documentation is available at
http://docs.openstack.org/developer/ceilometer/

For information on how to contribute to ceilometer, see the CONTRIBUTING.rst
file.

The project home is at http://launchpad.net/ceilometer

To report any ceilometer related bugs, see http://bugs.launchpad.net/ceilometer/



