Metadata-Version: 2.0
Name: sxsdiff
Version: 0.2.3
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: Development Status :: 4 - Beta
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

Side by side diff generator for python.

## Credits

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

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


## Example

![screenshot](./examples/screenshot.png)


