Skip to main content

No project description provided

Project description

pyblu

PyPI PyPI - Python Version PyPI - License

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


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.3.7.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

pyblu-0.3.7-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page