pyjsonselect:在 Python 中完全符合 JSONSelect 的实现

时间:2024-06-27 13:24:26
【文件属性】:

文件名称:pyjsonselect:在 Python 中完全符合 JSONSelect 的实现

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-27 13:24:26

Python

选择 在 Python 中完全符合标准的实现。 安装: pip install pyjsonselect 使用: import jsonselect # prints 1, 2 for v in jsonselect . match ( '.foo' , { 'foo' : 1 , 'bar' : { 'foo' : 2 }}): print v 要运行测试: git submodule update --init # load conformance tests pip install nose nosetests


【文件预览】:
pyjsonselect-master
----.travis.yml(374B)
----.gitmodules(90B)
----.coveragerc(75B)
----jsonselect()
--------__init__.py(87B)
--------jsonselect.py(20KB)
----cli.py(5KB)
----tests()
--------jstypeof_test.py(534B)
--------parser_test.py(2KB)
--------extensions()
--------utils.py(204B)
--------match_test.py(1KB)
--------integration_test.py(942B)
--------stop_test.py(756B)
--------__init__.py(0B)
--------lex_test.py(1KB)
--------conformance_test.py(2KB)
--------spec()
--------cli_test.py(674B)
--------level_4()
--------cli()
----LICENSE(11KB)
----requirements.txt(19B)
----setup.py(676B)
----.gitignore(34B)
----.coverage(5KB)
----README.md(686B)

网友评论