Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigonotion/aiomusiccast
https://github.com/vigonotion/aiomusiccast
hacktoberfest musiccast python yamaha yamaha-musiccast
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vigonotion/aiomusiccast
- Owner: vigonotion
- License: mit
- Created: 2021-03-27T09:24:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T17:28:26.000Z (over 1 year ago)
- Last Synced: 2024-12-12T08:51:42.326Z (28 days ago)
- Topics: hacktoberfest, musiccast, python, yamaha, yamaha-musiccast
- Language: Python
- Homepage:
- Size: 227 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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.8+
## Installation
Install it directly into an activated virtual environment:
```text
$ pip install aiomusiccast
```or add it to your [Poetry](https://poetry.eustace.io/) project:
```text
$ poetry add aiomusiccast
```# Usage
After installation, the package can imported:
```text
$ python
>>> import aiomusiccast
>>> aiomusiccast.__version__
```