Skip to content

vigonotion/aiomusiccast

Repository files navigation

Companion library for musiccast devices intended for the Home Assistant integration.

PyPI Version GitHub release (latest by date) Read the Docs PyPI License


Setup

Requirements

  • Python 3.8+

Installation

Install it directly into an activated virtual environment:

$ pip install aiomusiccast

or add it to your Poetry project:

$ poetry add aiomusiccast

Usage

After installation, the package can imported:

$ python
>>> import aiomusiccast
>>> aiomusiccast.__version__