Skip to content

statusio/statusio-python

Repository files navigation

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/