pkipplib 0.07 review

Download
by rbytes.net on

pkipplib is a Python library which can prepare IPP requests with the help of a somewhat high level API

License: GPL (GNU General Public License)
File size: 18K
Developer: Jerome Alet and Rachel Vaudron
0 stars award from rbytes.net

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).

pkipplib 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.

What's New in This Release:
A bug in the parsing of IPP notifications was fixed.
More methods of the CUPS API are supported.
A command line tool is now included to create IPP subscriptions in a completely generic way, allowing easier management of the CUPS 1.2.x subscriptions.conf file.
An example CUPS notifier is included.

pkipplib 0.07 search tags