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 python312-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 1 sites for python312-jmespath

Found 3 RPM for python312-jmespath

PackageSummaryDistributionDownload
python312-jmespath-1.0.1-5.2.noarch.htmlPython module for declarative JSON document element extractionOpenSuSE Tumbleweed for noarchpython312-jmespath-1.0.1-5.2.noarch.rpm
python312-jmespath-1.0.1-5.2.noarch.htmlPython module for declarative JSON document element extractionOpenSuSE Ports Tumbleweed for noarchpython312-jmespath-1.0.1-5.2.noarch.rpm
Python module for declarative JSON document element extractionpython312-jmespath-1.0.1-5.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet