{ "info": { "author": "Konstantin Lopuhin", "author_email": "kostia.lopuhin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Indexing/Search" ], "description": "extract-html-diff: extract difference between two html pages\n============================================================\n\n.. image:: https://img.shields.io/pypi/v/extract-html-diff.svg\n :target: https://pypi.python.org/pypi/extract-html-diff\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/travis/TeamHG-Memex/extract-html-diff/master.svg\n :target: http://travis-ci.org/TeamHG-Memex/extract-html-diff\n :alt: Build Status\n\n.. image:: http://codecov.io/github/TeamHG-Memex/extract-html-diff/coverage.svg?branch=master\n :target: http://codecov.io/github/TeamHG-Memex/extract-html-diff?branch=master\n :alt: Code Coverage\n\nThis package allows you to extract a difference between two html pages:\ngiven pages A and B, it will try to extract parts of A that are changed in B.\nIt uses ``lxml.html.diff`` under the hood. but provides only changed parts as HTML.\n\nIt requires Python 3 currently.\n\nLicense is MIT.\n\nInstallaton\n-----------\n\nYou can install the package from PyPI::\n\n pip install extract-html-diff\n\n\nUsage\n-----\n\nYou can extract diff as text::\n\n import extract_html_diff\n\n html = '