Metadata-Version: 1.1
Name: gconsul
Version: 0.0.1
Summary: gevent version for python-consul
Home-page: https://github.com/may-day/gconsul
Author: Norman Krämer
Author-email: kraemer.norman@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Gevent version of python-consul
        ===============================
        
        While the python-consul doc advises to use the monkey patch approach when using gevent with python-consul you might run into trouble using other software alongside python-consul, say kafka-python for instance.
        
        So this is a more careful approach using grequests versions of put, get, post etc.
        
        Example usage
        -------------
        
        .. code:: python
        	  
            from consulgevent import Consul
        
            # and then go on as usual
            consul = Consul()
            # ... and so on
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
