# pytools **Repository Path**: yeyeyou/pytools ## Basic Information - **Project Name**: pytools - **Description**: pytools - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pytools #### 介绍 pytools 提供开发过程中用到的各种工具类 将系列单独的json, 合并在一起方便管理. json 文件名为key, 内容为value,组合新的json 例如: a.json b.json c.json 合并后: merg.json { a:{}, b:{}, c:{} } 用法:MergeJson.py d://json/small/ d://json/out.json