Metadata-Version: 1.1
Name: html-diff-wrapper
Version: 1.0
Summary: A html diff wrapper
Home-page: https://github.com/ecreall/html_diff_wrapper/
Author: Amen Souissi
Author-email: amensouissi@ecreall.com
License: AGPLv3+
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide_addons.html
           This text does not appear on pypi or github. It is a comment.
        
        =================
        html_diff_wrapper
        =================
        
        html_diff_wrapper is an optimized html diff. 
        
        
        Installation
        ------------
        
        Add `html_diff_wrapper` in `install_requires` in your `setup.py`.
        and edit `production.ini` in your Pyramid application to add::
        
            pyramid.includes =
                ...
                html_diff_wrapper
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/ecreall/html_diff_wrapper/issues
        - Source Code: https://github.com/ecreall/html_diff_wrapper
        
        
        License
        -------
        
        The project is licensed under the AGPLv3+.
        
        
        Changelog
        =========
        
        1.0 (2016-09-15)
        ----------------
        
        -  Initial version
        
Keywords: web htmldiff diff
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
