Hi All,
I started a simple wrapper for WeatherKit's REST API in Python. You can find it here: https://github.com/davecom/PyWeatherKit
Right now it's extremely rudimentary. It can just produce a correct authentication token and retrieve a dictionary of weather data for some latitude/longitude. That's really all I need. But I thought I would put it out there incase others are interested and we can then maybe make the results more Pythonic.
Cheers.