Metadata-Version: 2.1
Name: baumdiff
Version: 0.1.0
Summary: Tree Diff and Merge Library
Home-page: https://github.com/podolsir/baumdiff
Author: Igor Podolskiy
Author-email: igor.podolskiy@gmx.de
License: UNKNOWN
Description: ========
        baumdiff
        ========
        
        `baumdiff` is a pure-Python library for comparison and three-way merging of ordered trees.
        
        Installation
        ------------
        
        Simply install the package via pip::
        
            pip install baumdiff
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.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: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/x-rst
Provides-Extra: tests
