There is a newer version of the record available.

Published January 31, 2022 | Version 4.5.0
Software Open

pylast/pylast: 4.5.0

  • 1. Nord Software
  • 2. @kausa-ai
  • 3. @ROBLOX

Description

Upcoming breaking changes
  • pylast 5.0.0 will switch from http.client to https://www.python-httpx.org for HTTP calls (#361)
    • enable_proxy(host, port) will have a breaking change to enable_proxy(proxy) where proxy can be a string like "http://localhost:8030" or a dict for more advanced use cases. See: https://www.python-httpx.org/advanced/#http-proxying
    • Some underlying network exceptions will change
  • pylast 5.0.0 will drop support for EOL Python 3.6
Deprecated
  • Deprecate is_streamable and is_fulltrack_available (#384) @hugovk
Fixed
  • Strip invalid XML characters from response (#382) @hugovk

Files

pylast/pylast-4.5.0.zip

Files (54.6 kB)

Name Size Download all
md5:95b6238a26d217ffb175255583d266d2
54.6 kB Preview Download

Additional details

Related works