Metadata-Version: 1.1
Name: Wextracto
Version: 0.3.4
Summary: Web Data Extraction Library Written in Python
Home-page: https://github.com/eBay/wextracto
Author: Giles Brown
Author-email: gsbrown@ebay.com
License: BSD
Download-URL: https://github.com/eBay/wextracto/tarball/0.3.4
Description: Wextracto: Web Data Extraction
        ==============================
        
        .. image:: https://travis-ci.org/gilessbrown/wextracto.svg
            :target: http://travis-ci.org/gilessbrown/wextracto
            :alt: Build Status
        
        Wextracto is a toolkit for command-line web data extraction.
        
        
        Installation
        ~~~~~~~~~~~~
        
        .. code-block:: bash
        
            $ pip install wextracto
        
        
        Kicking the Tyres
        ~~~~~~~~~~~~~~~~~
        
        .. code-block:: shell
        
            $ echo -e "[wex]\nsitemaps=wex.sitemaps:urls_from_sitemaps" > entry_points.txt
            $ wex "http://www.ebay.com/robots.txt"
        
        
        Documentation
        ~~~~~~~~~~~~~
        
        The documentation can be found here:
        
            http://wextracto.readthedocs.org/en/latest/index.html
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.3 (2014-12-29)
        ++++++++++++++++++
        
        * Some API changes + switch to "tab-separated JSON".
        
        0.2.2 (2014-10-24)
        ++++++++++++++++++
        
        * Uploaded sdist to PyPI for "pip install wextracto" simplicity.
        
        0.1 (2014-10-16)
        ++++++++++++++++++
        
        * Initial release as open source
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
