Metadata-Version: 1.1
Name: xpaw
Version: 0.7.1
Summary: A web scraping framework
Home-page: https://github.com/jadbin/xpaw
Author: jadbin
Author-email: jadbin.com@hotmail.com
License: Apache 2
Description-Content-Type: UNKNOWN
Description: ====
        xpaw
        ====
        
        .. image:: https://travis-ci.org/jadbin/xpaw.svg?branch=master
            :target: https://travis-ci.org/jadbin/xpaw
        
        .. image:: https://coveralls.io/repos/jadbin/xpaw/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/jadbin/xpaw?branch=master
        
        .. image:: https://img.shields.io/badge/license-Apache 2-blue.svg
            :target: https://github.com/jadbin/xpaw/blob/master/LICENSE
        
        
        Key Features
        ============
        
        - Provides a web scraping framework used to crawl web pages.
        - Provides data extraction tools used to extract structured data from web pages.
        
        
        Documentation
        =============
        
        http://xpaw.readthedocs.org/en/latest/
        
        
        Requirements
        ============
        
        - Python >= 3.5
        - `aiohttp`_
        - `lxml`_
        
        .. _aiohttp: https://pypi.python.org/pypi/aiohttp
        .. _lxml: https://pypi.python.org/pypi/lxml
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
