Source: pyglet Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Hanke , Per B. Sederberg , Stephan Peijnik , Yaroslav Halchenko Build-Depends: cdbs, debhelper (>= 9), dh-python, libfontconfig1, libgl1-mesa-dev, libgl1-mesa-dri, libglu1-mesa, python, python-pytest, python-setuptools, xauth, xvfb Standards-Version: 3.9.8 Homepage: http://www.pyglet.org Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyglet.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyglet.git Package: python-pyglet Architecture: all Depends: libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa, libgtk2.0-0, python-ctypes | python (>= 2.5), python-future, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Recommends: libasound2 | libopenal1 Provides: ${python:Provides} Description: cross-platform windowing and multimedia library This library provides an object-oriented programming interface for developing games and other visually-rich applications with Python. pyglet has virtually no external dependencies. For most applications and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation. It also handles multiple windows and fully aware of multi-monitor setups. . pyglet might be seen as an alternative to PyGame.