python-cson:适用于CSON的Python库(模式压缩的JSON)

时间:2024-06-07 13:17:55
【文件属性】:

文件名称:python-cson:适用于CSON的Python库(模式压缩的JSON)

文件大小:177KB

文件格式:ZIP

更新时间:2024-06-07 13:17:55

Python

python-cson 适用于CSON的Python库(模式压缩的JSON) 作者 罗素·雷克(Russell Leake), : 来源 文档: : Python软件包索引: : GitHub: : ##安装 easy_install python-cson ##例子 # Commandline usage python-cson -f < outfile> < infile> # Using STDIN cat < infile> | python-cson -f < outfile> # Printing output to STDOUT python-cson < infile> #!/usr/bin/python import cson , json , optparse , os parser = optparse . OptionParse


【文件预览】:
python-cson-master
----setup.py(3KB)
----.gitignore(544B)
----.travis.yml(106B)
----LICENSE(1KB)
----README.md(2KB)
----runtests.py(221KB)
----test()
--------test_cson.py(6KB)
----cson.py(14KB)

网友评论