pyforecastapp

Python API for ForecastApp.com


Keywords
forecast, api
License
BSD-3-Clause
Install
pip install pyforecastapp==1.0.2

Documentation

PyForecastApp

Python API for accessing ForecastApp (http://www.forecastapp.com).

Usage

from pyforecastapp import ForecastApp

api = ForecastApp('<account-id>','<email>', '<password>')
for p in api.clients():
    print p