{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/4"}],"enrichment":{"capability":"Provides compiled FlatBuffers schema files for decoding Open-Meteo weather API responses efficiently in Python, enabling binary-format weather data parsing without HTTP logic.","skillfed_tags":["weather-api","flatbuffers","schema-definitions"],"use_cases":["Build a Python weather client library that fetches Open-Meteo data in FlatBuffers format for faster decoding than JSON","Process large historical weather datasets where binary parsing speed significantly reduces computation time","Display weather forecasts on low-power or embedded devices where energy savings from binary encoding matter","Decode temperature, wind, precipitation, and other meteorological variables with strict typing guarantees","Integrate Open-Meteo weather data into scientific or climate analysis pipelines requiring efficient data handling"],"what_it_does":"The openmeteo-sdk package provides pre-compiled FlatBuffers schema definitions for the Open-Meteo weather API in Python. It enables developers to decode binary-encoded weather responses directly rather than working with JSON, which trades parsing overhead for significantly faster data processing\u2014especially valuable for historical weather data and low-power devices. The package itself contains only schema definitions and enumerations (Model, Variable, Unit, Aggregation, Probability); it does not include HTTP client code, so you pair it with your own HTTP library to fetch and decode responses.\n\nThe schemas support Weather, Marine, Ensemble, Flood, and Climate API endpoints, with responses structured as WeatherApiResponse objects containing current, hourly, daily, weekly, monthly, and minutely_15 data. Each variable carries metadata like unit, altitude, pressure level, and aggregation type. The package maintains binary compatibility across releases and follows semantic versioning, ensuring stable integration into client libraries.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and fills a clear role for developers building Open-Meteo clients in Python. It is essential if you want to use the Open-Meteo API's FlatBuffers format; unnecessary if you only need JSON responses."},"id":"openmeteo-sdk","links":{"html":"https://skillfed.io/packages/openmeteo-sdk","md":"https://skillfed.io/packages/openmeteo-sdk.md","pypi":"https://pypi.org/project/openmeteo-sdk/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-29","license_spdx":null,"license_treatment":"permissive","name":"openmeteo-sdk","python_support":"supports_current","summary":"Open-Meteo Python SDK"},"popularity":{"monthly_downloads":399126,"position":6951,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.28.0"}
