Skip to content

statusio/statusio-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/