# python-service-sdk **Repository Path**: green-chinese-chive/python-service-sdk ## Basic Information - **Project Name**: python-service-sdk - **Description**: 暴露python方法到Eureka服务的SDK - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-01 - **Last Updated**: 2022-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-service-sdk #### 介绍 暴露python方法到Eureka服务的SDK #### 安装教程 1. 在linux和windwos下都可以使用 `python setup.py install` 2. 在windows下可以使用 `python setup.py bdist_wininst` 生成exe安装文件,点击运行安装即可 #### 使用说明 1. 教程见[tutorial.md](tutorial.md) 2. 例子见同组织下的那个[hello-world-service](https://gitee.com/green-chinese-chive/hello-world-microservice)