recursive-diff

View on PyPIReverse Dependencies (3)

1.2.0 recursive_diff-1.2.0-py3-none-any.whl

Wheel Details

Project: recursive-diff
Version: 1.2.0
Filename: recursive_diff-1.2.0-py3-none-any.whl
Download: [link]
Size: 29598
MD5: 25fe48e6871164b7b5fad24b90a4f5d0
SHA256: d60ed7c93fcd52d057600fe3c410c40b3f58e0426055396fe19bbbcd3af02db4
Uploaded: 2024-03-16 00:04:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: recursive_diff
Version: 1.2.0
Summary: Recursively compare two Python data structures
Author-Email: Guido Imperiale <crusaderky[at]gmail.com>
Project-Url: Homepage, https://github.com/crusaderky/recursive_diff
License: Apache
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
Requires-Dist: numpy (>=1.16)
Requires-Dist: pandas (>=0.25)
Requires-Dist: xarray (>=0.12)
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 47 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
recursive_diff/__init__.py sha256=WGeGLbvzccn-CpLPhq85SRXtY_6XoMch7DNn71jxV7M 606
recursive_diff/cast.py sha256=HlSkp1IXErNAe0KnPC7HDU53xSoLLZRXJ_i6ZpK1ZpU 8976
recursive_diff/dask_or_stub.py sha256=_2ULAiwedchxdIQFyV75S7fyMnigVnPE0eIjEk8SGxc 182
recursive_diff/ncdiff.py sha256=z50qrGhOlyOmuzgKoBjXtArVvZR0nHgxQ5335ba7D4E 5791
recursive_diff/proper_unstack.py sha256=yRtjf6krvWBBhDPy4Rr4cvPimuVAW3Sfm7vITqyKeWo 1793
recursive_diff/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
recursive_diff/recursive_diff.py sha256=luyno0bNb9bVHBZgVYntF0R1DeyyltQNZxZYIIk-99U 21172
recursive_diff/recursive_eq.py sha256=PzFFwliEwWeRvShRFjX3mTA431sYo9AuJvl1nHLg08U 569
recursive_diff/tests/__init__.py sha256=a_jbMj1w_56v709FkgK9rg_KGFYgh4z2rlHuGHhUSJM 1437
recursive_diff/tests/test_ncdiff.py sha256=hWhBZ-iQwB0NDdhObAZn9vsvEo-NhGL0nv316uDkKns 5794
recursive_diff/tests/test_proper_unstack.py sha256=xLC8BwvsnzP9CiPKL-0nWZo7QVZT5yj4aoAPmnlCqlA 3758
recursive_diff/tests/test_recursive_diff.py sha256=HrVP6p0NIiRxW5dFHB4YQnXBmKj0WCxeFTsiWV-3c_8 24800
recursive_diff/tests/test_recursive_eq.py sha256=aG_dQ1Gkzy0QSGPbRglWTIxFf_f3XuCLRceWSRd3DTI 781
recursive_diff-1.2.0.dist-info/LICENSE sha256=c7p036pSC0mkAbXSFFmoUjoUbzt1GKgz7qXvqFEwv2g 10273
recursive_diff-1.2.0.dist-info/METADATA sha256=Mh_k04vAxSsWBdZy5IyQ2WWkSIKBfLL7gUD3VM70iIo 1071
recursive_diff-1.2.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
recursive_diff-1.2.0.dist-info/entry_points.txt sha256=0nkcSZ6YDKFriLQQ0JC--BBcr_Dp1wzguyrjJuoKqXg 54
recursive_diff-1.2.0.dist-info/top_level.txt sha256=v1euDw4175c8HUphABFCPSOxmWQly82ktmqZFEALq7A 15
recursive_diff-1.2.0.dist-info/RECORD

top_level.txt

recursive_diff

entry_points.txt

ncdiff = recursive_diff.ncdiff:main