>>> from hdu_api import HDU
>>> hdu = HDU('学号', '密码')
>>> client = hdu.create()
>>> from hdu_api import HDU
>>> hdu = HDU('学号', '密码')
>>> client = hdu.create()
>>> client.card.account()
[{'account_id': '30***86',
'card_id': '13***42',
'card_type': 'M1',
'department': '1***7',
'expiry_date': '2020年8月29日',
'gender': '*',
'id_card': '',
'id_type': '',
'identity': '***',
'staff_id': '1***7',
'staff_name': '***',
'status': '有效卡'}]
>>> client.card.balance()
[{'account_id': '3***6',
'balance': '76.07',
'card_id': '1***2',
'staff_id': '1***7',
'staff_name': '***'}]
>>> client.exam.grade_current()
[{'college': '外国语学院',
'comments': '',
'comments_of_makeup': '',
'course_attribution': '通识必修',
'course_code': 'A1103780',
'course_name': '实用翻译',
'course_type': '外语模块',
'credit': '2.0',
'experimental_score': '',
'final_score': '76.5',
'mid_score': '',
'retake_or_not': '',
'retest_mark': '',
'school_year': '2018-2019',
'score': '82',
'semester': '1',
'usual_score': '91'},
...
{'college': '计算机学院',
'comments': '',
'comments_of_makeup': '',
'course_attribution': '',
'course_code': 'B0507370',
'course_name': '数据挖掘',
'course_type': '专业限选',
'credit': '3.0',
'experimental_score': '',
'final_score': '85',
'mid_score': '',
'retake_or_not': '',
'retest_mark': '',
'school_year': '2018-2019',
'score': '84',
'semester': '1',
'usual_score': '83'}]
>>> client.exam.schedule_current()
[{'classroom': '第12教研楼201',
'course_name': '操作系统(甲)',
'exam_time': '2019年1月17日(09:00-11:00)',
'exam_type': '',
'seat': '10',
'select_code': '(2018-2019-1)-A0507050-06018-1',
'staff_name': 'xxx'},
...
{'classroom': '第6教研楼北308',
'course_name': '软件工程(甲)',
'exam_time': '2019年1月9日(13:45-15:45)',
'exam_type': '',
'seat': '24',
'select_code': '(2018-2019-1)-A0507190-06061-2',
'staff_name': 'xxx'}]