Metadata-Version: 1.1
Name: shadowsocks-check
Version: 0.1
Summary: You can check your SS server status by this script. And it will be the most graceful way.
Home-page: https://github.com/jamcplusplus/shadowsocks_check
Author: JamCh01
Author-email: jamcplusplus@gmail.com
License: https://www.gnu.org/licenses/lgpl-3.0.en.html
Description-Content-Type: UNKNOWN
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:jamcplusplus/shadowsocks_check.git
        cd shadowsocks_check
        python3 setup.py install
        ```
        
        *BTW, Python3 Only.*
        
        ## 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
