Metadata-Version: 2.4
Name: mopidy
Version: 4.0.0
Summary: Mopidy is an extensible music server written in Python
Author-email: Stein Magnus Jodal <stein.magnus@jodal.no>
License: Apache-2.0
Project-URL: Homepage, https://mopidy.com/
Project-URL: Documentation, https://docs.mopidy.com/
Project-URL: Discourse forum, https://discourse.mopidy.com/
Project-URL: Zulip chat, https://mopidy.zulipchat.com/
Project-URL: Source, https://github.com/mopidy/mopidy
Project-URL: Issues, https://github.com/mopidy/mopidy/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: cyclopts>=3.12
Requires-Dist: httpx>=0.28.1
Requires-Dist: platformdirs>=4.3
Requires-Dist: pydantic>=2.10
Requires-Dist: pygobject>=3.50
Requires-Dist: pykka>=4.1
Requires-Dist: rich>=13.9
Requires-Dist: tornado>=6.4
Dynamic: license-file

# Mopidy

[Mopidy](https://mopidy.com/) is an extensible music server written in Python.
It plays music from local disk, Spotify, SoundCloud, internet radio, and more,
controlled from any MPD or web client on your phone, tablet, or computer.

[![Latest PyPI version](https://img.shields.io/pypi/v/mopidy)](https://pypi.org/project/mopidy/)
[![CI build status](https://img.shields.io/github/actions/workflow/status/mopidy/mopidy/ci.yml)](https://github.com/mopidy/mopidy/actions/workflows/ci.yml)
[![Read the Docs build status](https://img.shields.io/readthedocs/mopidy)](https://docs.mopidy.com/)
[![Test coverage](https://img.shields.io/codecov/c/github/mopidy/mopidy)](https://codecov.io/gh/mopidy/mopidy)
[![Packaging status](https://repology.org/badge/tiny-repos/mopidy.svg)](https://repology.org/project/mopidy/versions)
[![Discourse forum](https://img.shields.io/badge/forum-discourse-brightgreen)](https://discourse.mopidy.com/)

## Install

See the [installation docs](https://docs.mopidy.com/stable/installation/) for
packages for Debian, Ubuntu, Raspberry Pi OS, Arch Linux, macOS, and manual
installation.

## Links

- [Website](https://mopidy.com/) — project pitch, extensions, and news
- [Documentation](https://docs.mopidy.com/) — install, configure, and develop
- [Discourse forum](https://discourse.mopidy.com/) — ask for help, discuss
  usage and development, and follow announcements
- [Zulip chat](https://mopidy.zulipchat.com/) — real-time development chat
- [Issue tracker](https://github.com/mopidy/mopidy/issues) — bugs and feature
  requests

## Contributing

See the [contributing guide](https://docs.mopidy.com/stable/about/contributing/).
We welcome help with bug fixing, testing, documentation, and supporting other
users.

## License

Mopidy is licensed under the [Apache License, Version 2.0](LICENSE).
