# ys-python **Repository Path**: kmyss/ys-python ## Basic Information - **Project Name**: ys-python - **Description**: 自己构建的Python的共同的库 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-07 - **Last Updated**: 2023-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ys-python 这是个人组织的一个 Python 开发公用库,提供基本的配置管理和日志管理。 还有基于 GRPC MQ 的配套基类 - 使用时请直接将文件夹拷贝走 - 或者使用软链接的方式将文件夹同步到自己的项目内,下面的命令是控制 common 的内容。 ```bat mklink /D "./common" "%target%/common" mklink /D "./proto" "%target%/proto" ```