Metadata-Version: 2.1
Name: recursive_diff
Version: 1.2.0
Summary: Recursively compare two Python data structures
Author-email: Guido Imperiale <crusaderky@gmail.com>
License: Apache
Project-URL: Homepage, https://github.com/crusaderky/recursive_diff
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy >=1.16
Requires-Dist: pandas >=0.25
Requires-Dist: xarray >=0.12

Recursively compare two Python data structures
