Source: pkipplib
Section: text
Priority: extra
Maintainer: Univention GmbH <packages@univention.de>
Build-Depends: debhelper (>= 7), python, python-dev, python-support (>= 0.90)
Standards-Version: 3.8.2
Homepage: http://www.pykota.com/software/pkipplib/

Package: pkipplib
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: IPP and CUPS support for Python
 pkipplib is a Python library which can prepare IPP requests with the
 help of a somewhat high level API. These requests can then be sent to an
 IPP printer or print server (e.g. CUPS). This library can also parse IPP
 answers received, and create high level Python objects from them. Both
 of these actions can be done through an IPPRequest class and its
 instance methods. Finally, a CUPS class can be leveraged to easily deal
 with CUPS print servers. All of this library being written in the Python
 language, there's no need to link the code with the CUPS' API, which
 makes it independant of the CUPS version being installed. Some command
 line tools which rely on pkipplib are now included.
