SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python311-jmespath rpm build for : OpenSuSE. For other distributions click python311-jmespath.

Name : python311-jmespath
Version : 1.0.1 Vendor : obs://build_opensuse_org/home:cabelo:innovators
Release : 7.2 Date : 2024-02-26 13:47:18
Group : Unspecified Source RPM : python-jmespath-1.0.1-7.2.src.rpm
Size : 0.16 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:/cabelo:/innovators/openSUSE_Slowroll/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python3-jmespath
python3.11dist(jmespath)
python311-jmespath
python3dist(jmespath)

Requires :
/bin/sh
/bin/sh
/usr/bin/python3.11
python(abi) = 3.11
python311-ply >= 3.4
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
update-alternatives
update-alternatives


Content of RPM :
/etc/alternatives/jp
/usr/bin/jp
/usr/bin/jp-3.11
/usr/lib/python3.11/site-packages/jmespath
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/LICENSE.txt
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jmespath-1.0.1.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/jmespath/__init__.py
/usr/lib/python3.11/site-packages/jmespath/__pycache__
/usr/lib/python3.11/site-packages/jmespath/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/ast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/ast.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/compat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/compat.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/functions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/functions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/lexer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/lexer.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/visitor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jmespath/__pycache__/visitor.cpython-311.pyc
There is 11 files more in these RPM.

 
ICM