Metadata-Version: 2.1
Name: nat20
Version: 0.0.1
Summary: Access Pixels dice with async and bleak
License: GPL-3.0
Author: Jamie Bliss
Author-email: jamie@ivyleav.es
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bleak (>=0.20.2,<0.21.0)
Description-Content-Type: text/markdown

# nat20

A Pixel dice access module based on bleak.

Status: experimental

To run, install Python 3.11 and Poetry and then:

```
$ poetry install
$ poetry run python -m pixelize
```

