python+etcd的使用

发布时间:2019-09-17 07:47:53编辑:auto阅读(1964)

    python-etcd是一个etcd的python客户端,它的安装方法如下:

    git clone https://github.com/jplana/python-etcd.git
    cd python-etcd
    python setup.py install

    使用可参考官方文档,上面有较详细的说明:
    http://python-etcd.readthedocs.io/en/latest/

关键字