File: PKG-INFO

package info (click to toggle)
python-musicpd 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: python: 553; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,290 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
Metadata-Version: 1.1
Name: python-musicpd
Version: 0.4.3
Summary: An MPD (Music Player Daemon) client library written in pure Python.
Home-page: http://kaliko.me/code/python-musicpd
Author: Kaliko Jack
Author-email: kaliko@azylum.org
License: LGPLv3+
Download-URL: http://pypi.python.org/pypi/python-musicpd/
Description: Python MusicPlayerDaemon 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.4+
        :Licence:       GNU LGPLv3
        
Keywords: mpd,Music Player Daemon
Platform: Independant
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules