Metadata-Version: 1.1
Name: almanach
Version: 1.0.1
Summary: Stores usage of OpenStack volumes and instances for each tenant
Home-page: UNKNOWN
Author: Internap Hosting
Author-email: opensource@internap.com
License: UNKNOWN
Description: Almanach
        ========
        
        [![Build Status](https://travis-ci.org/internap/almanach.svg?branch=master)](https://travis-ci.org/internap/almanach)
        [![PyPI version](https://badge.fury.io/py/almanach.svg)](https://badge.fury.io/py/almanach)
        
        Almanach stores the utilization of OpenStack resources (instances and volumes) for each tenant.
        
        What is Almanach?
        -----------------
        
        The main purpose of this software is to bill customers based on their usage of the cloud infrastructure.
        
        Almanach is composed of two parts:
        
        - **Collector**: listen for OpenStack events and store the relevant information in the database.
        - **REST API**: Expose the information collected to external systems.
        
        License
        -------
        
        Almanach is distributed under Apache 2.0 LICENSE.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
