🌐
PyPI
pypi.org › project › python-weather
python-weather · PyPI
A free and asynchronous weather API wrapper made in Python, for Python.
      » pip install python-weather
    
Published   Jan 23, 2026
Version   2.1.2
🌐
Readthedocs
python-weather.readthedocs.io
python-weather
weather = await client.get('New York') # Fetch the temperature for today. print(weather.temperature) # Fetch weather forecast for upcoming days. for daily in weather: print(daily) # Each daily forecast has their own hourly forecasts.
🌐
GeeksforGeeks
geeksforgeeks.org › python › python-find-current-weather-of-any-city-using-openweathermap-api
Find current weather of any city using OpenWeatherMap API in Python - GeeksforGeeks
July 11, 2025 - Making more than 60 calls per minute requires a paid subscription starting at USD 40 per month. Access to historical data requires a subscription starting at 150 USD per month. Users can request current weather information, extended forecasts, and graphical maps (showing cloud cover, wind speed, pressure, and precipitation).
🌐
GitHub
github.com › null8626 › python-weather
GitHub - null8626/python-weather: A free and asynchronous weather API wrapper made in python, for python. · GitHub
weather = await client.get('New York') # Fetch the temperature for today. print(weather.temperature) # Fetch weather forecast for upcoming days. for daily in weather: print(daily) # Each daily forecast has their own hourly forecasts.
Starred by 113 users
Forked by 31 users
Languages   Python
🌐
Meteosource
meteosource.com › blog › weather-api-for-python
The Best Weather API for Python
The final verdict was easy to make. From those high-quality weather data providers we have selected, only Meteosource provides a Python wrapper library called pymeteosource that makes it very easy to use the weather API in your Python applications.
🌐
GitHub
github.com › rachanahegde › python-weather-app
GitHub - rachanahegde/python-weather-app: A website built with Flask and OpenWeather API that displays the weather forecast for any city. *Optimised for desktop and mobile view. NOTE: Website is down since Heroku removed free plans. · GitHub
A website built with Flask and OpenWeather API that displays the weather forecast for any city. *Optimised for desktop and mobile view. NOTE: Website is down since Heroku removed free plans. - rachanahegde/python-weather-app
Starred by 10 users
Forked by 17 users
Languages   HTML 38.7% | CSS 37.1% | Python 24.1% | Procfile 0.1%
🌐
Real Python
realpython.com › build-a-python-weather-app-cli
Raining Outside? Build a Weather CLI App With Python – Real Python
December 1, 2023 - In this tutorial, you'll write a nicely formatted Python CLI app that displays information about the current weather in any city you provide the name for.
🌐
GitHub
github.com › meteostat › meteostat
GitHub - meteostat/meteostat: Access and analyze historical weather and climate data with Python. · GitHub
Access and analyze historical weather and climate data with Python. - meteostat/meteostat
Starred by 631 users
Forked by 77 users
Languages   Python
Find elsewhere
🌐
GitHub
github.com › meteostat › meteostat-python
GitHub - meteostat/meteostat-python: Access and analyze historical weather and climate data with Python.
The Meteostat Python library provides a simple API for accessing open weather and climate data.
Starred by 546 users
Forked by 72 users
Languages   Python 100.0% | Python 100.0%
🌐
Meteomatics
meteomatics.com › home › weather api › python weather api
Python Weather API | Meteomatics
December 18, 2025 - This includes time series of various weather model data, station data, forecast data, radar and satellite images. Deploy area queries: This allows users to fetch data over a regular grid, making it an ideal tool for in-depth analysis and data science applications. ... Access the Python library and see examples of the Meteomatics Weather API for Python in action, including demo scripts for interesting use cases such as producing an automatic energy market forecast.
🌐
Python.org
discuss.python.org › python help
API for weather forecast data gathering - Python Help - Discussions on Python.org
February 16, 2024 - Hi, I am trying to get data from a weather api, actually the website is called “weatherapi.com” I want to get max temperature and min temperature for 3 days in the future. The api allows you to query a forecast for 3 …
🌐
Google Code
code.google.com › archive › p › python-weather-api
Google Code Archive - Long-term storage for Google Code Project Hosting.
Archive · Skip to content · The Google Code Archive requires JavaScript to be enabled in your browser · Google · About Google · Privacy · Terms
🌐
Weatherbit Blog
blog.weatherbit.io › python-weather-api
Python Weather API - Weatherbit Blog
February 28, 2024 - With Python Weather API, you can fetch weather data for any location around the world, retrieve specific weather parameters such as temperature, humidity, and wind speed, and even visualize weather patterns using charts and graphs.
🌐
Meteomatics
meteomatics.com › home › weather api › documentation › data connectors › python
Python | Meteomatics
On this page you will find a sample code and open source Python modules for the easy retrieval of any type of weather data.
🌐
Bigl
bigl.es › using-python-to-get-weather-data
Using Python to get weather data
May 2, 2015 - My current favourite is Open Weather Map which is an open source API for weather data, and it comes with a great Python library.
🌐
Talkpython
weather.talkpython.fm
Weather API - Talk Python
Talk Python Weather API for educational purposes, built with FastAPI & Python 3
🌐
Tomorrow.io
tomorrow.io › home › how to create daily forecasts with a python weather api
How To Create Daily Forecasts with A Python Weather API
July 24, 2024 - Learn how to create simple daily weather forecasts in just a few steps and a few lines of code with Python using a weather API.
🌐
Analytics Vidhya
analyticsvidhya.com › home › pyowm: accessing weather data through a python library
PyOWM: Accessing Weather Data Through a Python Library
January 31, 2025 - Learn PyOWM Python library to access OpenWeatherMap API data, including current conditions, forecasts & weather information globally.