Metadata-Version: 1.0
Name: cquauth
Version: 0.0.3
Summary: 重庆大学统一认证
Home-page: https://github.com/maxoyed-MS/cqu_auth
Author: maxoyed
Author-email: maxoyed@gmail.com
License: MIT License
Description: cquauth
        =======
        
        重庆大学统一认证模块
        
        安装
        ----
        
        .. code:: bash
        
            pip install cquauth
        
        或者
        
        .. code:: bash
        
            sudo pip install cquauth
        
        使用
        ----
        
        .. code:: python
        
            from cquauth import verify
            res = verify('统一认证号', '统一认证密码')
        
        认证成功返回\ ``True``\ ，失败返回\ ``False``\ 。
        
Keywords: spider cqu oauth
Platform: any
