Metadata-Version: 1.1
Name: boilerpot
Version: 0.91
Summary: HTML content extraction
Home-page: http://github.com/jackdied/boilerpot
Author: Jack Diederich
Author-email: jackdied@gmail.com
License: Apache License
Description: boilerpot
        =========
        
        Templating content from HTML.  A Python do-alike to boilerpipe.
        
        boilerpipe (http://code.google.com/p/boilerpipe/) is a Java program that looks at HTML tags and tries to deduce where the actual content is sans navigation, headers & footers, etc.
        
        This is a rough rewrite of that written in Python and should be considered super duper alpha.  I did it during a 2-day company (Curata.com) hackathon.  I haven't even run a comparison of its output against its step-father let alone done any corpus comparisons against commoncrawl.org.  Consider yourself warned.
        
        The only advantages over boilerpipe is that it is easier to interface with Python and the code is much more accessible: 500 lines of Python in one module versus 9000 lines of Java scattered accross a bazillion files and directories (I hate me some directories).
Keywords: html,scraping,templating
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
