python2-jmespath rpm build for : openSUSE Leap 42. For other distributions click python2-jmespath.
Name : python2-jmespath
| |
Version : 0.9.3
| Vendor : obs://build_opensuse_org/home:in4ops
|
Release : 35.1
| Date : 2018-12-28 11:03:26
|
Group : Development/Languages/Python
| Source RPM : python-jmespath-0.9.3-35.1.src.rpm
|
Size : 0.14 MB
| |
Packager : (none)
| |
Summary : Python module for declarative JSON document element extraction
|
Description :
JMESPath (pronounced \"jaymz path\") allows you to declaratively specify how to extract elements from a JSON document.
For example, given this document:
{\"foo\": {\"bar\": \"baz\"}}
The jmespath expression foo.bar will return \"baz\".
JMESPath also supports:
Referencing elements in a list. Given the data:
{\"foo\": {\"bar\": [\"one\", \"two\"]}}
The expression: foo.bar[0] will return \"one\". You can also reference all the items in a list using the * syntax:
{\"foo\": {\"bar\": [{\"name\": \"one\"}, {\"name\": \"two\"}]}}
The expression: foo.bar[*].name will return [\"one\", \"two\"]. Negative indexing is also supported (-1 refers to the last element in the list). Given the data above, the expression foo.bar[-1].name will return [\"two\"].
The * can also be used for hash types:
{\"foo\": {\"bar\": {\"name\": \"one\"}, \"baz\": {\"name\": \"two\"}}}
The expression: foo.*.name will return [\"one\", \"two\"].
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/in4ops:/lang--c--procedure--o--python--f--python3/openSUSE_Leap_42.3/noarch |
Content of RPM
Changelog
Provides
Requires
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-jmespath
python2-jmespath
Requires :
Content of RPM :
/etc/alternatives/jp
/usr/bin/jp
/usr/bin/jp-2.7
/usr/lib/python2.7/site-packages/jmespath
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info/pbr.json
/usr/lib/python2.7/site-packages/jmespath-0.9.3-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/jmespath/__init__.py
/usr/lib/python2.7/site-packages/jmespath/__init__.pyc
/usr/lib/python2.7/site-packages/jmespath/__init__.pyo
/usr/lib/python2.7/site-packages/jmespath/ast.py
/usr/lib/python2.7/site-packages/jmespath/ast.pyc
/usr/lib/python2.7/site-packages/jmespath/ast.pyo
/usr/lib/python2.7/site-packages/jmespath/compat.py
/usr/lib/python2.7/site-packages/jmespath/compat.pyc
/usr/lib/python2.7/site-packages/jmespath/compat.pyo
/usr/lib/python2.7/site-packages/jmespath/exceptions.py
/usr/lib/python2.7/site-packages/jmespath/exceptions.pyc
/usr/lib/python2.7/site-packages/jmespath/exceptions.pyo
/usr/lib/python2.7/site-packages/jmespath/functions.py
/usr/lib/python2.7/site-packages/jmespath/functions.pyc
/usr/lib/python2.7/site-packages/jmespath/functions.pyo
/usr/lib/python2.7/site-packages/jmespath/lexer.py
/usr/lib/python2.7/site-packages/jmespath/lexer.pyc
/usr/lib/python2.7/site-packages/jmespath/lexer.pyo
/usr/lib/python2.7/site-packages/jmespath/parser.py
/usr/lib/python2.7/site-packages/jmespath/parser.pyc
There is 8 files more in these RPM.