套件:python3-jsonpath-rw(1.4.0-4)
python3-jsonpath-rw 的相關連結
Debian 的資源:
下載原始碼套件 python-jsonpath-rw:
- [python-jsonpath-rw_1.4.0-4.dsc]
- [python-jsonpath-rw_1.4.0.orig.tar.xz]
- [python-jsonpath-rw_1.4.0-4.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
extended implementation of JSONPath for Python 3.x
This library provides a robust and significantly extended implementation of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, and 3.3.
This library differs from other JSONPath implementations in that it is a full language implementation, meaning the JSONPath expressions are first class objects, easy to analyze, transform, parse, print, and extend.
The JSONPath syntax supported by this library includes some additional features and omits some problematic features (those that make it unportable). In particular, some new operators such as "|" and "where" are available, and parentheses are used for grouping not for callbacks into Python, since with these changes the language is not trivially associative. Also, fields may be quoted whether or not they are contained in brackets.
This package provides the Python 3.x module.
其他與 python3-jsonpath-rw 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers
-
- dep: python3-ply
- Lex and Yacc implementation for Python3
-
- dep: python3-six
- Python 2 and 3 compatibility library