formats:轻松支持多种格式

时间:2024-07-15 09:19:23
【文件属性】:

文件名称:formats:轻松支持多种格式

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-15 09:19:23

Python

格式 轻松支持多种格式。 通过 PIP 安装: pip install --pre formats 快速使用概述: >> > import formats >> > formats . discover () >> > text = ''' ... awesome_things: ... - dodos ... - pythons ... ''' >> > formats . parse ( 'yaml' , text ) { 'awesome_things' : [ 'dodos' , 'pythons' ]} >> > formats . convert ( 'yaml' , 'json' , text ) '{"awesome_things": ["dodos", "pythons"]}' 基础知识 格式将为您提供一致的 API 来解析和组合数据。


【文件预览】:
formats-master
----.travis.yml(229B)
----README.rst(746B)
----formats()
--------banks.py(7KB)
--------helpers.py(1KB)
--------__init__.py(424B)
--------api.py(3KB)
----LICENSE(1KB)
----test_formats.py(797B)
----setup.cfg(27B)
----setup.py(1KB)
----.gitignore(693B)
----README.md(1KB)

网友评论