Skip to content

Releases: andshrew/PS5-Updates-Python

v0.9.3

11 Jun 12:23

Choose a tag to compare

v0.9.3 Pre-release
Pre-release

Initial public release. Minor fixes from v0.9.2

This Python package retrieves information about updates available for a PS5 title. See Typical Usage and Usage Examples for details on implementing this into your application.

An example application is available in demo.py (attached to this release in Assets). To try this demo:

pip install ps5-updates
python demo.py -u https://sgst.prod.dl.playstation.net/sgst/prod/00/np/PPSA07632_00/53d40bc7-7b1a-403c-8260-4b293b1711fd-version.xml

See demo.py --help for details of all available options.

PyPi project: https://pypi.org/project/ps5-updates/0.9.3/

Full Changelog: v0.9.2...v0.9.3

v0.9.2

23 May 15:38

Choose a tag to compare

v0.9.2 Pre-release
Pre-release

Initial public release. Minor fixes from v0.9.1

This Python package retrieves information about updates available for a PS5 title. See Typical Usage and Usage Examples for details on implementing this into your application.

An example application is available in demo.py (attached to this release in Assets). To try this demo:

pip install ps5-updates
python demo.py -u https://sgst.prod.dl.playstation.net/sgst/prod/00/np/PPSA07632_00/53d40bc7-7b1a-403c-8260-4b293b1711fd-version.xml

PyPi project: https://pypi.org/project/ps5-updates/0.9.2/

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 May 11:36

Choose a tag to compare

v0.9.1 Pre-release
Pre-release

Initial public release.

This Python package retrieves information about updates available for a PS5 title. See Typical Usage and Usage Examples for details on implementing this into your application.

An example application is available in demo.py (attached to this release in Assets). To try this demo:

pip install ps5-updates
python demo.py -u https://sgst.prod.dl.playstation.net/sgst/prod/00/np/PPSA07632_00/53d40bc7-7b1a-403c-8260-4b293b1711fd-version.xml

PyPi project: https://pypi.org/project/ps5-updates/0.9.1/

Full Changelog: v0.0.4...v0.9.1