Metadata-Version: 2.1
Name: zxext
Version: 0.1.2
Summary: zhixuewang库的扩展包
Project-URL: Homepage, https://github.com/MasterYuan418/zxext
Project-URL: Bug Tracker, https://github.com/MasterYuan418/zxext/issues
Author: MasterYuan418
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# zxext
*智学网的补充库*

![](https://img.shields.io/badge/License-ASOUL-red) ![](https://img.shields.io/badge/Python-3.8+-green) ![](https://img.shields.io/pypi/v/zxext)

收录了一些智学网库里比较冷门的函数。

**一个版本仅对应一个智学网的版本！**



### 对应关系

|  zxext版本  | 对应zhixuewang版本 |
| :---------: | :----------------: |
| 0.1.0-0.1.1 |       1.1.12       |



## 支持的功能

1. 练习本功能（`workbook`）



## 问题和建议

如果您在使用的过程中遇到任何问题，欢迎前往 [Issue](https://github.com/anwenhu/zhixuewang/issues)提问
当然也可以加入这个QQ群讨论：862767072（备注：智学网扩展）



## 示例

```python
from zxext.workbook import Workbook # 导入练习本
from zhixuewang import * # 导入核心库

teacher = login("114514", "1919810")
wb = Workbook(teacher.get_session())
print(wb.search_press("人教"))
# >> 272
```



## 贡献

建议优先提交给`zhixuewang`库，除非是部分比较不常用的功能。