Metadata-Version: 1.2
Name: diff-and-patch
Version: 0.1.0
Summary: A simple python package which serves as a framework for diffing and patching complex objects. Inspired by Shreyas Kulkarni and git diff and patch.
Home-page: https://github.com/thulasi-ram/diff-and-patch
Author: Damodharan Thulasiram
Author-email: thulasi503@gmail.com
License: GNU GPLv3
Project-URL: Documentation, https://github.com/thulasi-ram/diff-and-patch
Project-URL: Source, https://github.com/thulasi-ram/diff-and-patch
Project-URL: Tracker, https://github.com/thulasi-ram/diff-and-patch/issues
Description-Content-Type: UNKNOWN
Description: ==============
        Diff & Patch
        ==============
        
        A simple python package which serves as a framework for diffing and patching complex objects. Inspired by Shreyas Kulkarni and git diff and patch.
        
        Quick links
        ===========
            PyPi: `https://pypi.org/project/diff-and-patch/ <https://pypi.org/project/>`_
        
        
            Source: `https://github.com/thulasi-ram/diff-and-patch <https://github.com/thulasi-ram/diff-and-patch>`_
        
        
            Docs: `https://github.com/thulasi-ram/diff-and-patch <https://github.com/thulasi-ram/diff-and-patch>`_
        
        
Keywords: python diff patch differ patcher
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
