This package provides functionalities for interacting with the Meteo France API.
Données climatologique de Météo France
You can install the package via pip
:
pip install git+https://github.com/MalondaClement/meteo-france.git
# Import the package
from meteo_france import climatology
res = climatology.get_6m_stations_list(75, "your token")
Contributions are welcome! Please feel free to submit bug reports, feature requests, or pull requests on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.