Metadata-Version: 1.1
Name: shadowsocks_check
Version: 0.2
Summary: You can check your SS server status by this script. And it will be the most graceful way.
Home-page: https://github.com/JamCh01/shadowsocks_check
Author: JamCh01
Author-email: me@jamchoi.cc
License: https://www.gnu.org/licenses/lgpl-3.0.en.html
Description: # shadowsocks_check
        You can check your SS server status by this script. And it will be the most graceful way.
        
        ## how to install it
        
        You should install shadowsocks-libev first. You can find how to install it [here.](https://github.com/shadowsocks/shadowsocks-libev#installation)
        
        clone this project and install
        ```
        git clone git@github.com:JamCh01/shadowsocks_check.git
        cd shadowsocks_check
        python3 setup.py install
        ```
        
        or use pypi
        ```
        pip3 install shadowsocks_check
        ```
        
        *BTW, Python3 only and doesn't support WSL.*
        
        ## how to use it
        
        there are some supported arguments.
        ```
        ss-check
        --threads             the number of threads
        --start_port          start port range, range(start_port, start_port+threads)
        --config              shadowsocks config file
        --mode                ss or ssr (fake now)
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Other/Nonlisted Topic
