Metadata-Version: 2.1
Name: gamest-discord-notification-service
Version: 2.0.4
Summary: Send notifications to a discord webhook.
Home-page: https://github.com/sopoforic/gamest_discord_notification_service
Author: Tracy Poff
Author-email: tracy.poff@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
Requires-Dist: gamest (<5.0,>=2.0)
Requires-Dist: requests

# Gamest Discord Notification Service

This plugin enables [gamest](https://github.com/sopoforic/gamest) to send
notifications to a discord webhook.

## Installation

Install with pip:

```
pip install gamest-discord-notification-service
```

## License

Copyright (C) 2018  Tracy Poff

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.


