Metadata for python3-deepdiff-8.6.1-1.el10_2.noarch.rpm

0 directories 0 files
Go up

INFO

Name: python3-deepdiff
Version: 8.6.1-1.el10_2
Arch: noarch
Summary: Deep Difference and search of any Python object/data
License: MIT
Vendor: Fedora Project
Build Host: buildvm-s390x-17.s390.fedoraproject.org
Build Date: Sun Sep 14 20:58:05 2025
Size: 755734
URL: https://github.com/seperman/deepdiff/
Description: Deep Difference of dictionaries, iterables, strings, and ANY other object.
Includes additional modules with related functionality:
DeepSearch: Search for objects within other objects.
DeepHash: Hash any object based on their content.
Delta: Store the difference of objects and apply them to other objects.
Extract: Extract an item from a nested Python object using its path.
commandline: Use DeepDiff from commandline.

FILES

/usr/lib/python3.12/site-packages/deepdiff
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/deepdiff/__init__.py
/usr/lib/python3.12/site-packages/deepdiff/__pycache__
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/anyset.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/anyset.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/colored_view.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/colored_view.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/commands.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/commands.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/deephash.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/deephash.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/delta.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/delta.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/diff.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/diff.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/distance.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/distance.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/helper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/helper.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/lfucache.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/lfucache.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/model.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/model.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/operator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/operator.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/path.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/path.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/search.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/search.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/serialization.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/serialization.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/summarize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/summarize.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/anyset.py
/usr/lib/python3.12/site-packages/deepdiff/base.py
/usr/lib/python3.12/site-packages/deepdiff/colored_view.py
/usr/lib/python3.12/site-packages/deepdiff/commands.py
/usr/lib/python3.12/site-packages/deepdiff/deephash.py
/usr/lib/python3.12/site-packages/deepdiff/delta.py
/usr/lib/python3.12/site-packages/deepdiff/diff.py
/usr/lib/python3.12/site-packages/deepdiff/distance.py
/usr/lib/python3.12/site-packages/deepdiff/helper.py
/usr/lib/python3.12/site-packages/deepdiff/lfucache.py
/usr/lib/python3.12/site-packages/deepdiff/model.py
/usr/lib/python3.12/site-packages/deepdiff/operator.py
/usr/lib/python3.12/site-packages/deepdiff/path.py
/usr/lib/python3.12/site-packages/deepdiff/py.typed
/usr/lib/python3.12/site-packages/deepdiff/search.py
/usr/lib/python3.12/site-packages/deepdiff/serialization.py
/usr/lib/python3.12/site-packages/deepdiff/summarize.py
/usr/share/doc/python3-deepdiff
/usr/share/doc/python3-deepdiff/AUTHORS.md
/usr/share/doc/python3-deepdiff/README.md

REQUIRES

(python3.12dist(orderly-set) < 6~~ with python3.12dist(orderly-set) >= 5.4.1)
python(abi) 3.12
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
rpmlib(RichDependencies) 4.12.0-1
rpmlib(TildeInVersions) 4.10.0-1

PROVIDES

python-deepdiff 8.6.1-1.el10_2
python3-deepdiff 8.6.1-1.el10_2
python3.12-deepdiff 8.6.1-1.el10_2
python3.12dist(deepdiff) 8.6.1
python3dist(deepdiff) 8.6.1

CONFIG FILES

/usr/lib/python3.12/site-packages/deepdiff
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/LICENSE
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/deepdiff-8.6.1.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/deepdiff/__init__.py
/usr/lib/python3.12/site-packages/deepdiff/__pycache__
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/anyset.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/anyset.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/base.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/base.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/colored_view.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/colored_view.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/commands.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/commands.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/deephash.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/deephash.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/delta.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/delta.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/diff.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/diff.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/distance.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/distance.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/helper.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/helper.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/lfucache.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/lfucache.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/model.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/model.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/operator.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/operator.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/path.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/path.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/search.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/search.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/serialization.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/serialization.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/summarize.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/deepdiff/__pycache__/summarize.cpython-312.pyc
/usr/lib/python3.12/site-packages/deepdiff/anyset.py
/usr/lib/python3.12/site-packages/deepdiff/base.py
/usr/lib/python3.12/site-packages/deepdiff/colored_view.py
/usr/lib/python3.12/site-packages/deepdiff/commands.py
/usr/lib/python3.12/site-packages/deepdiff/deephash.py
/usr/lib/python3.12/site-packages/deepdiff/delta.py
/usr/lib/python3.12/site-packages/deepdiff/diff.py
/usr/lib/python3.12/site-packages/deepdiff/distance.py
/usr/lib/python3.12/site-packages/deepdiff/helper.py
/usr/lib/python3.12/site-packages/deepdiff/lfucache.py
/usr/lib/python3.12/site-packages/deepdiff/model.py
/usr/lib/python3.12/site-packages/deepdiff/operator.py
/usr/lib/python3.12/site-packages/deepdiff/path.py
/usr/lib/python3.12/site-packages/deepdiff/py.typed
/usr/lib/python3.12/site-packages/deepdiff/search.py
/usr/lib/python3.12/site-packages/deepdiff/serialization.py
/usr/lib/python3.12/site-packages/deepdiff/summarize.py
/usr/share/doc/python3-deepdiff
/usr/share/doc/python3-deepdiff/AUTHORS.md d
/usr/share/doc/python3-deepdiff/README.md d

LICENSE FILES

MIT