Metadata-Version: 1.1
Name: diffhtml
Version: 0.1.1
Summary: Tools for generating HTML diff output.
Home-page: https://github.com/uranusjr/diffhtml
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: ISC license
Description: ==========
        Diff-HTML
        ==========
        
        .. .. image:: https://img.shields.io/pypi/v/diffhtml.svg
                :target: https://pypi.python.org/pypi/diffhtml
        
        .. .. image:: https://img.shields.io/travis/uranusjr/diffhtml.svg
                :target: https://travis-ci.org/uranusjr/diffhtml
        
        .. .. image:: https://readthedocs.org/projects/diffhtml/badge/?version=latest
                :target: https://diffhtml.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. .. image:: https://pyup.io/repos/github/uranusjr/diffhtml/shield.svg
             :target: https://pyup.io/repos/github/uranusjr/diffhtml/
             :alt: Updates
        
        Tools for generating HTML diff output.
        
        `A simple demo <http://diffhtml-demo.herokuapp.com/ndiff>`_.
        
        * Free software: ISC license
        * Documentation (not set up yet): https://diffhtml.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        
        0.1.1 (2017-04-22)
        ------------------
        
        * `ndiff` now takes a keyword-only argument `cutoff` to specify reaplce line matching ratio cutoff, as `BlockDiffContext` does.
        
        
        0.1.0 (2017-04-22)
        ------------------
        
        * First release on PyPI.
        * Initial release with just an `ndiff` API.
        
Keywords: diffhtml
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
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
