Metadata-Version: 2.0
Name: gnocchi
Version: 4.1.1
Summary: Metric as a Service
Home-page: http://gnocchi.xyz
Author: Gnocchi developers
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
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.5
Classifier: Topic :: System :: Monitoring
Requires-Dist: Paste
Requires-Dist: PasteDeploy
Requires-Dist: WebOb (>=1.4.1)
Requires-Dist: cachetools
Requires-Dist: cotyledon (>=1.5.0)
Requires-Dist: daiquiri
Requires-Dist: futures
Requires-Dist: iso8601
Requires-Dist: jsonpatch
Requires-Dist: lz4 (>=0.9.0)
Requires-Dist: monotonic
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: oslo.config (>=3.22.0)
Requires-Dist: oslo.middleware (>=3.22.0)
Requires-Dist: oslo.policy (>=0.3.0)
Requires-Dist: pandas (>=0.18.0)
Requires-Dist: pbr
Requires-Dist: pecan (>=0.9)
Requires-Dist: pyparsing (>=2.2.0)
Requires-Dist: pytimeparse
Requires-Dist: scipy (>=0.18.1)
Requires-Dist: six
Requires-Dist: stevedore
Requires-Dist: tenacity (>=4.2.0)
Requires-Dist: tooz (>=1.38)
Requires-Dist: ujson
Requires-Dist: voluptuous
Requires-Dist: werkzeug
Requires-Dist: trollius; (python_version < '3.4')
Provides-Extra: ceph_alternative_lib
Requires-Dist: python-rados (>=12.2.0); extra == 'ceph_alternative_lib'
Provides-Extra: ceph_recommended_lib
Requires-Dist: cradox (>=1.2.0); extra == 'ceph_recommended_lib'
Provides-Extra: doc
Requires-Dist: Jinja2; extra == 'doc'
Requires-Dist: PyYAML; extra == 'doc'
Requires-Dist: reno (>=1.6.2); extra == 'doc'
Requires-Dist: sphinx (<1.6.0); extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinxcontrib-httpdomain; extra == 'doc'
Provides-Extra: keystone
Requires-Dist: keystonemiddleware (>=4.0.0); extra == 'keystone'
Provides-Extra: mysql
Requires-Dist: alembic (!=0.8.1,>=0.7.6,!=0.9.0); extra == 'mysql'
Requires-Dist: oslo.db (>=4.8.0,!=4.15.0,!=4.13.1,!=4.13.2); extra == 'mysql'
Requires-Dist: pymysql; extra == 'mysql'
Requires-Dist: sqlalchemy; extra == 'mysql'
Requires-Dist: sqlalchemy-utils; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: alembic (!=0.8.1,>=0.7.6,!=0.9.0); extra == 'postgresql'
Requires-Dist: oslo.db (>=4.8.0,!=4.15.0,!=4.13.1,!=4.13.2); extra == 'postgresql'
Requires-Dist: psycopg2; extra == 'postgresql'
Requires-Dist: sqlalchemy; extra == 'postgresql'
Requires-Dist: sqlalchemy-utils; extra == 'postgresql'
Provides-Extra: redis
Requires-Dist: redis (>=2.10.0); extra == 'redis'
Provides-Extra: s3
Requires-Dist: boto3; extra == 's3'
Requires-Dist: botocore (>=1.5); extra == 's3'
Provides-Extra: swift
Requires-Dist: python-swiftclient (>=3.1.0); extra == 'swift'
Provides-Extra: test
Requires-Dist: WebTest (>=2.0.16); extra == 'test'
Requires-Dist: coverage (>=3.6); extra == 'test'
Requires-Dist: doc8; extra == 'test'
Requires-Dist: fixtures; extra == 'test'
Requires-Dist: gabbi (>=1.37.0); extra == 'test'
Requires-Dist: keystonemiddleware (>=4.0.0); extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: os-testr; extra == 'test'
Requires-Dist: pifpaf[ceph,gnocchi] (>=1.0.1); extra == 'test'
Requires-Dist: python-subunit (>=0.0.18); extra == 'test'
Requires-Dist: testrepository; extra == 'test'
Requires-Dist: testresources (>=0.2.4); extra == 'test'
Requires-Dist: testscenarios; extra == 'test'
Requires-Dist: testtools (>=0.9.38); extra == 'test'
Requires-Dist: wsgi-intercept (>=1.4.1); extra == 'test'
Provides-Extra: test_swift
Requires-Dist: python-swiftclient; extra == 'test_swift'

===============================
 Gnocchi - Metric as a Service
===============================

.. image:: https://travis-ci.org/gnocchixyz/gnocchi.png?branch=master
    :target: https://travis-ci.org/gnocchixyz/gnocchi
    :alt: Build Status

.. image:: https://badge.fury.io/py/gnocchi.svg
    :target: https://badge.fury.io/py/gnocchi

.. image:: doc/source/_static/gnocchi-logo.png

Gnocchi is an open-source, multi-tenant timeseries, metrics and resources
database. It provides an `HTTP REST`_ interface to create and manipulate the
data. It is designed to store metrics at a very large scale while providing
access to metrics and resources information and history.

You can read the full documentation online at http://gnocchi.xyz.

.. _`HTTP REST`: https://en.wikipedia.org/wiki/Representational_state_transfer



