File: PKG-INFO

package info (click to toggle)
python-musicpd 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: python: 792; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (2)
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