Metadata-Version: 1.1
Name: prometheus
Version: 0.1
Summary: Python Prometheus client
Home-page: https://github.com/slok/prometheus-python
Author: Xabier Larrakoetxea
Author-email: slok69@gmail.com
License: MIT License
Download-URL: https://github.com/slok/prometheus-python/tarball/0.1
Description: 
        Prometheus python client
        ==================
        
        Python client library for [Prometheus](http://prometheus.io) that can
        serve data to prometheus (in text and protobuf formats) and also push data
        to a pushgateway.
        
        [![CircleCI](https://circleci.com/gh/slok/prometheus-python.png?style=shield&circle-token=:circle-token)](https://circleci.com/gh/slok/prometheus-python)
        [![Coverage Status](https://coveralls.io/repos/slok/prometheus-python/badge.svg?branch=master)](https://coveralls.io/r/slok/prometheus-python?branch=master)
        
        
        
        Status
        ------
        Under *heavy* development
        
        
        Install
        -------
        
            TODO
        
        Usage
        -----
        
        ### Example
        
            TODO
        
        ### Serve data
        
            TODO
        
        ### Push data (to pushgateway)
        
            TODO
        
        Metrics/Collectors
        -------------------
        
        ### Counter
        
            TODO
        
        ### Gauge
        
            TODO
        
        ### Summary
        
            TODO
        
        Tests
        -----
        
            $ pip install -r requirements_test.txt
            $ cd ./prometheus
            $ python -m unittest
        
        
        TODO
        ----
        
        * Implement text format
        * Implement protobuffer
        * Implement push
        * Implement serve
        
        
        Author
        ------
        
        [Xabier (slok) Larrakoetxea](http://xlarrakoetxea.org)
        
        License
        -------
        
        [See License](/LICENSE)
Keywords: prometheus,client,metrics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
