Metadata-Version: 2.0
Name: simplescraper
Version: 0.1.2
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
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
Requires-Dist: beautifulsoup4
Requires-Dist: html5lib
Provides-Extra: testing
Requires-Dist: mock; extra == 'testing'
Requires-Dist: pytest; extra == 'testing'

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


