Simple weather library for lazy developers
Project description
lb_easy_weather
© Copyright logic-break 2026
https://github.com/logic-break/logic-break/tree/main/libraries/lb_easy_weather
lib made for lazy, by lazy
installation:
pip install lb-easy-weather
NOTE: in code, you must import lb_easy_weather
Usage:
.get("Minsk") : returns dict, example: {'City': 'Minsk', 'Country': 'Belarus', 'Temp': '6.0°C', 'Wind': '10.8 km/h'}
Example:
import lb_easy_weather as weather
# Get dictionary
data = weather.get("Minsk")
print(data)
# Output: {'City': 'Minsk', 'Country': 'Belarus', 'Temp': '6.0°C', 'Wind': '10.8 km/h'}
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lb_easy_weather-0.0.2.tar.gz.
File metadata
- Download URL: lb_easy_weather-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
726410348b5c5dd2a2da11574cc102d2e495304b4b05d3b28c7bcbebed711579
|
|
| MD5 |
e43d0e93bd152252a8f7751086d84e73
|
|
| BLAKE2b-256 |
56baecb4e36e0b2ca34ff9a81f5a9c72bc35042d6e614092521946f7d52bf427
|
File details
Details for the file lb_easy_weather-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lb_easy_weather-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a42f2af5c2301514e37df4b3243fefaf5a5a2f06e7679e71ac42a66b1b0573f
|
|
| MD5 |
ebc67e24bc876792cbcb24294ff99b2a
|
|
| BLAKE2b-256 |
5065be731d41eae212d8eb11dcd6724908aab547408750bbb5ae066752077991
|