Metadata-Version: 2.1
Name: whadup
Version: 0.2.0
Summary: A python wrapper around githubstatus.com.
Home-page: https://github.com/barnumbirr/whadup
Download-URL: https://github.com/barnumbirr/whadup/archive/refs/heads/master.zip
Author: Martin Simon
Author-email: me@martinsimon.me
License: UNKNOWN
Keywords: Github,Github status,API,wrapper,api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

<img src="https://raw.githubusercontent.com/barnumbirr/whadup/master/docs/whadup.jpg" height=250 alt="whadup" title="whadup">

An unofficial Python wrapper around the [GitHub Status](https://www.githubstatus.com/) API.

## Installation

*whadup* is available on PyPI:

```bash
$ pip install whadup
```

To install from source use:

```bash
$ python setup.py install
```
## Usage:

```python
from whadup import GithubStatus
gh = GithubStatus()
gh.status()
```

## Documentation

Documentation for the whadup library is available [here](./docs/api.md).\
To learn more about the GitHub Status API, check out the
[official documentation](https://www.githubstatus.com/api).

## License

```
Copyright 2015-2022 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```

## Buy me a coffee?

If you feel like buying me a coffee (or a beer?), donations are welcome:

```
BTC : bc1qq04jnuqqavpccfptmddqjkg7cuspy3new4sxq9
DOGE: DRBkryyau5CMxpBzVmrBAjK6dVdMZSBsuS
ETH : 0x2238A11856428b72E80D70Be8666729497059d95
LTC : MQwXsBrArLRHQzwQZAjJPNrxGS1uNDDKX6
```



