Metadata-Version: 1.1
Name: simplescraper
Version: 0.1.1
Summary: A simple python web scraper
Home-page: https://github.com/ROZ32/pythonScraper
Author: Oscar Sanchez
Author-email: hmax dot bf4 at gmail dot com
License: MIT License
Description: Python Scraper
        ==============
        
        A simple web scraper made in python with love:
        
        install with pip:
        
        .. code:: sh
        
            pip install simplescraper
        
        This is on `GitHub <https://github.com/ROZ32/pythonScraper>`__ so let me
        know if I've b0rked it somewhere.
        
        Stuff used to make this:
        ~~~~~~~~~~~~~~~~~~~~~~~~
        
        -  `beautifulsoup4 <https://github.com/getanewsletter/BeautifulSoup4>`__
           for Markdown language parsing
        -  `html5lib <https://github.com/html5lib/html5lib-python>`__ for the
           awesome html5 parser
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
