Edupage-api

Latest version: v0.10.8

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

Scan your dependencies

Page 2 of 8

0.10.2

- [`2022-10-01`](https://github.com/ivanhrabcak/edupage-api/commit/5b28240f877a75466f8e1236a511fd35e4249e86) Update lunch code to reflect edupage's server changes
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/5c32ed7f7f52e835cc3d6a8be658188a69ac5487) Fix messages, add support for request body 'encryption'
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/a8a8338ace09487c542112702d9cdf4873b790e6) Add support for an additional substitution format
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/bbcd2c5e782289d375d36c03df8e7c0628ffdb95) Add a new example
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/1826301da0cd1d6a7032ed5893ba4854dedd9d5f) Update documentation link in README
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/92e0c7664b6c8513d65ea4766c62640672cdd8ee) Bump version in setup.cfg
- [`2023-01-21`](https://github.com/ivanhrabcak/edupage-api/commit/bf135104c4cac1192df86bbfaa32f31eab8a1c3d) Regenerate documentation

0.10.1

- [`2022-07-21`](https://github.com/ivanhrabcak/edupage-api/commit/0b6a9b04acff4234f3334d2b965ee71fba597719) Regenerate documentation
- [`2022-09-10`](https://github.com/ivanhrabcak/edupage-api/commit/2818ab8f4e14970affbcf00ba3dde12c7efa2c24) Add a new event type (`H_IGROUPS`)
- [`2022-09-13`](https://github.com/ivanhrabcak/edupage-api/commit/0059ff151534c2348848df12733146103ee207a9) Remove debug print, bump version in setup.cfg
- [`2022-09-13`](https://github.com/ivanhrabcak/edupage-api/commit/59ed863763ac418f6147f868c3add38bda0fd6ff) Regenerate documentation

0.10.0

This is a rerelease of the last version that fixes a PyPi issue where an old version would be installed when using `pip install edupage-api`.

0.9.986

- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/210bb232e79f5406a36561a309bb4904f73b2c04) Regenerate documentation
- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/94c03a228005b3ed4ce07175d9b168149069fe10) Fix typo (#48)
- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/9970ceb2747f387e9ca52c60a9940561ee8c6f40) Fix the `JSONDecodeError` import
- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/14971f02e2a24051ac3c6b6574e2c88fef7cf96e) Remove unnecessary `Union` import
- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/66ce230b404cc30964c95a68049af15761b30808) Format everything with `autopep8`
- [`2022-05-11`](https://github.com/ivanhrabcak/edupage-api/commit/08be8df539b87282b6b24f14fdd5fd69b0eaed16) Bug fixes (#49)
- [`2022-05-11`](https://github.com/ivanhrabcak/edupage-api/commit/7a3cc86f8a7737dcf3d09f8c25aea7275e6e03b7) Fix time parsing issue in timetables (#50)
- [`2022-05-11`](https://github.com/ivanhrabcak/edupage-api/commit/277f386f1de4d6cb690dbc3133756ddb7571d901) Small whitespace formatting
- [`2022-06-24`](https://github.com/ivanhrabcak/edupage-api/commit/de4f9dd12a1e2f16e29dcf58b43265586fafb423) Added new EventType "h_userphoto" (#53)
- [`2022-06-24`](https://github.com/ivanhrabcak/edupage-api/commit/56e1f9c0620d07e95de0ff0c49b1de0fe1493032) Add the `bee` timeline event type, bump version in setup.cfg

0.9.985

- [`2022-03-30`](https://github.com/ivanhrabcak/edupage-api/commit/791be65f93a359edc2107922b67cb8b27bc3bbc1) Add missing dataclass annotation
- [`2022-03-31`](https://github.com/ivanhrabcak/edupage-api/commit/506936ed6429c2682c3a4cad1cbc6072dde7022c) Correct the return type of the `get_all_students()` method
- [`2022-04-03`](https://github.com/ivanhrabcak/edupage-api/commit/f33c30d571a336732e70d611c02b4528d05e40da) Raise `BadCredentialsException` if there're incorrect credentials
- [`2022-04-04`](https://github.com/ivanhrabcak/edupage-api/commit/7990499e6b2cd4f96820d8dfe9f65d6c1b3da40c) Add a method that returns ringing times (without the timetable)
- [`2022-04-04`](https://github.com/ivanhrabcak/edupage-api/commit/7cced9e84b8232ae6b58dc7c9a04d25fa7d9518d) Whitespace formatting
- [`2022-04-04`](https://github.com/ivanhrabcak/edupage-api/commit/3d98c6d3387dffdcf021ebacc9f1df92f8ce1b65) Reword the docstring for the `get_next_ringing_time` method
- [`2022-04-04`](https://github.com/ivanhrabcak/edupage-api/commit/4b2aaae4d672eebf7ba656af0d0937150e47f8fd) Fix getting ringings during the weekend
- [`2022-04-06`](https://github.com/ivanhrabcak/edupage-api/commit/1df96f5437fc0e141fa83be519f17e93c759f255) Use capital letters at the beginning of sentences
- [`2022-04-12`](https://github.com/ivanhrabcak/edupage-api/commit/7ee94ccf0c3c927f96d557fd722132b35f8ae7ed) Make all enums extend str for json encoding support
- [`2022-04-12`](https://github.com/ivanhrabcak/edupage-api/commit/eea205a0da2642ac614f39a186f8538905f0713a) Use string literals instead of auto() in `RingingType`
- [`2022-04-12`](https://github.com/ivanhrabcak/edupage-api/commit/6a9d22a6f8d458d50db7cb686671068805006ebf) Change order of classes when extending `str` for enums
- [`2022-04-14`](https://github.com/ivanhrabcak/edupage-api/commit/490b51f1b274f25863c9ea34dcf729bb85ce6037) Fix lunches after edupage's rework
- [`2022-04-23`](https://github.com/ivanhrabcak/edupage-api/commit/34a5422d8f767159aaae8187f7028f0ebf1d74e1) Imports cleanup
- [`2022-05-04`](https://github.com/ivanhrabcak/edupage-api/commit/d27cf83d58597e19ed03958a4be0af01dafd5201) Add a way to create Edupage instances with only a session_id

0.9.981

- [`2022-03-28`](https://github.com/ivanhrabcak/edupage-api/commit/3ce6c5829539a7f0c3192478f7688d4985328964) Regenerate documentation
- [`2022-03-29`](https://github.com/ivanhrabcak/edupage-api/commit/8d9073b6d6bc33b49b72cd299b7582fbf6a5fcaf) Add a badge link to `pypistats.org`
- [`2022-03-30`](https://github.com/ivanhrabcak/edupage-api/commit/249f53e13de68bf655112e973550a02f147c8cc6) Add the forgotten `dataclass` decorator
- [`2022-03-30`](https://github.com/ivanhrabcak/edupage-api/commit/63709d6318ae33115a0d575ca500b4fb921505c4) Bump version in setup.cfg

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.