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.
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"].
Package | Summary | Distribution | Download |
python310-jmespath-1.0.1-5.3.noarch.html | Python module for declarative JSON document element extraction | OpenSuSE Tumbleweed for noarch | python310-jmespath-1.0.1-5.3.noarch.rpm |
Python module for declarative JSON document element extraction | python310-jmespath-1.0.1-5.3.noarch.rpm | ||
python310-jmespath-1.0.1-5.3.noarch.html | Python module for declarative JSON document element extraction | OpenSuSE Ports Tumbleweed for noarch | python310-jmespath-1.0.1-5.3.noarch.rpm |
Generated by rpm2html 1.6