Metadata-Version: 2.1
Name: github-status-checker
Version: 1.0.0
Summary: Python module/tool for checking the status of GitHub.
Home-page: https://github.com/rapid7/icon-integrations-ci
Author: Integration Alliance
Author-email: integrationalliance@rapid7.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: System :: Networking :: Monitoring
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.0)


# GitHub Status Checker

## What this is

A tool and Python module for checking the status of GitHub.

## Installation

### Install the module via `pip`

```
moose@rapid7:~$ pip install github-status-checker
...
```

## Usage

```
moose@rapid7:~$ github-status webhooks
Service 'Webhooks' is currently operational!
```

## Changelog

* 1.0.0 - Swap dataclasses for traditional classes for greater Python version 
compatibility (Python 3.x+)
* 0.1.0 - Initial development, support Summary 



