Metadata-Version: 2.4 Name: aiomusiccast Version: 0.15.0 Summary: Companion library for musiccast devices intended for the Home Assistant integration. Project-URL: Homepage, https://pypi.org/project/aiomusiccast Project-URL: Documentation, https://aiomusiccast.readthedocs.io Project-URL: Repository, https://github.com/vigonotion/aiomusiccast Author-email: Tom Schneider License: **The MIT License (MIT)** Copyright © 2021, Tom Schneider Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License-File: LICENSE.md Classifier: Development Status :: 1 - Planning Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Requires-Python: >=3.10 Requires-Dist: aiohttp>=3.9 Description-Content-Type: text/markdown
## Companion library for musiccast devices intended for the Home Assistant integration. [![PyPI Version](https://img.shields.io/pypi/v/aiomusiccast.svg)](https://pypi.org/project/aiomusiccast) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/vigonotion/aiomusiccast) ![Read the Docs](https://img.shields.io/readthedocs/aiomusiccast) [![PyPI License](https://img.shields.io/pypi/l/aiomusiccast.svg)](https://pypi.org/project/aiomusiccast)

# Setup ## Requirements * Python 3.10–3.14 ## Installation Install it directly into an activated virtual environment: ```text $ pip install aiomusiccast ``` or add it to your [uv](https://docs.astral.sh/uv/) project: ```text $ uv add aiomusiccast ``` # Usage After installation, the package can imported: ```text $ python >>> import aiomusiccast >>> aiomusiccast.__version__ ```