Metadata-Version: 2.1
Name: JukeAudio
Version: 0.0.9
Summary: Python client for the JukeAudio API
Author-email: Paul Karimov <paul_karimov@outlook.com>
Project-URL: Homepage, https://github.com/pkarimov/jukeaudio
Project-URL: Bug Tracker, https://github.com/pkarimov/jukeaudio/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# JukeAudio - Python client for Juke Audio API

## Summary
JukeAudio is a Python implemention for the API exposed by the Juke Audio multi-room amplifiers. 

Supported API version is v2.0 (released with the 4.1.2 firmware) 

## Features
- Read diagnostics information from the amplifier
- Read device information, zones, and inputs
- Set volume and select input for zones

## Limitations
- Only a single amplifier set-up is supported
- Currently API methods for managing the amplifier, such as changing zone setup or performing diagnostics are not supported

## Contributing

Just fork the repo and open a PR!

## License information

Released under the [MIT License](https://github.com/pkarimov/jukeaudio/blob/main/LICENSE)
