Metadata-Version: 2.1
Name: botris-interface
Version: 0.1.0
Summary: A python interface library to easily create bots to connect to botrisbattle.com
License: MIT
Author: Nathanael Lu
Author-email: info@lunathanael.dev
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
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: colorama (>=0.4.6,<0.5.0)
Requires-Dist: protobuf (>=5.27.3,<6.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: websockets (>=12.0,<13.0)
Description-Content-Type: text/markdown

# botris-interface

This library provides a robust Interface to create bots, run a TetrisEngine, and connect a bot to the server.

## Installation

```sh
pip install botris-interface

