A python library to control Volumio.
Project description
PyVolumio
A python interface control Volumio.
Installation
You can install pyvolumio from PyPI:
pip3 install pyvolumio
Python 3.7 and above are supported.
How to use
from pyvolumio import Volumio
v = Volumio("<host>", <port>)
# you can also pass in your own session
v = Volumio("<host>", <port>, <session>)
info = await v.get_system_info()
state = await v.get_state()
await v.play()
await v.pause()
await v.stop()
await v.volume_up()
...
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvolumio-0.1.3.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for pyvolumio-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3458e0165c80a17fb3e04db508369c38027202100988cd43d86a0bd7ed6e832 |
|
MD5 | 94e144730073e317fae9f4bd55320d1b |
|
BLAKE2b-256 | 61b89d4f53864bdcf49fed062faeff4d5d97338e27a051ca8e6ff604f49e51fc |