Metadata-Version: 2.1
Name: libacmchristmas
Version: 0.1.4
Summary: Write Python code to control the ACM Christmas tree!
Author: Amy Parker
Author-email: amy@amyip.net
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pillow (>=10.1.0,<11.0.0)
Requires-Dist: protobuf (>=4.25.1,<5.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# christmas-client-py/libacmchristmas

`libacmchristmas` (also known as `christmas-client-py` to comply with the acmChristmas naming scheme)
is a library for interacting with the acmChristmas tree using Python code. It is the counterpart
of [diamondburned](https://github.com/diamondburned)'s [christmas-client-js](https://github.com/acmCSUFDev/christmas-client-js),
and interacts with [christmasd](https://github.com/acmCSUFDev/christmasd) servers using
[WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API).

## Installation

Download from PyPI:

```py
pip3 install libacmchristmas==0.1.4
```

## Usage

View our wiki: https://github.com/acmCSUFDev/christmas-client-py/wiki
