Provides a python interface to interact with Roon
Project description
python-roon
python library to interface with the Roon API (www.roonlabs.com)
Full documentation will follow asap See the tests folder for some more code examples.
Some example code:
from roon import RoonApi
appinfo = {
"extension_id": "python_roon_test",
"display_name": "Python library for Roon",
"display_version": "1.0.0",
"publisher": "marcelveldt",
"email": "mygreat@emailaddress.com"
}
token = open('mytokenfile').read()
roonapi = RoonApi(appinfo, token)
# get all zones (as dict)
print(roonapi.zones)
# get all outputs (as dict)
print(roonapi.outputs)
# receive state updates in your callback
roonapi.register_state_callback(my_state_callback)
# save the token for next time
with open('mytokenfile', 'w') as f:
f.write(roonapi.token)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roonapi-0.0.10.tar.gz
(15.4 kB
view details)
Built Distribution
File details
Details for the file roonapi-0.0.10.tar.gz
.
File metadata
- Download URL: roonapi-0.0.10.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c04593ad53ddacb627ce49157cd9229dfbb14f638bfc8713b9b7953957b896c |
|
MD5 | 12d7e9efa7d62ee80e9442c747b4d06b |
|
BLAKE2b-256 | 08adcfdd9e970b8473e726ccfa12c347b4ee17f92487c8a0b803a27f99af1f54 |
File details
Details for the file roonapi-0.0.10-py2.py3-none-any.whl
.
File metadata
- Download URL: roonapi-0.0.10-py2.py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7993eeda4d211d46d6d327e1c4642962cd5608f5df04439555df4459a34ae82a |
|
MD5 | 40e7ee6c463034b48da956d4e7a058da |
|
BLAKE2b-256 | 5c7efbe9d2127153d4882770fa514f1d06969ee2cb0e859f77ae34a9da7cc37e |