EdupageAPI / edupage-api

A python library for accessing your Edupage account
https://edupageapi.github.io/edupage-api/
GNU General Public License v3.0
66 stars 13 forks source link

[Feature request] Get grades from a previous school term #68

Closed goodbyepavlyi closed 1 year ago

goodbyepavlyi commented 1 year ago

I have noticed that the EduPage.get_grades() function allows for obtaining all grades, but it is limited to providing grades for the current school term only. Is there a possibility to access grades from previous school terms?

goodbyepavlyi commented 1 year ago

I think I found the solution to this in PR #69.

ivanhrabcak commented 1 year ago

Thank you! Added in 0.10.5.

You can run:

$ pip install --upgrade edupage-api

To upgrade to the new version and use this feature.