eliabieri / pyaare

🦦 A Python wrapper around the aare.guru API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏞 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

About

🦦 A Python wrapper around the aare.guru API

License:MIT License


Languages

Language:Python 100.0%