Package: python-mplayer Priority: extra Section: python Installed-Size: 108 Maintainer: Debian Python Modules Team Architecture: amd64 Version: 0.6.0-1 Depends: python, python-support (>= 0.90.0), mplayer (>= 1.0rc3) Suggests: python-gtk2 (>= 2.12), python-qt4 (>= 4.5) Filename: unstable/python-mplayer_0.6.0-1_amd64.deb Size: 15050 MD5sum: 0878a0c6a9224d574b5ec4d6f9e5a973 SHA1: 55a4355de79c53e4268d0c1abd8c3a67b47e20d5 SHA256: 50b6975929c53a7450f7d65446808791542e764359b7ab84fbb6dc42b66d01e3 Description: Lightweight and dynamic MPlayer wrapper with a Pythonic API Python-mplayer provides several Pythonic interfaces to MPlayer. These are implemented as the following classes (see Introspection for more info): . Player provides a basic and low-level interface to MPlayer. Interaction can be done by sending commands or querying information. - AsyncPlayer is a Player subclass with asyncore integration (NOT for MS Windows). Adds support for hooking functions to the process' stdout/stderr. - GPlayer is a Player subclass with GTK/GObject integration (same usage as AsyncPlayer) - QtPlayer is a Player subclass with Qt integration (same usage as AsyncPlayer) - GtkPlayerView provides a basic (as of now) PyGTK widget that embeds MPlayer. - QPlayerView provides a PyQt4 widget similar to GtkPlayerView in functionality. Homepage: http://code.google.com/p/python-mplayer