Metadata-Version: 1.1
Name: simplediff
Version: 1.1
Summary: Diff library with a dead-simple interface
Home-page: https://github.com/paulgb/simplediff
Author: Paul Butler
Author-email: diff@paulbutler.org
License: UNKNOWN
Description: 
        Simple Diff for Python version 1.0
        
        Annotate two versions of a list with the values that have been
        changed between the versions, similar to unix's `diff` but with
        a dead-simple Python interface.
        
        (C) Paul Butler 2008-2012 <http://www.paulbutler.org/>
        May be used and distributed under the zlib/libpng license
        <http://www.opensource.org/licenses/zlib-license.php>
        
Keywords: diff
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Text Processing
