Metadata-Version: 2.1
Name: sequoia_diff
Version: 0.0.1
Author-email: Jonah Sussman <jsussman@redhat.com>
Project-URL: Homepage, https://github.com/JonahSussman/sequoia-diff
Project-URL: Issues, https://github.com/JonahSussman/sequoia-diff/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tree-sitter ==0.20.4

# sequoia-diff

Named after the giant sequoias, this name implies strength, resilience, and the ability to handle large, complex structures, much like managing complex code structures in a diff tool.

Package built with setuptools.

Diffing trees using the [Chawathe algorithm](https://doi.org/10.1145/235968.233366) and inspiration from the paper [Fine-grained and accurate source code differencing](https://doi.org/10.1145/2642937.2642982).
