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 3 of 8

0.9.98

- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/1ebfa516a290566d1962ec6d930bf6f2586f5020) Merge functions for getting foreign timetable
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/809e5cc305299d1db86836cdb61e28792014b6f0) Simplify function for getting this week weekday
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/5619eaff166c35c833c11f5f1bd0266e5b401683) Change order of raising exceptions
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/f191be76ca8643b01841016ade37e971e3713da5) Move JSON data to variables
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/3512565865a11e2cae4952ec2cefd38c983eb3c7) Fix getting error response
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/8537e1191da98cd878080b697c9d0c058131c88d) Print error message
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/2ee87f645de252226710f36932e04e58613aa614) Small refactoring
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/b41ddf9a9410359212b693b468ee7b24c080ad43) Use `date` parameter for getting timetable data
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/9acba5ba1752eb480ca1fc8b01c3d299efd60990) Add function for getting student by id
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/a556a670027a6c4c61dcae19c6a2b7dbee006f85) Use `table` parameter for getting non-teacher timetable
- [`2022-03-02`](https://github.com/ivanhrabcak/edupage-api/commit/055a8f43f305025fec4fb76bf4ba0b03d20fb684) Refactor big `__init__` methods to dataclasses
- [`2022-03-03`](https://github.com/ivanhrabcak/edupage-api/commit/20323ba90794f4632a4cf3c0a33201d0b1ac52e8) Fix small bugs, refactor `TimetableChange` into a dataclass
- [`2022-03-03`](https://github.com/ivanhrabcak/edupage-api/commit/f2636d5b6e97f2e713f09746248e94a0ed394ea3) Add teacher example
- [`2022-03-03`](https://github.com/ivanhrabcak/edupage-api/commit/7cc99c60d5ae55bf8ef0df8206598a0c9321a611) Remove unused datetime import
- [`2022-03-04`](https://github.com/ivanhrabcak/edupage-api/commit/5f861bd27a67ee8e3aaac4fe667a662198973663) Add grades example
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/455789f4a1b8cf6bc48da83e7f2e8bd336486f5a) Fix grade importance calculation
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/d707f1198eaee01592c91265a8ffd46eec68f2c1) Add grade `comment` property
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/1ce03282d81e6fb2e128a4c929dc95c64410911b) Use float for grade values
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/9d695b79f31e6b0e24075a244443cf15e1169aa6) Add comments for easier navigation and better readability
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/1acdf1b0659e6473ca1f02a53a286e3b892a9ccc) Fix grades using the `p_typ_udalosti` attribute
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/54cfe5636bd8846bd02b2596f903a742a27d260c) Fix for a situation when `max_points` is `0`
- [`2022-03-05`](https://github.com/ivanhrabcak/edupage-api/commit/cd5d762346857ab25eadc51c968c6c218cc1dd9a) Fix grades example to show max points
- [`2022-03-06`](https://github.com/ivanhrabcak/edupage-api/commit/ca0b3fa5058a7d0fb826e3306fda4f1e8aeb128c) Add substitution example
- [`2022-03-25`](https://github.com/ivanhrabcak/edupage-api/commit/06891d304c2b40beac8ebdfcd970c33ca81f8a43) Add `get_all_students()` method

0.9.97

- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/2f5d6096ec04d15e104dd1ca1a5eebc66efcd89e) Return `None` if there are not any timetable changes
- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/6ad67c3e93d97ac2ef593aca6bea2f46771bdd07) Return `None` if there are not any missing teachers
- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/8a52ed4906eb2f9e8d00345c176b2152ee8db03e) Replace `Union[*, None]` with `Optional[*]`
- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/7037b60f24d3e3cc7de097429e3cadad5996f187) Use `parse_int` instead `int_or_none` function
- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/74908e578a90c21cfa356431fcf29e43f8ceb2be) Start adding support for foreign timetable fetching
- [`2022-02-26`](https://github.com/ivanhrabcak/edupage-api/commit/ed70305bf9b67f40b2768d9d370a0377dd054ef0) Finish foreign timetable fetching, add a method to get the current school year
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/adc56d386424394bab5b4427734c99a84e9898fe) Add comments and login requirement annotations
- [`2022-02-27`](https://github.com/ivanhrabcak/edupage-api/commit/9698f51ea61e7135224e5c9a5ee264a1a0afd7de) Add classrooms to lesson skeletons, add a property to

0.9.96

- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/de25e5cc4adb31ffb60ba377aea23ad7b222960a) Fix missing teachers parsing
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/b71063b447f35852442fc2bcbb588c992d5c6b72) Output each change not just one per class in `get_timetable_changes` method
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/a02c3618d74a7939bedbadf5c14bfc2776f0db8d) Add `title` property to `TimetableChange` object
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/d25d4748f1feede1952cd4c1aa85e75767fdc534) Simplify substitution action parsing
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/d6146ddea5688682867406a4c9ea2de268f43d39) Cleanup `EventType.parse` method
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/5c008bd4a1cf7593f7a53f1bd22ebda815ca8dec) Cleanup `Gender.parse` method
- [`2022-02-17`](https://github.com/ivanhrabcak/edupage-api/commit/86a8dc947c2a2661245f8491e5cafd103024053f) Cleanup `Action.parse` method
- [`2022-02-23`](https://github.com/ivanhrabcak/edupage-api/commit/00953ec559b02abe8d03d7089a2da238cb5fb14c) Add `ValueError` handling to `parse_int` function
- [`2022-02-23`](https://github.com/ivanhrabcak/edupage-api/commit/6158b0983e85311bf8ec8b5c683c9626c7599a89) Remove the image link from the substitution `title`

— BelKed

0.9.95

- [`2022-02-07`](https://github.com/ivanhrabcak/edupage-api/commit/748f0c48348b979f22e3defead2629548b2adbfd) Regenerate documentation
- [`2022-02-10`](https://github.com/ivanhrabcak/edupage-api/commit/95cf9654d0c994a5a98e9ffe0c29cc7d3cadc099) Stop flexing domain
- [`2022-02-13`](https://github.com/ivanhrabcak/edupage-api/commit/fce9564a0bfbaaac01825e1947a141d2e1f98595) Format `python-publish.yml`
- [`2022-02-13`](https://github.com/ivanhrabcak/edupage-api/commit/a0d0270ed4cb94aa843fe917e1ec8a13f508f0af) Group timeline events by categories
- [`2022-02-13`](https://github.com/ivanhrabcak/edupage-api/commit/0bf9d576e83780249879e92c8aded8b3b77e4042) Remove duplicate timeline events
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/b7e2a2f078de7bd0c4dba13703d58b1e6c043923) Add docstrings for functions in `__init__.py`
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/0e86cf1dc8df2ab41edfb302aff96dacedfed975) Regenerate documentation
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/51e065a3b79b5b641ac2ae988a9c67bca151d40b) Fix `recognize_account_type` function
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/9462d7746a5d5e85ac028287a2de86598193ad1f) Fix `get_url` function
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/81f3a2e70737f13b1de9880df7f1067aec631ecd) Fix parsing grades containing comments
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/b57f55fbbfdfb236c96f9fccba7c122c5ff02789) Fix getting lunch for dates in past
- [`2022-02-14`](https://github.com/ivanhrabcak/edupage-api/commit/27e16a9f4591b824388e707b264e79f6aa2404dd) Simplify lunch example

0.9.94

- [`2022-02-05`](https://github.com/ivanhrabcak/edupage-api/commit/af2ce1fde0c48192cf41598573d9daa408b899f9) Regenerate documentation
- [`2022-02-06`](https://github.com/ivanhrabcak/edupage-api/commit/3b623ac127a4bb5949597937838e9985b99c753e) Remove Self-Hosted documentation section from README
- [`2022-02-07`](https://github.com/ivanhrabcak/edupage-api/commit/a816de7c43e4eb21b4dec24acc8bdfef7b74e7e0) Add new timeline event types (thanks to Daktosom)
- [`2022-02-07`](https://github.com/ivanhrabcak/edupage-api/commit/35377cb981119724ca1b44a87ae54c3c5e142816) Bump version, add one more timeline event type
- [`2022-02-07`](https://github.com/ivanhrabcak/edupage-api/commit/960e5ead2e915e14e8f64400ebfb484b52c2ba07) Resolve conflicts
- [`2022-02-07`](https://github.com/ivanhrabcak/edupage-api/commit/3d875c262b3bac93fe504e73e56412325d55b440) Bump version in setup.cfg

0.9.93

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.