jkoelndorfer / aerisweather-python-sdk

Code, tests and examples for the AerisWeather Python SDK.

Home Page:https://aerisweather.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AerisWeatherPythonSDK

The AerisWeather Python SDK allows a developer to quickly and easily add weather content and functionality to their Python applications.

It utilizes the Aeris API backend for data loading and is built on top of an object mapping system that efficiently loads requested weather content into third-party Python applications, greatly reducing the amount of code and development needed on the developer end.

Requirements

The AerisWeather Python SDK is built using Python v3.6.

You also need:

  • An active AerisWeather API account (don't have one? sign up here)
  • Python v3.6 or Higher
  • aenum v2.1.0 or Higher
  • requests lib

Note: To use the included Jupyter Notebook, you will also need to install the Jupyter kernel

How to get it

Docs

About

Code, tests and examples for the AerisWeather Python SDK.

https://aerisweather.com

License:MIT License


Languages

Language:Python 85.5%Language:Jupyter Notebook 14.5%