Metadata-Version: 2.1
Name: distil
Version: 0.6.1.dev143
Summary: Distil project
Home-page: http://docs.openstack.org/developer/distil/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: Apache Software License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: Flask (!=0.11,<1.0,>=0.10)
Requires-Dist: pbr (>=1.6)
Requires-Dist: six (>=1.9.0)
Requires-Dist: odoorpc (==0.4.2)
Requires-Dist: SQLAlchemy (<1.1.0,>=1.0.10)
Requires-Dist: keystonemiddleware (!=4.1.0,>=4.0.0)
Requires-Dist: keystoneauth1 (>=2.1.0)
Requires-Dist: retrying (!=1.3.0,>=1.2.3)
Requires-Dist: python-cinderclient (>=1.6.0)
Requires-Dist: python-keystoneclient (!=1.8.0,!=2.1.0,>=1.6.0)
Requires-Dist: python-novaclient (!=2.33.0,>=2.29.0)
Requires-Dist: python-neutronclient (>=4.2.0)
Requires-Dist: python-ceilometerclient (>=2.2.1)
Requires-Dist: python-glanceclient (>=2.0.0)
Requires-Dist: oslo.cache (>=1.5.0)
Requires-Dist: oslo.config (>=3.9.0)
Requires-Dist: oslo.context (>=2.2.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.policy (>=1.14.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.service (>=1.0.0)
Requires-Dist: oslo.utils (>=3.5.0)
Requires-Dist: enum34 ; (python_version=='2.7' or python_version=='2.6' or python_version=='3.3')

========================
Team and repository tags
========================

.. image:: http://governance.openstack.org/badges/distil.svg
    :target: http://governance.openstack.org/reference/tags/index.html

.. Change things from this point on

======
Distil
======

Distil is a service to provide easy interactions with ERP systems, by exposing
a configurable set of collection tools and transformers to make usable billing
data out of Ceilometer entries.

Distil provides a rest api to integrate with arbitrary ERP systems, and returns
quotations/invoices as json. What the ranges are, and how Ceilometer data is
aggregated is intended to be configurable, and defined in the configuration
file.

The Distil data store will prevent overlapping bills for a given tenant and
resource ever being stored, while still allowing for regeneration of a given
invoices.



