No project description provided
Project description
chsi 学信网学籍/学历/学位在线验证报告查询
这时一个小工具,用于学信网的学籍/学历/学位在线验证报告查询的获取和解析。
安装
pip install chsi
命令行使用
python -m chsi <在线验证码>
返回结果
{
"status": true,
"error": "",
"info": [
[
"title",
"教育部学历证书电子注册备案表"
],
[
"update_time",
"2024年01月01日"
],
[
"姓名",
"李四"
],
[
"性别",
"男"
],
[
"出生日期",
"1970年01月01日"
],
[
"入学日期",
"1990年09月01日"
],
[
"毕(结)业日期",
"1994年07月01日"
],
[
"学校名称",
"举例大学"
],
[
"专业",
"计算机科学与技术"
],
[
"学制",
""
],
[
"层次",
"本科"
],
[
"学历类别",
"普通高等教育"
],
[
"学习形式",
"普通全日制"
],
[
"毕(结)业",
"毕业"
],
[
"证书编号",
"1000 0000 0000 0000 00"
],
[
"校(院)长姓名",
"张三"
]
]
}
出错情形
{
"status": false,
"error": "系统检测到非法访问,不合要求的在线验证码!",
"info": []
}
调用
from chsi import verify
results = verify("<在线验证码>", lang='CN')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chsi-0.1.0.tar.gz
(2.4 kB
view details)
Built Distribution
chsi-0.1.0-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file chsi-0.1.0.tar.gz
.
File metadata
- Download URL: chsi-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.5 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15d793350165cb9879ecb2870dd2d2210e04962c5a3471cffdf6e98a697216b3 |
|
MD5 | 722265628e70f0104984ec13c47960c7 |
|
BLAKE2b-256 | 1d9439c5ee2bdea4b9016eb5866b32c4ce9ded2faba804c0920af8d9e2f64ac1 |
File details
Details for the file chsi-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: chsi-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.5 Linux/5.15.133.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d7081ceb0ab3cef40db626bf346bf8d063cec936a5f1e069cc7a34134b8f2bf |
|
MD5 | a4d50e23b73cf86e1dd2ff0853376a9a |
|
BLAKE2b-256 | 8dcb24325298ba73444e18168386dd4080a6e522440f7e589e2c3cafa2f183bf |