广东海洋大学宿舍电费查询客户端
Project description
gdou-dianfei
广东海洋大学电费查询 Python 客户端
安装
pip install gdou-dianfei
使用
from gdou_dianfei import EBClient
client = EBClient(username="学号", password="密码")
client.login()
# 获取空调电费余额
balance = client.get_ac_ele_balance()
print(f"余额: {balance.moneyBalance}元")
# 获取照明电费余额
light_balance = client.get_light_ele_balance()
print(f"照明余额: {light_balance.moneyBalance}元")
License
MIT
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
gdou_dianfei-0.1.0.tar.gz
(4.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
File details
Details for the file gdou_dianfei-0.1.0.tar.gz.
File metadata
- Download URL: gdou_dianfei-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8bcecf23a84e8d8516d1cb59901f18e580d071c313985458d1c456a5bc1a5f
|
|
| MD5 |
97163c18459c2fdb231dfb5bc7b17a25
|
|
| BLAKE2b-256 |
01333467b7baf5ee8d8be8be208ba06db882398b02ee2fa580530389f6d5dbb5
|
File details
Details for the file gdou_dianfei-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gdou_dianfei-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01963f6ace5a2f4168b41d3280ba159f35b2a4605dbd002c4638cd22546bb4eb
|
|
| MD5 |
28e175c195134913e2b3478386708bd8
|
|
| BLAKE2b-256 |
f9ff6a67e79db5d93ac2b2892e59d55bc3701cf31d60d2310731ec697e06424d
|