Metadata-Version: 2.1
Name: python-rainwave-client
Version: 0.7.0
Summary: Python client library for Rainwave
Home-page: https://github.com/williamjacksn/python-rainwave-client
Author: William Jackson
Author-email: william@subtlecoolness.com
License: MIT License
Keywords: rainwave client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Rainwave Client

This is a Python client library for [Rainwave][a]. Documentation is available at
[https://python-rainwave-client.subtlecoolness.com/][b].

[a]: https://rainwave.cc/api4/
[b]: https://python-rainwave-client.subtlecoolness.com/

## Requirements

This library requires no dependencies outside the Python standard library.

## Installation

Install with `pip`:

    pip install python-rainwave-client


