24h Weather Forecast Data
Project description
Appyweather
Appyweather is a Python package that provide you with 24-hour weather forecast information for any city or location, and it is mainly created for educational reasons. All weather data are provided through the 'openweathermap' api service.
- Get your own api-key from: https://openweathermap.org
- Api-key might take a few hours to be activated.
Installation
Use the package manager pip to install appyweather.
pip install appyweather
Usage
from appyweather import Weather
# using a city name
weather = Weather(api_key='yourapikeyhere', city='Athens')
# using latitude/longitude coordinates + units (optional)
weather1 = Weather(api_key='yourapikeyhere', lat=37.98, lon=23.72, units='metric')
# get full 3-hour weather data for the next 24 hours
weather.next_24_hours()
# get basic 3-hour weather data for the next 24 hours
weather1.next_24_hours_basic()
- Sample url for sky condition icons: http://openweathermap.org/img/wn/10d@2x.png
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appyweather-1.0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file appyweather-1.0.2.tar.gz
.
File metadata
- Download URL: appyweather-1.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2047a9c35b236e291634e6a10e4813529d4ec739fc6d088a2d8737bd5dba5c6 |
|
MD5 | 20388de6d98b1377c0c6fba10f9715c7 |
|
BLAKE2b-256 | a1d0a92da057279e090cfcb4ec4997ad7a0c5e0352c48456af3294ff84cb5e74 |