Metadata-Version: 2.4
Name: inspire-dictdiffer
Version: 0.0.6
Summary: Dictdiffer is a library that helps you to diff and patch dictionaries.
Home-page: https://github.com/inveniosoftware/dictdiffer
Author: Invenio Collaboration
Author-email: info@inveniosoftware.org
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
License-File: LICENSE
Provides-Extra: numpy
Requires-Dist: numpy>=1.16.0; python_version < "3.7" and extra == "numpy"
Requires-Dist: numpy>=2.2.6; python_version >= "3.11" and extra == "numpy"
Provides-Extra: tests
Requires-Dist: pytest~=4.6; python_version == "2.7" and extra == "tests"
Requires-Dist: pytest>=8.3.5,~=8.0; python_version >= "3" and extra == "tests"
Provides-Extra: all
Requires-Dist: numpy>=1.16.0; python_version < "3.7" and extra == "all"
Requires-Dist: numpy>=2.2.6; python_version >= "3.11" and extra == "all"
Requires-Dist: pytest~=4.6; python_version == "2.7" and extra == "all"
Requires-Dist: pytest>=8.3.5,~=8.0; python_version >= "3" and extra == "all"
Requires-Dist: numpy>=1.16.0; python_version < "3.7" and extra == "all"
Requires-Dist: numpy>=2.2.6; python_version >= "3.11" and extra == "all"
Requires-Dist: pytest~=4.6; python_version == "2.7" and extra == "all"
Requires-Dist: pytest>=8.3.5,~=8.0; python_version >= "3" and extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: summary

Dictdiffer is a helper module that helps you to diff and patch dictionaries.
