Metadata-Version: 2.1
Name: inspire-dictdiffer
Version: 0.0.4
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: all
Requires-Dist: coverage>=4.0; extra == "all"
Requires-Dist: mock>=1.3.0; extra == "all"
Requires-Dist: pydocstyle>=1.0.0; extra == "all"
Requires-Dist: pytest-cache>=1.0; extra == "all"
Requires-Dist: pytest-cov==2.6.1; extra == "all"
Requires-Dist: pytest-pep8>=1.0.6; extra == "all"
Requires-Dist: numpy>=1.13.0; python_version < "3.7" and extra == "all"
Requires-Dist: numpy>=1.15.0; python_version < "3.8" and extra == "all"
Requires-Dist: numpy>=1.18.0; python_version < "3.9" and extra == "all"
Requires-Dist: pytest~=4.6; python_version == "2.7" and extra == "all"
Requires-Dist: pytest>=6.2.5,~=6.0; python_version >= "3" and extra == "all"
Requires-Dist: numpy>=1.20.0; python_version >= "3.9" and extra == "all"
Provides-Extra: numpy
Requires-Dist: numpy>=1.13.0; python_version < "3.7" and extra == "numpy"
Requires-Dist: numpy>=1.15.0; python_version < "3.8" and extra == "numpy"
Requires-Dist: numpy>=1.18.0; python_version < "3.9" and extra == "numpy"
Requires-Dist: numpy>=1.20.0; python_version >= "3.9" and extra == "numpy"
Provides-Extra: tests
Requires-Dist: coverage>=4.0; extra == "tests"
Requires-Dist: mock>=1.3.0; extra == "tests"
Requires-Dist: pydocstyle>=1.0.0; extra == "tests"
Requires-Dist: pytest-cache>=1.0; extra == "tests"
Requires-Dist: pytest-cov==2.6.1; extra == "tests"
Requires-Dist: pytest-pep8>=1.0.6; extra == "tests"
Requires-Dist: pytest~=4.6; python_version == "2.7" and extra == "tests"
Requires-Dist: pytest>=6.2.5,~=6.0; python_version >= "3" and extra == "tests"

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