Weather API
This is a very simple library to access information from the weather.gov api.
>>> from weathergovapi import WeatherGovApi
>>> point = WeatherGovApi.getPoint(31.9383,-81.3034)
# Information from the API can be accessed directly
>>> point.forecastUrl
'https://api.weather.gov/gridpoints/CHS/39,33/forecast'
# There are a few convenience methods
>>> forecast = point.forecast()
>>> current = forecast.periods[0]
>>> current.detailedForecast
'A chance of showers and thunderstorms before 4am, then a chance of rain showers and patchy fog. Cloudy, with a low around 62. West wind 2 to 9 mph. Chance of precipitation is 40%. New rainfall amounts less than a tenth of an inch possible.'
Release files for weathergovapi 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| weathergovapi-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / weathergovapi-0.2-py3-none-any.whl
| Download URL | weathergovapi-0.2-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
afb550e109ad96a235b7be2f46b12d3410c22d575540693550a29e7256143ae7
|
|
BLAKE2b-256 checksum How to use checksums |
e2719c7392f824a402fce25096ea57ed94b03c844ddbf6954d9d4ded5b55ee8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.2
|