Metadata-Version: 1.1
Name: remove_cookies_notice
Version: 0.0.2
Summary: Tool to remove cookies notice in html pages
Home-page: https://github.com/owlint/CookiesNoticeRemover
Author: Laurent Evrard
Author-email: laurent@owlint.fr
License: WTFPL
Description: # RemoveCookiesNotice
        
        This library is aimed at removing cookies notices in scraped web pages
        
        It do so using two strategies : 
        * By using known attributes values
        * By fuzzy matching text in HTML page
        
        This is very much a work in progress
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications
