pyblu ============ This is an Python library for interfacing with BluOS player. It uses the `BluOS API `_ to control and query the status of BluOS players. Basic usage example: .. code-block:: python from pyblu import Player async def main(): async with Player("") as player: status = await player.status() print(status) .. toctree:: :maxdepth: 2 api