Metadata-Version: 2.4
Name: chattedrooms
Version: 0.1.0
Summary: Official SDK for ChattedRooms, libchattedrooms. VERY EXPERIMENTAL
Author-email: piopysp <admin@mail.roominator.xyz>
License-Expression: MIT
Project-URL: Homepage, https://github.com/RoominatorAI/sdk
Project-URL: Issues, https://github.com/RoominatorAI/sdk/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: aiohttp
Requires-Dist: websockets
Dynamic: license-file

# Libchattedrooms
Official SDK for ChattedRooms, `libchattedrooms`.

Attempts to replicate some of the [PyCharacterAI](https://pypi.org/project/PyCharacterAI/) api.

MAY NOT WORK FULLY!

## Installation

```bash
pip install chattedrooms
```

## Requirements

- Python >= 3.8
- requests
- aiohttp
- websockets

## EXample

```python
import chattedrooms

# Example usage here
```

## Links

- [Homepage](https://github.com/RoominatorAI/sdk)
- [Issues](https://github.com/RoominatorAI/sdk/issues)

## License

MIT License
