Skip to main content

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

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 details)

Uploaded Source

File details

Details for the file python-statusio-0.2.tar.gz.

File metadata

  • Download URL: python-statusio-0.2.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-statusio-0.2.tar.gz
Algorithm Hash digest
SHA256 7b9426af87688978649d326ef1ca48f9ef9fb7682c0994f3d3a3c3bb6d68e6fc
MD5 00f38b366d9432816223ca691e84dc7f
BLAKE2b-256 7c8f1a09ce583433ce1f37e535129d845acdeab7ad25d573b345e7ecc081a644

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page