# python-sdk **Repository Path**: shellyan/python-sdk ## Basic Information - **Project Name**: python-sdk - **Description**: demo for construct sdk - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-13 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-sdk 打包方法: 1. python setup.py bdist_egg 2. 之后将整个目录打包发给调用方 安装和使用SDK: 1. 解压,进入主目录下 2. python setup.py install 安装 3. import Demo 在python程序中,调用安装好的Demo包