Skip to main content

A simple Python wrapper around WeatherAPI. Get current weather, forecast, history and more...

Project description

Weatherly license Weatherly version on PyPI Supported Python versions Project status Build status

Weatherly is a simple package that retrieves weather data from WeatherAPI.com. It provides an easy to use interface to access current and historical weather data for a specific location.

Features

  • Easy to use,

  • Intuitive design,

  • Can provide current weather data aswell as forecast, historical data, future predictions and even more!

  • Modern and typed Python package,

  • Support for languages (provided by WeatherAPI)

Installing

To install weatherly on your computer Python 3.10 or higher is required. If your python version meets the requirements run:

# Windows
py -3 -m pip install -U weatherly

# MacOS / Linux
python3 -m pip install -U weatherly

Congratulations! Now weatherly is ready to use on your machine.

Code example

import weatherly

client = weatherly.Client(api_key="your WeatherAPI key")
# you can set language to all request, or pass it manually
client.set_language("fr")     # lang code
client.set_language("German") # language full name

# getting weather info
current_weather = client.get_current_weather(query="London")

# getting forecast info
forecast = client.get_forecast_data(query="Paris", days=3)

# historical data
history = client.get_historical_data(query="48.8567,2.3508", date="2010-01-01") # query could also be latitude,longitude

# marine data
marine = client.get_marine_data(query="Madrid")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weatherly-0.7.0.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

weatherly-0.7.0-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

Details for the file weatherly-0.7.0.tar.gz.

File metadata

  • Download URL: weatherly-0.7.0.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for weatherly-0.7.0.tar.gz
Algorithm Hash digest
SHA256 ff5b9931135362e57cb234cfcc9f446009b736dc8d9b9afa55e3cac08e35e6d6
MD5 286eb20c42b1c46da7006980bb11eb0f
BLAKE2b-256 4bb0f425ee9db1a5a809f627d1911ce841aa3a304323d983792ed610524cb6b1

See more details on using hashes here.

File details

Details for the file weatherly-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: weatherly-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 25.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for weatherly-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8e5c59b7a24d46af35e7941dd4c681f2ce539ea3da745946bbffb2fcab4a8df
MD5 b514af8d225a7681412528e2a6445252
BLAKE2b-256 b3f22ed9d990c2a6c272b1dc81c29eb4e042dd8d5d11839c651a09bc3281a579

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page