Metadata-Version: 2.4
Name: structdelta
Version: 1.0.0
Summary: Sub-linear structural diffing and patching engine with Adaptive Merkle Fingerprinting.
Author: nhemlos
License-Expression: MIT
Project-URL: Homepage, https://github.com/structdelta/structdelta
Project-URL: Documentation, https://github.com/structdelta/structdelta#readme
Project-URL: Repository, https://github.com/structdelta/structdelta.git
Keywords: diff,patch,delta,merkle,json-diff,object-diff,structural-diff,performance
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# StructDelta Python Package

Sub-linear structural diffing and patching engine powered by Adaptive Merkle Fingerprinting.

See main repository documentation at [GitHub](https://github.com/structdelta/structdelta).
