登录 注册
当前位置:主页 > 资源下载 > 44 > nacos-sdk-python:Nacos Python SDK下载

nacos-sdk-python:Nacos Python SDK下载

  • 更新:2024-07-28 19:15:26
  • 大小:25KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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