文件名称:aioetcd:基于协程的 etcd 客户端
文件大小:24KB
文件格式:ZIP
更新时间:2024-07-26 01:46:53
Python
aioetcd 基于协程的 etcd 客户端 异步版本 快速开始 安装 etcd 和 etcdctl ?看看 .travis.yml 中的install部分) virtualenv --python=python3.4 aioetcd cd aioetcd git clone https://github.com/lisael/aioetcd.git cd aioetcd make vtest # this runs and stops an etcd instance on default ports 4001 and 7001 etcd & etcdctl set hop 42 pip install . python3.4 example/simple_client.py 在另一个终端中,运行: etcdctl set hello 0 # a couple of time
【文件预览】:
aioetcd-master
----setup.py(1KB)
----.gitignore(726B)
----requirements.txt(8B)
----Makefile(1KB)
----.travis.yml(388B)
----MANIFEST.in(117B)
----LICENSE(34KB)
----setup.cfg(137B)
----examples()
--------simple_client.py(2KB)
----README.md(2KB)
----tests()
--------test_client.py(8KB)
----requirements_test.txt(21B)
----aioetcd()
--------__init__.py(5KB)
--------client.py(13KB)