Metadata-Version: 1.1
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
Description: 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
        
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
