Metadata-Version: 1.1
Name: swjsq
Version: 0.7.1
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.7.1.tar.gz
Description: **********************************
        python-swjsq: 迅雷快鸟命令行客户端
        **********************************
        
        .. image:: https://img.shields.io/pypi/v/swjsq.svg
           :target: https://pypi.python.org/pypi/swjsq/
           :alt: Latest Version
        
        
        ⚠️ 由于我不再使用迅雷快鸟，本项目目前处于搁置状态。如果迅雷快鸟后续更新相关协议，可能就无法使用了。
        
        python-swjsq 是基于 `Xunlei-FastDick <https://github.com/fffonion/Xunlei-Fastdick>`_ 的迅雷快鸟命令行客户端。
        
        基于原版，以以下这些为目标，希望做到更好：
        
        * 专注做一件事
        * 更好的接口
        * Pythonic
        
        
        ====
        安装
        ====
        
        python-swjsq 使用 pip 安装：
        
        .. code-block:: bash
        
            pip install swjsq
        
        
        ====
        使用
        ====
        
        用以下两种方法之一提供登录凭据：
        
        1. 新建 ``swjsq.account.txt`` 文件，将内容填写为 ``用户名,密码`` 即可。
        2. 设置环境变量 ``XUNLEI_UID`` 为用户名，``XUNLEI_PASSWD`` 为密码。
        
        使用时只需运行：
        
        .. code-block:: bash
        
            swjsq
        
        首次登录成功后， ``swjsq.account.txt`` 将被删除，加密后的密码将被保存至 ``.swjsq.account`` 文件中。
        
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
