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.4.0.tar.gz
(6.5 kB
view details)
Built Distribution
File details
Details for the file statuscheck-0.4.0.tar.gz
.
File metadata
- Download URL: statuscheck-0.4.0.tar.gz
- Upload date:
- Size: 6.5 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 | 942227c6488862c68be6aa8ec8f2caafec773c1d4ba605ee4d1776e8b5459c42 |
|
MD5 | 85871d401c451f46645ed1b5fa89c252 |
|
BLAKE2b-256 | a86740b04106125d3c935618e27ee335f063a0f54dc87e29dc3812d937f7d857 |
File details
Details for the file statuscheck-0.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: statuscheck-0.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.6 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 | c1a3835632f781a467876118649f0f3beb1e70353eb36d0d3038bf997a187259 |
|
MD5 | 83bea5eac42f563a1a5baf1ca27ff357 |
|
BLAKE2b-256 | f8dc24e5fe1909d28fac0a3d55d781ff7b22d3c6e8893fcb9e9073430c20fb14 |