Python SDK for the WeatherLink v2 API, providing access to weather station data. Current version is 1.0.0, released as the initial stable version. The SDK supports API authentication via API key and signature, and includes endpoints for current conditions, historical data, and station info. Release cadence is unknown; this is the first release.
pip install weatherlink-v2-api-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the API client with credentials and fetch list of stations.
Use Python 3.0+ and install the latest version.
Ensure both environment variables (WL_API_KEY and WL_API_SECRET) are set.
Synchronize system time using NTP to avoid signature expiration errors.
No dependency data recorded yet.