Metadata-Version: 1.1
Name: Wextracto
Version: 0.2.6
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.2.6
Description: Wextracto: Web Data Extraction
        ==============================
        
        Wextracto is a toolkit for command-line web data extraction.
        
        
        Installation
        ~~~~~~~~~~~~
        
        .. code-block:: bash
        
            $ pip install wextracto
        
        
        Running
        ~~~~~~~
        
        .. code-block:: bash
        
            $ wex "http://www.ebay.com/robots.txt"
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        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
