-
nacos-sdk-python:Nacos Python SDK下载
资源介绍
nacos-sdk-python
Nacos OpenAPI的Python实现。
参见: :
支持的Python版本:
Python 2.7 Python 3.6 Python 3.7
支持的Nacos版本
Nacos 0.8.0〜1.3.2
安装
pip install nacos-sdk-python
入门
import nacos
# Both HTTP/HTTPS protocols are supported, if not set protocol prefix default is HTTP, and HTTPS with no ssl check(verify=False)
# "192.168.3.4:8848" or "https://192.168.3.4:443" or "http://192.168.3.4:8848,192.168.3.5:8848" o