Metadata-Version: 1.1
Name: crawlab-sdk
Version: 0.0.7
Summary: Python SDK for Crawlab
Home-page: https://github.com/crawlab-team/crawlab-sdk
Author: tikazyq
Author-email: tikazyq@163.com
License: BSD-3-Clause
Description: # Crawlab SDK for Python
        
        [中文](https://github.com/crawlab-team/crawlab-sdk/blob/master/python/README-zh.md) | English
        
        The SDK for Python contains two parts:
        1. CLI Tool
        2. Utility Tools
        
        ## CLI Tool
        
        The CLI Tool is mainly designed for those who are more comfortable using command line tools to interact with Crawlab. 
        
        The installation of the CLI Tool is simple:
        
        ```bash
        pip install crawlab-sdk
        ```
        
        Then, you can use the `crawlab` command in the command prompt to action with Crawlab.
        
        Check the help document below, or you can refer to [the official documentation (Chinese)](http://docs.crawlab.cn/Usage/Spider/CLI.html). 
        
        ```
        crawlab --help
        ```
        
        ## Utility Tools
        
        TODO
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
