文件名称:python-consul2:Consul HTTP API的Python客户端,继续在cablehead上进行开发
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-27 09:37:54
consul python-consul Python
Python客户端 例子 import consul c = consul . Consul () # poll a key for updates index = None while True : index , data = c . kv . get ( 'foo' , index = index ) print data [ 'Value' ] # in another process c . kv . put ( 'foo' , 'bar' ) 安装 pip install python-consul2 注意:在具有代理服务器的环境中使用python-consul库时,可能需要设置http_proxy , https_proxy和no_proxy环境变量才能正常使用。 地位 这个作者可能有点忙,我将维护一个python-consul2版本,欢迎使用。 使用了新的领
【文件预览】:
python-consul2-master
----.gitignore(425B)
----setup.cfg(28B)
----consul()
--------base.py(149KB)
--------aio.py(3KB)
--------__init__.py(452B)
--------twisted.py(6KB)
--------tornado.py(3KB)
--------std.py(2KB)
----README.rst(4KB)
----.github()
--------workflows()
----tests()
--------test_tornado_acl.py(1KB)
--------conftest.py(7KB)
--------test_tornado.py(13KB)
--------test_twisted.py(12KB)
--------test_aio_acl.py(2KB)
--------test_std.py(40KB)
--------test_std_token.py(35KB)
--------test_base.py(10KB)
--------test_twisted_acl.py(2KB)
--------test_aio.py(10KB)
--------test_std_acl.py(15KB)
----docs()
--------conf.py(9KB)
--------index.rst(7KB)
--------requirements.txt(10B)
--------_static()
--------_templates()
--------Makefile(7KB)
----LICENSE(1KB)
----.bumpversion.cfg(372B)
----.gitattributes(88B)
----sonar-project.properties(310B)
----CHANGELOG.rst(1KB)
----requirements.txt(18B)
----MANIFEST.in(82B)
----setup.py(2KB)
----.travis.yml(3KB)
----tox.ini(3KB)