Edupage Api Versions Save

A python library for accessing your Edupage account

0.9.985

2 years ago
  • 2022-03-30 Add missing dataclass annotation
  • 2022-03-31 Correct the return type of the get_all_students() method
  • 2022-04-03 Raise BadCredentialsException if there're incorrect credentials
  • 2022-04-04 Add a method that returns ringing times (without the timetable)
  • 2022-04-04 Whitespace formatting
  • 2022-04-04 Reword the docstring for the get_next_ringing_time method
  • 2022-04-04 Fix getting ringings during the weekend
  • 2022-04-06 Use capital letters at the beginning of sentences
  • 2022-04-12 Make all enums extend str for json encoding support
  • 2022-04-12 Use string literals instead of auto() in RingingType
  • 2022-04-12 Change order of classes when extending str for enums
  • 2022-04-14 Fix lunches after edupage's rework
  • 2022-04-23 Imports cleanup
  • 2022-05-04 Add a way to create Edupage instances with only a session_id

0.9.981

2 years ago

0.9.98

2 years ago

0.9.97

2 years ago
  • 2022-02-26 Return None if there are not any timetable changes
  • 2022-02-26 Return None if there are not any missing teachers
  • 2022-02-26 Replace Union[*, None] with Optional[*]
  • 2022-02-26 Use parse_int instead int_or_none function
  • 2022-02-26 Start adding support for foreign timetable fetching
  • 2022-02-26 Finish foreign timetable fetching, add a method to get the current school year
  • 2022-02-27 Add comments and login requirement annotations
  • 2022-02-27 Add classrooms to lesson skeletons, add a property to

0.9.96

2 years ago
  • 2022-02-17 Fix missing teachers parsing
  • 2022-02-17 Output each change not just one per class in get_timetable_changes method
  • 2022-02-17 Add title property to TimetableChange object
  • 2022-02-17 Simplify substitution action parsing
  • 2022-02-17 Cleanup EventType.parse method
  • 2022-02-17 Cleanup Gender.parse method
  • 2022-02-17 Cleanup Action.parse method
  • 2022-02-23 Add ValueError handling to parse_int function
  • 2022-02-23 Remove the image link from the substitution title

— @BelKed

0.9.95

2 years ago

0.9.94

2 years ago

0.9.93

2 years ago

0.9.92

2 years ago

0.9.91

2 years ago
  • 2022-01-30 Add hosted version of the docs to the readme
  • 2022-01-30 Add first example, add more timeline event types
  • 2022-01-30 Add lunch example, fix Lunch type annotation
  • 2022-01-30 Change exact date in lunch example to today