A Python wrapper around the Status.io API.
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 statusio-python using:
$ pip install statusio-python
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 retrieve your status page summary:
>>> summary = api.StatusSummary('status_page_id')
>>> print(summary)
View 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
statusio-python-1.3.tar.gz
(7.3 kB
view details)
File details
Details for the file statusio-python-1.3.tar.gz.
File metadata
- Download URL: statusio-python-1.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d57befb30f4a64ab94987dc245db724d0b0b8766667f932787acad40dbba1f9
|
|
| MD5 |
7df8cfa69fef9e7e2d3601e2088b04d0
|
|
| BLAKE2b-256 |
ba37cf21a991a068ed19b112cb802fbebbbab7b248d1622829f8f8c670695083
|