Metadata-Version: 2.1
Name: AirSpider
Version: 2.0.0
Summary: A light and fast python Web crawler framework based on asyncio.
Home-page: https://pypi.org/project/airspider/
Author: Liu Xunzhuo
Author-email: mixdeers@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/xunzhuo/AirSpider
Project-URL: Source, https://github.com/xunzhuo/AirSpider
Description: <p align="center">
            <img src="https://picreso.oss-cn-beijing.aliyuncs.com/airs.png" width="150px">
            <h1 align="center"><img src="http://picreso.oss-cn-beijing.aliyuncs.com/fonts.png" /></h1>
            <div align="center">
        		<img src="https://picreso.oss-cn-beijing.aliyuncs.com/ruia.svg">
            <img src="https://picreso.oss-cn-beijing.aliyuncs.com/ruia-20200607165029224.svg">
            <img src="https://picreso.oss-cn-beijing.aliyuncs.com/ruia-20200607165030320.svg">
            </div>
            <br>
            <p align="center" style="font-weight:bold">
                Distributed🌍  -  Asynchronous🏃  -  Light☁️  -  Fast⚡️ - Easy😄
              <br>
               <br>
             		AirSpider🕷️, a Light and Fast Python Web Crawler Framework Based on Redis🕷️
              <img src="http://picreso.oss-cn-beijing.aliyuncs.com/codepreview.png">
        </p>    
        
        ---
        
        ## Overview👀
        
        > + **AirSpider** is a high-performance asynchronous crawler framework for developers 🚀
        > + Based on Redis: task distribution, task deduplication, and distributed ☁️
        >
        
        ## Requirements☁️
        
        - Python 3.6➕
        - Works on Linux, Windows, macOS🍎
        
        ## Features🌲
        
        + **Quick to Start ☑️**
        + **Low Coupling ☑️**
        + **High Cohesion ☑️**
        + **Easy Expansion ☑️**
        + **Orderly Workflow ☑️**
        
        ## Installation🔨
        
        ``` shell
        ---------------------------
        
        # For Linux && MacOS🔥
        pip3 install airspider
        
        ---------------------------
        
        # For Windows🔥
        pip3 install airspider
        
        ---------------------------
        ```
        
        ## Documents🔥
        
        + [Quick Start](#)🕷️
        + [API Guide](#)👨‍🎓
        + [Plugins](#)🔨
        + [Examples](#)☁️
        + [Architecture](https://github.com/xunzhuo/AirSpider/blob/master/Docs/architecture.md)🏠
        
        ## TODO✈️
        
        + Complete Plugins of Redis🔥
        + Complete Distributed Architecture☁️
        
        ## Contributing👬
        
        **AirSpider**🕷️ is still under **Developing**🔨
        
        > Feel free to open issues💬 and pull requests💗
        
        - Report or Fix bugs🌈
        - Build Powerful plugins🔥
        - Make documentation Better📖
        - Add Examples of Crawling 🕷️
        
        ![](http://picreso.oss-cn-beijing.aliyuncs.com/monkey.jpg)
Platform: UNKNOWN
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: uvloop
