open-meteo-client
  • Tutorial
    • Getting started
      • Install
      • Verify the install
      • (Preview, v0.1.0) Your first forecast in five lines
      • What’s next
  • How-to guides
    • Verify open-meteo-client is installed
      • Solution
  • Reference
    • openmeteo
      • CurrentWeather
      • Forecast
      • Location
      • OpenMeteoClient
      • Variable
      • ping()
      • today()
  • Explanation
    • Why async-only
      • Async is the dominant style for new I/O code in 2026
      • Sync is easy to add later if needed
      • Sync users today have an escape hatch
      • The cost of shipping both
      • Decision
    • Why only two runtime dependencies
      • The shape of “lightweight”
      • Where this matters
      • Where it doesn’t
    • Architecture
      • Layers
      • Why this structure
      • Anti-goals
      • Code generation
open-meteo-client
  • Search


© Copyright 2026, Jakob Heine. Last updated on 2026-06-04.

Built with Sphinx using a theme provided by Read the Docs.