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
        ========
        
        .. image:: https://travis-ci.org/scrappleapp/scrapple.svg
            :target: https://travis-ci.org/scrappleapp/scrapple
        
        `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)
        
Keywords: scrapple
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
