statusio-python

A Python wrapper around the Status.io API


Keywords
status, io, api, statusio
License
Apache-2.0
Install
pip install statusio-python==1.3

Documentation

Python Status.io

Python package for Status.io

Downloads

This library provides a pure Python interface for the Status.io API. It works with Python versions from 2.6+.

Installation

$ pip install statusio-python

Usage

import statusio
api = statusio.Api(api_id='api_id', api_key='api_key')

Retrieve status page summary:

summary = api.StatusSummary('status_page_id')
print(summary)

View the full API documentation at: http://developers.status.io/