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.5.0.tar.gz
(6.8 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.5.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.5.0.tar.gz
- Upload date:
- Size: 6.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 | f0b7e66eb6532eec6dcda224e91859742f26dd8710c283b946f6000aee7c5624 |
|
MD5 | fc4cb22098791aa32717c64f7aaa8f80 |
|
BLAKE2b-256 | 3f7437e2464416e401201f61658716eb45f7de8b00dd997e9ed27da04a3b1951 |
File details
Details for the file statuscheck-0.5.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.5.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.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 | 9cd5e85bc60512e7e6f4302f36ca3424eebd98d3f0662eeba21228f49e6b1bdf |
|
MD5 | 119fee0471eb8d3ff06eec2d1934d0a1 |
|
BLAKE2b-256 | 9d722558ea656ecb97b3c5d9892c867706ea6687b521678cf99957f7bfcf309d |