Metadata-Version: 1.1
Name: pyconsul
Version: 0.0.3
Summary: Python client for Consul (http://www.consul.io)
Home-page: https://github.com/hackliff/pyconsul
Author: Xavier Bruhiere
Author-email: xavier.bruhiere@gmail.com
License: MIT
Description: PyConsul
        ========
        
        [![Latest Version](https://pypip.in/v/pyconsul/badge.png)](https://pypi.python.org/pypi/pyconsul/)
        [![Build Status](https://drone.io/github.com/hackliff/pyconsul/status.png)](https://drone.io/github.com/hackliff/pyconsul/latest)
        [![Coverage Status](https://coveralls.io/repos/hackliff/pyconsul/badge.png?branch=master)](https://coveralls.io/r/hackliff/pyconsul?branch=master)
        [![Code Health](https://landscape.io/github/hackliff/pyconsul/master/landscape.png)](https://landscape.io/github/hackliff/pyconsul/master)
        [![Requirements Status](https://requires.io/github/hackliff/pyconsul/requirements.png?branch=master)](https://requires.io/github/hackliff/pyconsul/requirements/?branch=master)
        [![License](https://pypip.in/license/pyconsul/badge.png)](https://pypi.python.org/pypi/pyconsul/)
        
        > Python client for [Consul][1]
        
        
        A dummy, one-file implementation on top of the [HTTP API][5] of Consul.
        
        
        Getting started
        ---------------
        
        Pyconsul is developed as a submodule of the [unide][7] project. Check out [the
        documentation to learn more][6].
        
        
        License
        -------
        
        Copyright 2014 Xavier Bruhiere.
        
        PyConsul is available under the [MIT Licence][2].
        
        
        [1]: http://consul.io
        [2]: http://opensource.org/licenses/MIT
        [3]: http://www.consul.io/intro/getting-started/install.html
        [4]: http://www.consul.io/intro/
        [5]: http://www.consul.io/docs/agent/http.html
        [6]: http://doc.unide.co/articles/pyconsul/
        [7]: http://unide.co
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation
