Metadata-Version: 2.4
Name: openmusic_api
Version: 1.0.1
Summary: Provides the API class necessary to create plugins for the application OpenMusic
Project-URL: Homepage, https://github.com/Frankanator8/openMusicPlugins
Project-URL: Issues, https://github.com/pypa/openMusicPlugins/issues
Author-email: Hanyang Liu <pika.and.scratch@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Open Music Plugins

Provides the API needed to create plugins for the application [OpenMusic](https://github.com/Frankanator8/openmusic)

## Features
- Provides the class OpenMusicClient needed for plugins

## Installation
```bash
pip install openmusic_api
```

### More info
Check out the OpenMusic [wiki](https://github.com/Frankanator8/openmusic/wiki) for full documentation on how to use.