文件名称:eureka:异步Eureka客户端(Netflix OSS,Spring Cloud Service Discovery)
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-18 22:58:51
Python
WASP尤里卡 Netflix OSS / Spring Cloud捆绑的eureka堆栈的异步Naive Eureka客户端。 安装 注意:这支持Python 3.5+ $ pip install wasp-eureka 如果只想独立运行,请包括以下依赖项: $ pip install wasp-eureka[standalone] 用法 该模块的表面积很小,实际上,您只需要关心wasp_eureka.EurekaClient类及其方法即可: import asyncio from wasp_eureka import EurekaClient # no spaces or underscores, this needs to be url-friendly app_name = 'test-app' port = 8080 # This needs to be an IP ac
【文件预览】:
eureka-master
----README.rst(3KB)
----.github()
--------ISSUE_TEMPLATE.md(527B)
----.travis.yml(960B)
----LICENSE(11KB)
----setup.cfg(386B)
----setup.py(1KB)
----wasp_eureka()
--------exc.py(276B)
--------log.py(216B)
--------__init__.py(62B)
--------__main__.py(4KB)
--------client.py(11KB)
----.gitignore(100B)