郑州大学移动校园的 Python API 封装 / An API wrapper for Zhengzhou University Mobile Campus written in Python.
Project description
ZZU.Py
郑州大学移动校园的 Python API 封装
安装
pip install zzupy --upgrade
Done & To Do
- Supwisdom
- 获取课表
- Network
- 校园网认证
- eCard
- 充值电费
- 获取校园卡余额
- 获取剩余电费
前往 ZZU.Py Completion Plan 查看 To Do
文档
Note
Example
from zzupy import ZZUPy
me = ZZUPy("usercode","password")
info = me.login()
print(f"{info[0]} {info[1]} 登录成功")
print("校园卡余额:", str(me.eCard.get_balance()))
print("剩余电费:", str(me.eCard.get_remaining_power("roomid")))
print("课表JSON:", me.Supwisdom.get_courses_json("2024-12-09"))
许可
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
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
zzupy-0.2.3.tar.gz
(21.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zzupy-0.2.3-py3-none-any.whl
(24.4 kB
view details)
File details
Details for the file zzupy-0.2.3.tar.gz.
File metadata
- Download URL: zzupy-0.2.3.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.8 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4316533bff3e4703a6c508fd179e805dc1045d668497700faf9d8b5d8ceb522
|
|
| MD5 |
2fab5ab677ac9a7bb872ab646e5f1d4a
|
|
| BLAKE2b-256 |
9a154b42377871e055b984c71af588259002a5bfe582eb653cd7bd2e5c9800ef
|
File details
Details for the file zzupy-0.2.3-py3-none-any.whl.
File metadata
- Download URL: zzupy-0.2.3-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.8 Linux/6.8.0-1017-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9756feaf66280457417ae6e6827648239da43edf5a09a190b5b9cdf2d1b8e147
|
|
| MD5 |
34acdbc3599e305fe18acfd047390e32
|
|
| BLAKE2b-256 |
bcc8f6640502a7146bad7175f2622a2f0b22da09f7327b2322212f3a0a8c8d59
|