32 Star 132 Fork 35

keijack/python-eureka-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
keijack 提交于 2024-01-16 17:24 +08:00 . update dependencies
[build-system]
requires = [
"setuptools>=65",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
name = "py_eureka_client"
description = "A eureka client written in python. Support registering your python component to Eureka Server, as well as calling remote services by pulling the the Eureka registry. "
readme = "README.md"
authors = [
{ name = "keijack", email = "keijack.wu@gmail.com" }
]
requires-python = ">=3.7"
keywords = ["eureka", "netflix", "microservice"]
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["version"]
dependencies = [
"ifaddr>=0.2.0",
"dnspython>=2.4.2"
]
[tool.setuptools]
packages = ["py_eureka_client"]
[tool.setuptools.dynamic]
version = {attr = "py_eureka_client.version"}
[project.urls]
homepage = "https://github.com/keijack/python-eureka-client"
repository = "https://github.com/keijack/python-eureka-client"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/keijack/python-eureka-client.git
git@gitee.com:keijack/python-eureka-client.git
keijack
python-eureka-client
python-eureka-client
main

搜索帮助