Skip to main content

Basic package to get the current temperature of Slovenians cities.

Project description

☁️ Arso2weather

🤔 What is it?

  • Arso2weather is a small package that allows you to look up the current temperature of most Slovenian cities

  • It can also output sunrise/sunset of Slovenian cities

  • Temperature is displayed in Celsius (C°)

  • The package is using ARSO Vreme data

Installation

pip3 install arso2weather

Usage

from arso2weather import Arso2Weather

city = Arso2Weather("Ljubljana")
temp = city.weather_temp()
sunrise = city.sunrise()
sunset = city.sunset()
all_cities_temp = Arso2Weather().all_weather_temp()

print(temp, sunrise, sunset)
print(all_cities_temp)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

arso2weather-1.0.1-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file arso2weather-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for arso2weather-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 923c12a1773fbff4e404a6e69f518cdfad290c73146c946903c13add70d7dabd
MD5 61f7852c22b45dfdce359109520332af
BLAKE2b-256 bf8f210e27253e25500538388816bed112421351699301bf22681a812e78f437

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