Metadata-Version: 2.0
Name: scrapple
Version: 0.1.1
Summary: A framework for creating web scrapers
Home-page: https://github.com/scrappleapp/scrapple
Author: Alex Mathew
Author-email: alexmathew003@gmail.com
License: MIT
Keywords: scrapple,web,content,scraper,crawler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: Flask (==0.10.1)
Requires-Dist: Jinja2 (==2.7.3)
Requires-Dist: lxml (==3.4.0)
Requires-Dist: beautifulsoup4 (==4.3.2)
Requires-Dist: requests (==2.3.0)
Requires-Dist: colorama (==0.3.3)
Requires-Dist: docopt (==0.6.1)
Requires-Dist: cssselect (==0.9.1)

========
Scrapple
========

.. image:: https://travis-ci.org/scrappleapp/scrapple.svg
    :target: https://travis-ci.org/scrappleapp/scrapple
    :alt: Travis-CI Build Status

.. image:: https://pypip.in/download/scrapple/badge.svg
    :target: https://pypi.python.org/pypi//scrapple
    :alt: Downloads

.. image:: https://pypip.in/version/scrapple/badge.svg?text=version
    :target: https://pypi.python.org/pypi/scrapple
    :alt: Latest Version


`Scrapple`_ is a framework for creating web scrapers and web crawlers according to a key-value based configuration file. It provides a command line interface to run the script on a given JSON-based configuration input, as well as a web interface to provide the necessary input.

You can install Scrapple by using

::

	$ sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
	$ pip install scrapple


You can read the `complete documentation`_.

.. _Scrapple: http://scrappleapp.github.io/scrapple
.. _complete documentation: http://scrapple.rtfd.org




History
=======

0.1.0 
------

* First release on PyPI (04 February 2015)

0.1.1
-----

* Release on PyPI with revisions (10 February 2015)
* Include web interface for editing scraper config files
* Modified implementations of certain functions


