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.2.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for pyvolumio-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a49fcffb5b312b5354f3e2358fda391c5ea0ace05e94bca98c2cd03a56cec3d4 |
|
MD5 | 66fcb357bb7cf9c791b40fd811ae5833 |
|
BLAKE2b-256 | cc1ff09d3d62cc0af461f1823123ce75c0e843d1ac55bbf4bba67f7fbff146ac |