Metadata-Version: 1.1
Name: ampd
Version: 0.1.1b4
Summary: Asynchronous MPD client library
Home-page: http://math.univ-lyon1.fr/~begnac
Author: Itaï BEN YAACOV
Author-email: candeb@free.fr
License: GPLv3+
Download-URL: http://math.univ-lyon1.fr/~begnac/python
Description: 
        Asynchronous MPD client library
        
        Uses the GLib main event loop and python generators for asynchronous communication with a Music Player Daemon server.
        
        A Client connects to an MPD server.
        MPD commands are executed by a Worker (or several), which is created by calling a worker function and is executed by the main loop.
        A Worker can be started either directly within the Client, or, for more complex applications, within a WorkerGroup.
        
Keywords: mpd,Music Player Deamon,asynchronous
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development :: Libraries :: Python Modules
