Metadata-Version: 2.1
Name: webcheck
Version: 1.0.0
Summary: A Web Site check tool.
Home-page: https://github.com/sintrb/webcheck/
Author: trb
Author-email: sintrb@gmail.com
License: UNKNOWN
Description: uniapi
        ===============
        A Web Site check tool.
        
        Install
        ===============
        ```
         pip install webcheck
        ```
        
        Useage
        ===============
        Show help
        ```bash
        python -m webcheck -h
        ```
        Check url
        ```bash
        python -m webcheck http://www.baidu.com
        ```
        Or check urls
        ```bash
        python -m webcheck http://www.baidu.com https://www.qq.com https://www.tt.com
        ```
        Or check urls store in a file(urls.txt)
        ```bash
        python -m webcheck -f urls.txt
        ```
        
        
        CHANGES
        ===============
        0.0.1
        
        - first version
        
        
        
Keywords: webcheck,HTTP,HTTPS,SSL
Platform: UNKNOWN
Description-Content-Type: text/markdown
