Itchio

Latest version: v1.1.3

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

Scan your dependencies

1.1.3

What's Changed
* Updated and relaxed dependency by Luke100000 in https://github.com/Tch1b0/itchio-lib/pull/8
* Untangle unsafe dict-access by Tch1b0 in https://github.com/Tch1b0/itchio-lib/pull/9

New Contributors
* Luke100000 made their first contribution in https://github.com/Tch1b0/itchio-lib/pull/8

**Full Changelog**: https://github.com/Tch1b0/itchio-lib/compare/v1.1.2...v1.1.3

1.1.2

What's Changed
* Fixed typing to work with older python versions


**Full Changelog**: https://github.com/Tch1b0/itchio-lib/compare/1.1.1...v1.1.2

1.1.1

Added `User.sync` and fixed `Game.from_dict()`

1.0.0

In this state of the library, there is everything the itch.io REST-API currently offers.
Also, there is now the `DownloadKey` class:
py
import itchio

session = itchio.Session(key)

gameCollection = itchio.GameCollection(session)

my_game = gameCollection.all()[0]

downloadKey = my_game.download_keys(user_id)

print(downloadKey.id)


124

0.1.1

Enhanced the description about how it works and made some small fixes

0.1.0

This is the first stable version of the library

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.