Metadata-Version: 2.1
Name: shadowsocks-check
Version: 0.3
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
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Other/Nonlisted Topic
Requires-Dist: requests
Requires-Dist: psutil

=================
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)

`pip3 install shadowsocks_check`


*BTW, Python3 Only.*
-------------
how to use it
-------------
there are some supported arguments.

+------------------------+--------------------------------------+                     
| args                   | mean                                 |
+========================+======================================+
|  --threads             | the number of threads                |
+------------------------+--------------------------------------+
| --config               | tart port range                      | 
|                        | range(start_port, start_port+threads)|
+------------------------+--------------------------------------+
| --mode                 | ss or ssr (fake now)                 |
+------------------------+--------------------------------------+




