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.2.2.tar.gz
(5.8 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.2.2.tar.gz
.
File metadata
- Download URL: statuscheck-0.2.2.tar.gz
- Upload date:
- Size: 5.8 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 | 1ca2b919fa9a7a04548c7a0aca6792bad5363d84c7a4865ee94ad31cdb77de5b |
|
MD5 | 93fbdc145652d81d6addd15ad6cf8c68 |
|
BLAKE2b-256 | 9ec82f929b52db5f8b40b85be5bc1e4c4b4d6a705618e7b92070dfa3fbc89f31 |
File details
Details for the file statuscheck-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 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 | a9fd49ecbe96ebfe9e6c1d00090b2ccaac06d9b29f05f6c7b0f60b12b1999522 |
|
MD5 | 815a016c3b5639c3f5ccdf873f9cd160 |
|
BLAKE2b-256 | 91d9a7b09bdfecf8f2ffe32755a26343f98fe5fa0d4717d9a780418340f2a7e7 |