1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Metadata-Version: 2.4
Name: python-musicpd
Version: 0.9.2
Summary: An MPD (Music Player Daemon) client library written in pure Python.
Author-email: Kaliko Jack <kaliko@azylum.org>
License-Expression: LGPL-3.0-or-later
Project-URL: Homepage, https://kaliko.me/python-musicpd/
Keywords: mpd,Music Player Daemon
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Provides-Extra: sphinx
Requires-Dist: Sphinx>=5.3.0; extra == "sphinx"
Dynamic: license-file
Music Player Daemon client module
*********************************
An MPD (Music Player Daemon) client library written in pure Python.
----
:Documentation: https://kaliko.gitlab.io/python-musicpd
:MPD Protocol: https://www.musicpd.org/doc/html/protocol.html
:Code: https://gitlab.com/kaliko/python-musicpd
:Dependencies: None
:Compatibility: Python 3.6+
:Licence: GNU LGPLv3
|