Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 340 Bytes

README.rst

File metadata and controls

27 lines (16 loc) · 340 Bytes

cquauth

重庆大学统一认证模块

安装

pip install cquauth

或者

sudo pip install cquauth

使用

from cquauth import verify
res = verify('统一认证号', '统一认证密码')

认证成功返回True,失败返回False