aiomusiccast


Nameaiomusiccast JSON
Version 0.14.8 PyPI version JSON
download
home_pagehttps://pypi.org/project/aiomusiccast
SummaryCompanion library for musiccast devices intended for the Home Assistant integration.
upload_time2023-03-20 08:02:55
maintainer
docs_urlNone
authorTom Schneider
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

<picture>
  <source srcset="banner-dark.png" media="(prefers-color-scheme: dark)">
  <img src="banner.png">
</picture>

## 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)


</div>

<br/>

# 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__
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/aiomusiccast",
    "name": "aiomusiccast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tom Schneider",
    "author_email": "mail@vigonotion.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/c0/1d1fc503824934284aa0ab8185102eef1a0b3e4f368543430327e11f0423/aiomusiccast-0.14.8.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n\n<picture>\n  <source srcset=\"banner-dark.png\" media=\"(prefers-color-scheme: dark)\">\n  <img src=\"banner.png\">\n</picture>\n\n## Companion library for musiccast devices intended for the Home Assistant integration.\n\n[![PyPI Version](https://img.shields.io/pypi/v/aiomusiccast.svg)](https://pypi.org/project/aiomusiccast)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/vigonotion/aiomusiccast)\n![Read the Docs](https://img.shields.io/readthedocs/aiomusiccast)\n[![PyPI License](https://img.shields.io/pypi/l/aiomusiccast.svg)](https://pypi.org/project/aiomusiccast)\n\n\n</div>\n\n<br/>\n\n# Setup\n\n## Requirements\n\n* Python 3.8+\n\n## Installation\n\nInstall it directly into an activated virtual environment:\n\n```text\n$ pip install aiomusiccast\n```\n\nor add it to your [Poetry](https://poetry.eustace.io/) project:\n\n```text\n$ poetry add aiomusiccast\n```\n\n# Usage\n\nAfter installation, the package can imported:\n\n```text\n$ python\n>>> import aiomusiccast\n>>> aiomusiccast.__version__\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Companion library for musiccast devices intended for the Home Assistant integration.",
    "version": "0.14.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c87319946aa9fa7bca5243ecefcd7f413f218f265560def12f7309d726b624aa",
                "md5": "77ed7ee068d6a95f9e2a4ed85826d538",
                "sha256": "a9d10aed91ef2088404e8ddc3d2e4a3187114f8fe6b020473b10c3de45ec6d56"
            },
            "downloads": -1,
            "filename": "aiomusiccast-0.14.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77ed7ee068d6a95f9e2a4ed85826d538",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 39975,
            "upload_time": "2023-03-20T08:02:54",
            "upload_time_iso_8601": "2023-03-20T08:02:54.079100Z",
            "url": "https://files.pythonhosted.org/packages/c8/73/19946aa9fa7bca5243ecefcd7f413f218f265560def12f7309d726b624aa/aiomusiccast-0.14.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcc01d1fc503824934284aa0ab8185102eef1a0b3e4f368543430327e11f0423",
                "md5": "a7c0f806375d06e087c286eeca89f25a",
                "sha256": "9895f90786f0996f37c20777fec01eeccb1edc2248cf2b1fa848cac48f6e0df7"
            },
            "downloads": -1,
            "filename": "aiomusiccast-0.14.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a7c0f806375d06e087c286eeca89f25a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 36860,
            "upload_time": "2023-03-20T08:02:55",
            "upload_time_iso_8601": "2023-03-20T08:02:55.752738Z",
            "url": "https://files.pythonhosted.org/packages/fc/c0/1d1fc503824934284aa0ab8185102eef1a0b3e4f368543430327e11f0423/aiomusiccast-0.14.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 08:02:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "aiomusiccast"
}
        
Elapsed time: 0.07137s