Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python2-jmespath

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"].

Found 2 sites for python2-jmespath

Found 7 RPM for python2-jmespath

PackageSummaryDistributionDownload
python2-jmespath-0.9.4-2.el7.noarch.htmlJSON Matching ExpressionsEPEL 7 for ppc64lepython2-jmespath-0.9.4-2.el7.noarch.rpm
python2-jmespath-0.9.4-2.el7.noarch.htmlJSON Matching ExpressionsEPEL 7 for x86_64python2-jmespath-0.9.4-2.el7.noarch.rpm
python2-jmespath-0.9.3-1.21.noarch.htmlExtract elements from JSON documentOpenSuSE Leap 15.3 for noarchpython2-jmespath-0.9.3-1.21.noarch.rpm
python2-jmespath-0.9.3-lp152.3.3.noarch.htmlExtract elements from JSON documentOpenSuSE Leap 15.2 for noarchpython2-jmespath-0.9.3-lp152.3.3.noarch.rpm
python2-jmespath-0.9.0-3.el7.noarch.htmlJSON Matching ExpressionsExtras packages for CentOS 7.9.2009 for x86_64python2-jmespath-0.9.0-3.el7.noarch.rpm
python2-jmespath-0.9.0-1.el7.noarch.htmlJSON Matching ExpressionsEPEL 7 for aarch64python2-jmespath-0.9.0-1.el7.noarch.rpm
python2-jmespath-0.9.0-1.el7.noarch.htmlJSON Matching ExpressionsEPEL 7 for ppc64python2-jmespath-0.9.0-1.el7.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet