Metadata-Version: 2.1
Name: gerridae
Version: 0.2.1
Summary: a crawl framework just for fun
Home-page: https://github.com/BUGLAN/gerridae
Author: buglan
Author-email: dev.buglan@gmail.com
License: UNKNOWN
Description: # this is new spider framework gerridae
        
        > 学习之作, 参考[ruia](https://github.com/howie6879/ruia)
        
        
        ## 安装
        
        - 使用pip安装
        
        ```bash
        pip install gerridae --user
        ```
        
        - 使用pipenv安装
        
        ```bash
        pipenv install gerridae
        ```
        
        - 使用源码安装
        
        ```bash
        git clone https://github.com/BUGLAN/gerridae
        
        python setup.py install
        ```
        
        ## 测试
        
        - 安装测试依赖包
        
        ```bash
        pipenv install --dev
        ```
        
        - 执行测试
        
        ```bash
        pipenv run pytest
        ```
        
        ## 额外说明
        
        基本是一个学习之作, 可以说一个简单的玩具, 请勿使用在生产环境之中
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
