Metadata-Version: 2.0
Name: scrapple
Version: 0.1.0
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
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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 :: Application Frameworks
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: nose (==1.3.0)
Requires-Dist: docopt (==0.6.1)
Requires-Dist: cssselect (==0.9.1)

Scrapple
========

[![Build Status](https://travis-ci.org/scrappleapp/scrapple.svg?branch=master)](https://travis-ci.org/scrappleapp/scrapple)

[Scrapple](http://scrappleapp.github.io/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 [here](http://scrapple.rtfd.org).




History
=======

0.1.0 
------

* Currently under development


