Edupage-api

Latest version: v0.10.8

Safety actively analyzes 638884 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 8

0.9.9

- [`2022-01-30`](https://github.com/ivanhrabcak/edupage-api/commit/da986aed693f68fa75268ca25c159f055a3c7bda) A rewrite of the code, proper documentation (#31)
- [`2022-01-30`](https://github.com/ivanhrabcak/edupage-api/commit/09f06b1ca8690eb23763b1f1e881afe5d34a0663) Fix merge conflicts

0.9.7

Changes
- [2021-04-12](https://github.com/ivanhrabcak/edupage-api/commit/3fb36b9f0ed4660e3dd11a1e5b6856fbb2be5db2) ❯ Add issue templates
- [2021-04-12](https://github.com/ivanhrabcak/edupage-api/commit/d1ee5ec249092c12957ad9420e75297f9ffa683c) ❯ Add periods for `EduLesson`
- [2021-04-14](https://github.com/ivanhrabcak/edupage-api/commit/522819c0a1423e651df9843252cc2ffa1d896100) ❯ Fix `is_before` and `is_after`
- [2021-05-27](https://github.com/ivanhrabcak/edupage-api/commit/960ede0cb2b1436222622d3c3309833e8dff2ace) ❯ Add a disclaimer to readme
- [2021-06-20](https://github.com/ivanhrabcak/edupage-api/commit/be7b37e53a3151a8fb13d199a9c173175d3da649) ❯ Add support for reactions on homework, Add EduNotification data class (#23)
- [2021-06-20](https://github.com/ivanhrabcak/edupage-api/commit/5524c005b8454276bb89f5172629c8e9afdb58db) ❯ Add data class EduGrade (#22)
- [2021-06-20](https://github.com/ivanhrabcak/edupage-api/commit/9c54f78d27083823331401c38b875994d350c2ef) ❯ Add support for done reaction on homework, Add functions for getting grades and notifications (#21)
- [2021-06-20](https://github.com/ivanhrabcak/edupage-api/commit/6818a884772d758ed7ca049591e9f18d3412f09a) ❯ Refactor the get_grades function
- [2021-06-20](https://github.com/ivanhrabcak/edupage-api/commit/1d86e6ced670e9edf9139250459046ad8e221272) ❯ Refactor `EduNotification` and function `get_notifications`
<hr>


git log --format='- [`%ad`](https://github.com/ivanhrabcak/edupage-api/commit/%H) %s' --date="short" --reverse 0.9.6..0.9.7


— BelKed

0.9.6

Changes
- [2021-04-10](https://github.com/ivanhrabcak/edupage-api/commit/714cc6de1fc7e37fc367defb783f7e57b9ce8af4) ❯ Fix title, description and class name of homework
- [2021-04-10](https://github.com/ivanhrabcak/edupage-api/commit/308547efe585ab87a4358284ae464ae2d91a664d) ❯ Fix leading zeros in date and time
- [2021-04-10](https://github.com/ivanhrabcak/edupage-api/commit/24a11667fb22d3dc742a0cd9dcc31988ec4c805a) ❯ Fix "Get timetable" in README.md
- [2021-04-11](https://github.com/ivanhrabcak/edupage-api/commit/5b7ca2db269ed3bbd04d6569a9bddfd249a5be2e) ❯ Fix `is_before_or_equals` and `is_after_or_equals`
- [2021-04-11](https://github.com/ivanhrabcak/edupage-api/commit/2abd322a9667012246f8050b03495e6537d92607) ❯ Fix `tomorrow_this_time`
- [2021-04-11](https://github.com/ivanhrabcak/edupage-api/commit/8ebe81b47e6c48a7f9a53af05e3f55b5c6559d43) ❯ Fix `get_teachers`
- [2021-04-12](https://github.com/ivanhrabcak/edupage-api/commit/fb873a7ce471fb952f1ffeb2b2eaac01d14282e2) ❯ Fix `get_timetable`

— BelKed

0.9.5

Changes
- [2021-03-25](https://github.com/ivanhrabcak/edupage-api/commit/710406facd775b85b58efd29a719e30887c49a3b) ❯ Fix code in README
- [2021-03-29](https://github.com/ivanhrabcak/edupage-api/commit/8783d4eda04ca4667bcc92c7979867ad7ff22d6f) ❯ Update README
- [2021-04-10](https://github.com/ivanhrabcak/edupage-api/commit/7329c5acec9b672da54dd198b69283e4bbcac342) ❯ Fix date (#15)
- [2021-04-10](https://github.com/ivanhrabcak/edupage-api/commit/1a1e390d2c72bd50222c11e283a8c76cd1ed44d5) ❯ Typo fixes (#16)

— BelKed

0.9.4

Changes
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/23cdd9c470d77cce3b5d555b482f1ff538aa830e) ❯ Add non-functional attachments
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/e10615c49f7e3c9072684dda08be99edf11f664c) ❯ Use user's subdomain instead of my school's subdomain
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/275c34dbdf6f984aafbe15712619e2f29787677d) ❯ Add supports for sending messages to more teachers/students at once
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/fd6d9ad2578faf428c1c3e04f8d0620131b394cf) ❯ Add cloud upload support
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/1c7b096a8b4dba6c46977ede96acd74f501cdcb9) ❯ Fix a bug in uploading
- [2021-03-22](https://github.com/ivanhrabcak/edupage-api/commit/75d831b6c0dbfa8eaed47d0fdacea70a73cb60c6) ❯ Add support for signing onto online lesson
- [2021-03-23](https://github.com/ivanhrabcak/edupage-api/commit/3ead628799dc9512460ace4e200607eddeb8ead4) ❯ Fix date functions, add a way to get the next online lesson

Documentation
- [2021-03-19](https://github.com/ivanhrabcak/edupage-api/commit/ddc127ac56539e147513088d127a8d535ed48e44) ❯ Update documentation to include sending messages
- [2021-03-22](https://github.com/ivanhrabcak/edupage-api/commit/f0b356d963f6b7f72763b2751097480b3260f6d4) ❯ Add teachers to the documentation
- [2021-03-22](https://github.com/ivanhrabcak/edupage-api/commit/b7b4c5447a4ee70cd9218f23e40b97e3aaa83da1) ❯ Add more information to a comment in README
- [2021-03-22](https://github.com/ivanhrabcak/edupage-api/commit/64c1a7c9914b4707babc8b0e233dc53142edee83) ❯ Add online lesson presence documentation to README
- [2021-03-23](https://github.com/ivanhrabcak/edupage-api/commit/10bbdd8d9925338caa9fd71623c970342f6d5b1e) ❯ Add file limitation info to README (#10)

— BelKed

0.9.3

Changes
- [2021-03-15](https://github.com/ivanhrabcak/edupage-api/commit/fc1cd69cc6a7a9dc23a03143805d41d8865b237b) ❯ Add exception handling to the corrrect place
- [2021-03-18](https://github.com/ivanhrabcak/edupage-api/commit/87350266f1aadbf2e8ef90b898244515141a1234) ❯ Add a way to send messages

— BelKed

Page 6 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.