===========
NOAA Weather
===========
A handy utility to pull weather from NOAA services in a sane manner.
#!/usr/bin/env python
from noaaweather import weather
sfWeather = weather.noaa()
sfWeather.getByZip('94109')
print sfWeather.precipitation.liquid.tomorrow.max.value
print sfWeather.temperature.apparent.tomorrow.min.value
print sfWeather.temperature.apparent.value
Support for Temperature, Humidity, Wind, Precipitation, Cloud Cover
Pulls from http://graphical.weather.gov/xml/rest.php
First release not really tested...
NOAA Weather
===========
A handy utility to pull weather from NOAA services in a sane manner.
#!/usr/bin/env python
from noaaweather import weather
sfWeather = weather.noaa()
sfWeather.getByZip('94109')
print sfWeather.precipitation.liquid.tomorrow.max.value
print sfWeather.temperature.apparent.tomorrow.min.value
print sfWeather.temperature.apparent.value
Support for Temperature, Humidity, Wind, Precipitation, Cloud Cover
Pulls from http://graphical.weather.gov/xml/rest.php
First release not really tested...
Release files for noaaweather 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| noaaweather-0.1.0.tar.gz | 2.7 kB | Details |
Release files / noaaweather-0.1.0.tar.gz
| Download URL | noaaweather-0.1.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f57874fc717bbe8df7ddf16b0ce3a109ef2d16620910979f1fd8fb7c9573d7c
|
|
BLAKE2b-256 checksum How to use checksums |
d49723271b4fb8fd02bfde0c83565b119ec06e9fdbe2ce183ca9732a896a24e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |