{ "info": { "author": "Norman Kr\u00e4mer", "author_email": "kraemer.norman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Gevent version of python-consul\n===============================\n\nWhile 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.\n\nSo this is a more careful approach using grequests versions of put, get, post etc.\n\nExample usage\n-------------\n\n.. code:: python\n\t \n from consulgevent import Consul\n\n # and then go on as usual\n consul = Consul()\n # ... and so on\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/may-day/gconsul", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gconsul", "package_url": "https://pypi.org/project/gconsul/", "platform": "", "project_url": "https://pypi.org/project/gconsul/", "project_urls": { "Homepage": "https://github.com/may-day/gconsul" }, "release_url": "https://pypi.org/project/gconsul/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "gevent version for python-consul", "version": "0.0.1" }, "last_serial": 3152535, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "702a97265c77e1bec5088db58eb2f82d", "sha256": "30ec838df740a507fcb0b4f8d253c7ac88ee545fac8f249633b426f217194b2c" }, "downloads": -1, "filename": "gconsul-0.0.1.tar.gz", "has_sig": false, "md5_digest": "702a97265c77e1bec5088db58eb2f82d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2786, "upload_time": "2017-09-06T07:19:17", "url": "https://files.pythonhosted.org/packages/d5/a3/8eb80724996c7b9a69db55b9c921e86a49a4b7fe186b478fc1a475ab15bd/gconsul-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "702a97265c77e1bec5088db58eb2f82d", "sha256": "30ec838df740a507fcb0b4f8d253c7ac88ee545fac8f249633b426f217194b2c" }, "downloads": -1, "filename": "gconsul-0.0.1.tar.gz", "has_sig": false, "md5_digest": "702a97265c77e1bec5088db58eb2f82d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2786, "upload_time": "2017-09-06T07:19:17", "url": "https://files.pythonhosted.org/packages/d5/a3/8eb80724996c7b9a69db55b9c921e86a49a4b7fe186b478fc1a475ab15bd/gconsul-0.0.1.tar.gz" } ] }