Skip to content

LouisChrist/pyblu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Development

For information on contributing and releasing new versions, see the Development Guide.

About

BluOS API client

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •