No project description provided
Project description
pyblu
This is a Python library for interfacing with BluOS players. It uses the BluOS API to control and query the status of BluOS players. Authentication is not required.
Documentation is available at here
from pyblu import Player
async def main():
async with Player("<host>") as player:
status = await player.status()
print(status)
Installation
pip install pyblu
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
pyblu-0.5.2.tar.gz
(8.3 kB
view details)
Built Distribution
pyblu-0.5.2-py3-none-any.whl
(8.9 kB
view details)
File details
Details for the file pyblu-0.5.2.tar.gz
.
File metadata
- Download URL: pyblu-0.5.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.4 Linux/6.9.12-200.fc40.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efdf011a820a4ad773a6baea71036d69f5f9e4575ba561eff6b23ec1617bc343 |
|
MD5 | 9697f4f27abbc20857ebecd4b3860212 |
|
BLAKE2b-256 | 9bc02447bb453fa6dde241ca681a4749d36605f9003a525bf9c4b4eac79c37ce |
File details
Details for the file pyblu-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: pyblu-0.5.2-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.4 Linux/6.9.12-200.fc40.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a3a5881eebefedc86c844e965491fe5ad469fd81e56d920da7b70bfdc7c5d40 |
|
MD5 | 9814f0901d5e956b32feec88469e8b95 |
|
BLAKE2b-256 | 4598c090e151bd42a3b9ae88d32192a31dbf8a57f8cd5f1b79a6129c6c88d522 |