Metadata-Version: 2.4
Name: hackmudChatAPI
Version: 0.0.7
Summary: A python implementation of the hackmud chat API, using the requests module.
Author-email: jckirton <jackson@kirton.id.au>
Description-Content-Type: text/markdown
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Requires-Dist: requests>=2.32.4
Project-URL: Home, https://github.com/jckirton/hackmudChat

# README

## Usage

```py
from hackmudChatAPI import ChatAPI

chat = ChatAPI()
```

More details will come sometime in future.

