Skip to main content

A Python wrapper around the Status.io API

Project description

A Python wrapper around the Status.io API.

Downloads Travis CI

Introduction

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

Status.io provides hosted system status pages.

Installing

You can install python-statusio using:

$ pip install python-statusio

Documentation

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

Using

The library provides a Python wrapper around the Status.io API.

API

The API is exposed via the statusio.Api class.

To create an instance of the statusio.Api with yout credentials:

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

To your status page summary:

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

There are many more API methods, to read the full API documentation:

$ pydoc statusio.Api

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-statusio-0.2.tar.gz (6.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page