Metadata-Version: 2.4
Name: python-rainwave-client
Version: 2026.0
Summary: Python client library for Rainwave
Author: William Jackson
Author-email: William Jackson <william@subtlecoolness.com>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.10
Project-URL: Documentation, https://python-rainwave-client.subtlecoolness.com/
Project-URL: Issues, https://github.com/williamjacksn/python-rainwave-client/issues
Project-URL: Repository, https://github.com/williamjacksn/python-rainwave-client
Description-Content-Type: text/markdown

# 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
