Skip to main content

A Python wrapper around the aare.guru API

Project description

🏞 pyaare - A python wrapper round the AareGuru API

pypublibike 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyaare-1.0.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

pyaare-1.0.0-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page