Tool to check PAAS/SAAS status pages
Project description
# statuscheck: Tool to check PAAS/SAAS status pages
[![Build Status](https://travis-ci.org/amureki/statuscheck.svg?branch=master)](https://travis-ci.org/amureki/statuscheck)
[![image](https://img.shields.io/pypi/v/statuscheck.svg)](https://pypi-hypernode.com/project/statuscheck/)
[![image](https://img.shields.io/pypi/l/statuscheck.svg)](https://pypi-hypernode.com/project/statuscheck/)
[![image](https://img.shields.io/pypi/pyversions/statuscheck.svg)](https://pypi-hypernode.com/project/statuscheck/)
## Usage
Install the latest release:
$ pipenv install statuscheck
Then just use it in your shell:
```bash
$ statuscheck github
No issues
```
There is also an API available:
```python
from statuscheck.check import get_statuscheck_api
api = get_statuscheck_api('github')
status = api.get_status()
status_type = api.get_type()
```
Currently, all services that we support are defined [here](statuscheck/services/__init__.py).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
statuscheck-0.3.0.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.3.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.3.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 648718cf5d9fe2a654e7f1a61b292f0654b6bbe5947fdb2e77d65ab94a95171c |
|
MD5 | 0e96015b680beb3204e0d42199f99e55 |
|
BLAKE2b-256 | ea47b0d1464fdccf19c7a8146559086570763e63a4620dd78625b4347cd29e92 |
File details
Details for the file statuscheck-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fbcdec02af3dc692495bae5d6143422d0dd82af925b20ae112e04dbfe01a979 |
|
MD5 | 7d08e631fa866e58404bafe38e8c7fd1 |
|
BLAKE2b-256 | de83537f4937b8e63a40b532dc0057ccd8758041019c87c76a2b04550b6b2f70 |