Metadata-Version: 2.0
Name: sxsdiff
Version: 0.3.0
Summary: Side by side diff generator for python
Home-page: https://github.com/timonwong/sxsdiff
Author: Timon Wong
Author-email: timon86.wang@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Text Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: diff-match-patch
Requires-Dist: six (>=1.9.0)

sxsdiff
-------

.. image:: https://travis-ci.org/timonwong/sxsdiff.svg?branch=master
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/timonwong/sxsdiff

Side by side diff generator for python.

Credits
=======

The basic idea comes from following code recipe by *Christoph Burgmer*:

http://code.activestate.com/recipes/577784-line-based-side-by-side-diff/

Example
=======

.. image:: ./examples/screenshot.png


