- 基本文件操作
json文件读写
load_json 读取json文件
write_json 写入json文件
pip install yantu_python_util
fromyantu_python_util.operate_jsonimportwrite_json, load_jsonwrite_json(data="your json data", filepath="your file path")
load_json(filepath="your file path")- 构建源文件
pythonsetup.pysdistbdist_wheelbuild- 上传源文件
twine upload dist/*