Metadata-Version: 2.1
Name: scrapy-rabbit
Version: 0.2.1
Summary: 在scrapy的基础上进行修改，使用了异步请求，加快采集速度，并与rabbitmq结合，实现了断点续爬，与防止漏采
Home-page: https://elanpy.com
Author: eamonn
Author-email: china.eamonn@gmail.com
License: MIT
Description: 
        
        Scrapy_Rabbit
        ======
        
        
        Overview
        ========
        
        将Scrapy与RabbitMQ进行结合，解决断点续爬，采集进度可视化并且提高代码复用性
        
        
        Requirements
        ============
        
        * Python 3.6+
        * Works on Linux, Windows, macOS, BSD
        
        Install
        =======
        
        The quick way::
        
            pip install scrapy-rabbit
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.4.0
Description-Content-Type: text/markdown
