--- id: meteofrance-api version: "1.5.0" license: MIT license_treatment: permissive maintenance: active --- # meteofrance-api — Python client for Météo-France API. License: permissive · Maintenance: active · Downloads: 76.6K/mo ## What it is and what it does This package wraps the private Météo-France API used by official mobile applications, giving Python developers direct access to French weather data. It handles location search, hourly and daily forecasts, short-term rain predictions, and weather alerts for French departments and Andorre. The client abstracts away the complexity of communicating with a non-public API, making it straightforward to integrate French weather data into applications or custom monitoring tools. The package depends only on pytz for timezone handling and requests for HTTP communication, keeping the dependency footprint minimal. It targets modern Python versions and has been actively maintained since its initial release. Use it for: - Integrate real-time French weather forecasts into Home-Assistant or other home automation systems - Build a weather monitoring dashboard displaying hourly forecasts and rain predictions for French locations - Fetch official weather alerts and warnings for French departments to trigger automated alerts or notifications - Create a weather data aggregator combining Météo-France data with other regional sources - Develop a CLI tool for quick weather lookups and alert checks for French regions ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Python client for the private Météo-France API, providing access to weather forecasts, rain predictions, and weather alerts for French departments and Andorre. Yes. The package is production-stable, actively maintained, has minimal dependencies, carries no known vulnerabilities, and uses a permissive MIT license. It is the straightforward choice for accessing Météo-France data from Python. The only caveat is that it depends on a private API endpoint, so monitor the project for any upstream changes. ## Install pip install meteofrance-api uv add meteofrance-api poetry add meteofrance-api ## Installing meteofrance-api Before you install: Low install friction with only two runtime dependencies (pytz, requests). Active maintenance with recent commit on 2026-08-13 and production-stable status. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, suitable for both personal and commercial projects. Quickstart: pip install meteofrance-api import meteofrance_api client = meteofrance_api.MeteoFranceClient() forecasts = client.get_forecast(location_id) Verify before relying: - Whether the private API endpoint remains stable or subject to undocumented changes from Météo-France - Rate limiting or authentication requirements for the underlying Météo-France API - Coverage and accuracy of weather alerts beyond metropolitan France ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 76.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags météo-france weather api client, french weather forecast python, météo-france alerts python, weather api france, hourly weather forecast france, rain forecast france api, french weather alerts, weather-data, french-api, home-automation [View on SkillFed](https://skillfed.io/packages/meteofrance-api) · [View on PyPI](https://pypi.org/project/meteofrance-api/)