Metadata-Version: 1.1
Name: python-mpd-server
Version: 0.1
Summary: Create MPD Server in Python
Home-page: http://pympdserver.tuxfamily.org/
Author: kedals
Author-email: kedals0@gmail.com
License: GPLv3
Description: 
        python-mpd-server permits to bind a player to a `MPD server <http://mpd.wikia.com>`_. 
        
        You can control your player with a MPD client such as `Sonata
        <http://sonata.berlios.de/>`_, `Gmpc <http://gmpc.wikia.com/wiki/>`_ or a command line tool `mpc <http://mpd.wikia.com/wiki/Client:Mpc>`_. This module
        defines a server which manages client requests, parses a request and
        generates a respond. A MPD command is a class that you can override.
        
        Current supported features are:
        
        - Playback control (play, stop, next, ...)
        - Manage a playlist (add, move, delete, ...)
        - Store/Load playlists
        - User management via password command
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Classifier: Topic :: Software Development :: Libraries :: Python Modules
