Metadata-Version: 2.0
Name: scrapple
Version: 0.2.2
Summary: A framework for creating web content extractors
Home-page: https://scrappleapp.github.io/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: requests (==2.3.0)
Requires-Dist: colorama (==0.3.3)
Requires-Dist: docopt (==0.6.1)
Requires-Dist: cssselect (==0.9.1)
Requires-Dist: scrapple

========
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.2.2 - 2015-02-22
------------------

* Fix bug in generate script template

0.2.1 - 2015-02-21
------------------

* Update tests

0.2.0 - 2015-02-20
------------------

* Include implementation for ``scrapple run`` and ``scrapple generate`` for crawlers
* Modify web interface for editing scraper config files
* Revise skeleton configuration files

0.1.1 - 2015-02-10
------------------

* Release on PyPI with revisions
* Include web interface for editing scraper config files
* Modified implementations of certain functions

0.1.0 - 2015-02-04
------------------

* First release on PyPI


