码迷,mamicode.com
首页 > 其他好文 > 详细

format_converter 模块

时间:2018-09-03 15:34:32      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:color   form   http   convert   span   mat   class   project   aml   

用于json、txt、yaml之前文件格式的相互转换

from format_converter import converter
data = converter < data.json

# 读取配置
data = converter < file.json
data = converter < file.txt
data = converter < file.yaml
# 写入配置
converter(data) > file.json
converter(str(data)) > file.txt
converter(data) > file.yaml

参考:https://pypi.org/project/format_converter/

format_converter 模块

标签:color   form   http   convert   span   mat   class   project   aml   

原文地址:https://www.cnblogs.com/snailgirl/p/9578698.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!