Metadata-Version: 2.1
Name: polybeat
Version: 0.0.1
Summary: Toy for polyrhythm visualization
Home-page: https://github.com/chunribu/polybeat/
Author: Jian Jiang
Author-email: jianjiang.bio@gmail.com
License: MIT
Keywords: polybeat polyrhythm PCC
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

# Polybeat

## Installation
```shell
pip install polybeat
```

## Usage
```python
from polybeat import play

play([3,4,12])
```
