Skip to content

yantu python 工具包,包含json文件读写等功能

License

Notifications You must be signed in to change notification settings

HUSTAI/yantu-python-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

主要功能

  1. 基本文件操作
    • json文件读写

load_json 读取json文件
write_json 写入json文件

使用方法

pip install yantu_python_util
from yantu_python_util.operate_json import write_json, load_json

write_json(data="your json data", filepath="your file path")
load_json(filepath="your file path")

上传方法

  1. 构建源文件
python setup.py sdist bdist_wheel build
  1. 上传源文件
twine upload dist/*

About

yantu python 工具包,包含json文件读写等功能

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages