Metadata-Version: 1.1
Name: consular
Version: 1.1.0
Summary: Consular
Home-page: http://github.com/universalcore/consular
Author: Simon de Haan
Author-email: simon@praekeltfoundation.org
License: BSD
Description: Consular
        ========
        
        Receive events from Marathon_, update Consul_ with the relevant information
        about services & tasks.
        
        .. image:: https://travis-ci.org/universalcore/consular.svg?branch=develop
            :target: https://travis-ci.org/universalcore/consular
            :alt: Continuous Integration
        
        .. image:: https://coveralls.io/repos/universalcore/consular/badge.png?branch=develop
            :target: https://coveralls.io/r/universalcore/consular?branch=develop
            :alt: Code Coverage
        
        .. image:: https://readthedocs.org/projects/consular/badge/?version=latest
            :target: https://consular.readthedocs.org
            :alt: Consular Documentation
        
        .. image:: https://badge.fury.io/py/consular.svg
            :target: https://pypi.python.org/pypi/consular
            :alt: Pypi Package
        
        Usage
        ~~~~~
        
        ::
        
            $ pip install consular
            $ consular --help
        
        
        .. _Marathon: http://mesosphere.github.io/marathon/
        .. _Consul: http://consul.io/
        
Keywords: marathon,consul,mesos
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
