Metadata-Version: 2.1
Name: github_status_checker
Version: 1.0.1
Summary: Python module/tool for checking the status of GitHub.
Home-page: https://github.com/rapid7/github-status-checker
Author: Rapid7 Integration Alliance
Author-email: integrationalliance@rapid7.com
License: MIT
Description: 
        # 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.1 - Update homepage and author name
        * 1.0.0 - Swap dataclasses for traditional classes for greater Python version 
        compatibility (Python 3.x+)
        * 0.1.0 - Initial development, support Summary 
        
        
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
