Codingame

Latest version: v1.4.3

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

Scan your dependencies

Page 1 of 4

1.4.3

Changelog

Changed

- Every [`datetime.datetime`](https://docs.python.org/library/datetime.html#datetime.datetime) is now timezone aware, using the CodinGame timezone (UTC).
- [`ClashOfCode.creation_time`](https://codingame.readthedocs.io/en/latest/api.html#codingame.ClashOfCode.creation_time) can be `None` because of an API change by CodinGame.

Fixed

- [`KeyError`](https://docs.python.org/library/exceptions.html#KeyError) was raised when using [`Client.get_clash_of_code`](https://codingame.readthedocs.io/en/latest/api.html#codingame.Client.get_clash_of_code) because of an API change by CodinGame. Closes 29.

Removed

- Removed support for python 3.7 as it has reached its end of life. For more information, see [PEP 537](https://peps.python.org/pep-0537/#lifespan).

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

1.4.2

Changelog

Fixed

- `KeyError` was raised when using `Client.get_challenge_leaderboard` instead of `NotFound` because of an API change by CodinGame. (Issue 26)

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

1.4.1

Changelog

Fixed
- `ValueError` when using `Client.get_pending_clash_of_code` because of a change in datetime format by CodinGame.

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

1.4.0

Changelog

Added
- `Client.mark_notifications_as_seen` and `Client.mark_notifications_as_read`.
- `Notification.mark_as_seen` and `Notification.mark_as_read`.

Removed
- Removed support for python 3.6 as it has reached its end of life. For more information, see [PEP 494](https://peps.python.org/pep-0494/#lifespan).

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

1.3.0

Changelog

Added

- `Client.get_unread_notifications`.
- `Client.get_read_notifications`.
- `PartialCodinGamer`.
- `Notification.codingamer`.
- `Notification.seen`, `Notification.seen_date`, `Notification.read` and `Notification.read_date`.
- `NotificationType` and `NotificationTypeGroup` enums for `Notification.type` and `Notification.type_group`.
- `NotificationData` and subclasses.

Changed

- Deprecated `Notification.creation_time` in favor of `Notification.date`

Removed

- Removed `Notification._raw`.

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

1.2.4

Changelog

Fixed
- `CodinGamer.get_followers` and `CodinGamer.get_followed ` now work while being logged in as any user, not just as the user you want to get the followers of.

Update

Update the module by doing `pip install codingame --upgrade`

Links

PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.