Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 992 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 992 Bytes

🏞 pyaare - A python wrapper round the AareGuru API

Upload Python Package

PyPI version

DeepSource

pyaare makes it easy to access the AareGuru API in your own Python projects.

Quick Start

$ pip install pyaare

Examples

from pyaare.pyaare import PyAare

aare = PyAare(city="Bern")
print(aare.tempC)
print(aare.tempText)
print(aare.flow)
print(aare.flowText)
aare.refresh()        # get the newest data

Getting Help

  • Open a issue on GitHub if you run into any problems

  • Contact me on Twitter

Todo

  • API documentation