Metadata-Version: 2.4
Name: music_assistant
Version: 0.0.0
Summary: Music Assistant
Author-email: The Music Assistant Authors <marcelveldt@users.noreply.github.com>
License: Apache-2.0
Platform: any
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiodns>=3.2.0
Requires-Dist: pycares==4.11.0
Requires-Dist: aiohttp_asyncmdnsresolver==0.1.1
Requires-Dist: Brotli>=1.0.9
Requires-Dist: aiohttp==3.13.3
Requires-Dist: aiohttp-fast-zlib==0.3.0
Requires-Dist: aiofiles==24.1.0
Requires-Dist: aiorun==2025.1.1
Requires-Dist: aiosqlite==0.22.1
Requires-Dist: awesomeversion>=24.6.0
Requires-Dist: certifi==2025.11.12
Requires-Dist: colorlog==6.10.1
Requires-Dist: cryptography==46.0.5
Requires-Dist: chardet>=5.2.0
Requires-Dist: ifaddr==0.2.0
Requires-Dist: getmac==0.9.5
Requires-Dist: mashumaro==3.18
Requires-Dist: music-assistant-frontend==2.17.106
Requires-Dist: music-assistant-models==1.1.106
Requires-Dist: mutagen==1.47.0
Requires-Dist: orjson==3.11.5
Requires-Dist: pillow==12.1.1
Requires-Dist: podcastparser==0.6.11
Requires-Dist: propcache>=0.2.1
Requires-Dist: python-slugify==8.0.4
Requires-Dist: unidecode==1.4.0
Requires-Dist: xmltodict==1.0.2
Requires-Dist: shortuuid==1.0.13
Requires-Dist: zeroconf==0.148.0
Requires-Dist: uv>=0.8.0
Requires-Dist: librosa==0.11.0
Requires-Dist: numpy==2.3.5
Requires-Dist: gql[all]==4.0.0
Requires-Dist: aiovban>=0.6.3
Requires-Dist: aiortc>=1.6.0
Requires-Dist: pyjwt[crypto]>=2.10.1
Provides-Extra: test
Requires-Dist: codespell==2.4.1; extra == "test"
Requires-Dist: mypy==1.19.1; extra == "test"
Requires-Dist: pre-commit==4.5.1; extra == "test"
Requires-Dist: pre-commit-hooks==6.0.0; extra == "test"
Requires-Dist: pytest==9.0.2; extra == "test"
Requires-Dist: pytest-aiohttp==1.1.0; extra == "test"
Requires-Dist: pytest-cov==7.0.0; extra == "test"
Requires-Dist: syrupy==5.0.0; extra == "test"
Requires-Dist: tomli==2.3.0; extra == "test"
Requires-Dist: ruff==0.14.13; extra == "test"
Dynamic: license-file

Music Assistant
==================================

**Music Assistant Server**

Music Assistant is a free, opensource Media library manager that connects to your streaming services and a wide range of connected speakers. The server is the beating heart, the core of Music Assistant and must run on an always-on device like a Raspberry Pi, a NAS or an Intel NUC or alike.

**Documentation and support**

Documentation https://music-assistant.io

Beta Documentation https://beta.music-assistant.io

For issues, please go to [the issue tracker](https://github.com/music-assistant/support/issues).

For feature requests, please see [feature requests](https://github.com/music-assistant/support/discussions/categories/feature-requests-and-ideas).

____________


## Running the server

Music Assistant can be operated as a complete standalone product but it is actually tailored to use side by side with Home Assistant, it is meant with automation in mind, hence our recommended installation method is to run the server as a Home assistant Add-on.


### Installation Instructions

See here https://music-assistant.io/installation/

[repository-badge]: https://img.shields.io/badge/Add%20repository%20to%20my-Home%20Assistant-41BDF5?logo=home-assistant&style=for-the-badge
[repository-url]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmusic-assistant%2Fhome-assistant-addon

Note that although Music Assistant's main code is written in python, it has multiple dependencies on external/OS components such as ffmpeg and custom binaries and it is therefore not possible to run it as standalone pypi package. The only available installation method to run the Music Assistant server is by running the Docker container or the Home Assistant add-on.

---

[![A project from the Open Home Foundation](https://www.openhomefoundation.org/badges/ohf-project.png)](https://www.openhomefoundation.org/)
