Metadata-Version: 1.1
Name: xpaw
Version: 0.6.4
Summary: A web scraping framework
Home-page: https://github.com/jadbin/xpaw
Author: jadbin
Author-email: jadbin.com@hotmail.com
License: Apache 2
Description: ====
        xpaw
        ====
        
        .. image:: https://img.shields.io/badge/license-Apache 2-blue.svg
            :target: https://github.com/jadbin/xpaw/blob/master/LICENSE
        
        
        Overview
        ========
        
        xpaw is a web scraping framework, used to crawl web pages and extract structured data from them.
        
        Documentation: http://xpaw.readthedocs.org/en/latest/
        
        
        Requirements
        ============
        
        - Python >= 3.5
        - `aiohttp`_
        - `pyyaml`_
        - `lxml`_
        
        .. _aiohttp: https://pypi.python.org/pypi/aiohttp
        .. _pyyaml: https://pypi.python.org/pypi/pyyaml
        .. _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
