SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-jmespath rpm build for : openSUSE Leap 15. For other distributions click python2-jmespath.

Name : python2-jmespath
Version : 0.9.3 Vendor : obs://build_opensuse_org/home:smarty12
Release : lp150.35.2 Date : 2019-02-11 19:47:15
Group : Development/Languages/Python Source RPM : python-jmespath-0.9.3-lp150.35.2.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:/smarty12:/Python/RaspberryPi_Leap_15.0/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 :
/bin/sh
/bin/sh
/bin/sh
/usr/bin/python2
python(abi) = 2.7
python2-base
python2-ply >= 3.4
python2-simplejson
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
update-alternatives
update-alternatives


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.

 
ICM