Metadata-Version: 2.1
Name: smhi-weather
Version: 0.1.0
Summary: Fetch weather data from SMHI open API.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools-git-versioning (>=1.13.0)
Requires-Dist: build (>=0.9.0)
Requires-Dist: requests (>=2.28.1)
Provides-Extra: dev
Requires-Dist: pytest (==6.2.5) ; extra == 'dev'
Requires-Dist: black (==21.9b0) ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx (==5.2.0) ; extra == 'doc'
Requires-Dist: sphinx-click (==4.4.0) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (==1.1.1) ; extra == 'doc'

# smhi-weather

Provides some friendly functions to fetch data from SMHI:s open data api.

The source off all data provided is [SMHI](http://opendata.smhi.se/apidocs/metfcst/index.html),
use in accordance with SMHI:s guidelines and API policy.
