郑州大学移动校园的 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
文档
文档仍在 In Progress ,建议使用 PyCharm 来获得最佳的开发中文档体验
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.0.tar.gz
(21.7 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.0-py3-none-any.whl
(23.9 kB
view details)
File details
Details for the file zzupy-0.2.0.tar.gz.
File metadata
- Download URL: zzupy-0.2.0.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7dc772e8393c191f6ddf9fe94e55736e4f98602f37ef4888ddc660c2b3ce8ed8
|
|
| MD5 |
6dc9eade8fb7dce9f8d847782b9ffdc3
|
|
| BLAKE2b-256 |
99b85afb05f02c72b4cd978f1e28c2602fae5591ef6344e0d841b0577541571c
|
File details
Details for the file zzupy-0.2.0-py3-none-any.whl.
File metadata
- Download URL: zzupy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Windows/11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c525d5c0f391bb4cd3391d5e4a61574d8bff7b047af5a5c0a5614e25b53061d2
|
|
| MD5 |
58abdf09294ad68b6986cbc96f177f67
|
|
| BLAKE2b-256 |
215afb90bbe6690d1fb3f33ae7612886e0b5b576df4db7689886c9b5f20508f0
|