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 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)

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.5.0.tar.gz (18.7 kB view details)

Uploaded Source

Built Distribution

weatherly-0.5.0-py3-none-any.whl (23.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for weatherly-0.5.0.tar.gz
Algorithm Hash digest
SHA256 3bcb658310e702e8d55c0b75ea211f45a74cf1b9dbc9c3b496c2962f088ec919
MD5 241518e97bb3c7d7451f0cd20223e0ea
BLAKE2b-256 a362ec96107fa7cfda7f0cd9e37650608546596269ee7d2ba3eaded3796d386e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: weatherly-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 23.8 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.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 28d5c72088a942042f7cbfe742962f622582ba1eff2536376cc664b5933add63
MD5 984d1efebe506e7b93a84f7f174fccb4
BLAKE2b-256 ebb95d17e07f4931dead0930c08828ec071449111e0a99e74a643f5e78f90426

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