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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file arso2weather-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: arso2weather-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 923c12a1773fbff4e404a6e69f518cdfad290c73146c946903c13add70d7dabd |
|
MD5 | 61f7852c22b45dfdce359109520332af |
|
BLAKE2b-256 | bf8f210e27253e25500538388816bed112421351699301bf22681a812e78f437 |