Just released! 🚀

stravavis 0.6.0: create visualisations of Strava activities

* add option to select visualisations/allow --bbox as file/support 3.13-3.14/drop 3.9

https://github.com/marcusvolz/strava_py/releases/tag/v0.6.0

termcolor 3.3.0: ANSI formatting for the terminal

* add italic/fix error handling

https://github.com/termcolor/termcolor/releases/tag/3.3.0

pylast 7.0.1: A Python interface to Last.fm

* fix type hints

https://github.com/pylast/pylast/releases/tag/7.0.1

#Python #release #stravavis #termcolor #pylast

Just released! 🚀

🎶 pylast 6.0.0

🎤 A Python interface to Last.fm and Libre.fm

📯 Restore proxy support (potential breaking change: proxies are now always stored as a dict, before it was a str or dict)

🪇 Drop support for almost-EOL Python 3.9

https://github.com/pylast/pylast/releases/tag/6.0.0

#Python #pylast #LastFM #LibreFM #release #Python39

Release 6.0.0 · pylast/pylast

Breaking change Restore proxy support (#487) @itisFarzin Multiple proxies can be set by passing a dict, for example: {"http://": my_http_proxy, "https://": my_https_proxy}. A single proxy can be ...

GitHub