Metadata-Version: 1.1
Name: swjsq
Version: 0.3
Summary: A command line client for Xunlei SWJSQ (aka. 迅雷快鸟)
Home-page: https://github.com/timothyqiu/python-swjsq
Author: Timothy Qiu
Author-email: timothyqiu32@gmail.com
License: MIT
Download-URL: https://github.com/timothyqiu/python-swjsq/archive/0.3.tar.gz
Description: **********************************
        python-swjsq: 迅雷快鸟命令行客户端
        **********************************
        
        python-swjsq 是基于 `Xunlei-FastDick <https://github.com/fffonion/Xunlei-Fastdick>`_ 的迅雷快鸟命令行客户端。
        
        基于原版，以以下这些为目标，希望做到更好：
        
        * 专注做一件事
        * 更好的接口
        * Pythonic
        
        
        ========
        快速入门
        ========
        
        * 安装：``pip install swjsq``
        * 新建 ``swjsq.account.txt``，填入 ``用户名,密码`` ，如 ``ahaha,123456`` （英文逗号），并保存
        * 在含有上述文件的目录下执行 ``swjsq``
        
        
        ====
        说明
        ====
        
        * 明文存储的密码将会在第一次登陆成功后保存为数字ID和密码的MD5，明文文件将会删除。如果需要更换账号，只需新建一个 ``swjsq.account.txt`` ，并重新运行python脚本
        * 会员权限及月加速流量等详见 `这里 <http://swjsq.xunlei.com>`_
        * 自带 `这里抄的 <https://github.com/mengskysama/XunLeiCrystalMinesMakeDie/blob/master/run.py>`_ 纯python实现RSA加密，可选安装pycrypto加快(首次)运算速度
        
Keywords: xunlei
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
