Skip to main content

ipptool python wrapper

Project description

https://travis-ci.org/ezeep/pyipptool.png?branch=master https://coveralls.io/repos/ezeep/pyipptool/badge.png Latest PyPI version

Convenient IPP request generator for python to interrogate CUPS or IPP devices, with the help of ipptool.

Setup

python setup.py install

Tests

python setup.py test

Configuration

Add the following content in ~/.pyipptool.cfg or /etc/pyipptool/pyipptol.cfg.

[main]
ipptool_path = /usr/bin/ipptool
;If authentication is required
login = admin
password = secret
graceful_shutdown_time = 2
timeout = 10

Where ipptool_path points to the absolute path of your installed ipptool

Usage

Create an infinite time subscription for printer-XYZ class for the rss notifier

>>> from pyipptool import create_printer_subscription
>>> create_printer_subscription(
        'http://localhost:631/',
        printer_uri='http://localhost:631/classes/printer-XYZ',
        requesting_user_name='admin',
        notify_recipient_uri='rss://',
        notify_events='all',
        notify_lease_duration=0)
{'Name': 'Create Printer Subscription',
 'Operation': 'Create-Printer-Subscription',
 'RequestAttributes': [{'attributes-charset': 'utf-8',
                        'attributes-natural-language': 'en',
                        'printer-uri': 'http://localhost:631/classes/printer-XYZ',
                        'requesting-user-name': 'admin'},
                       {'notify-events': 'all',
                        'notify-lease-duration': 0,
                        'notify-recipient-uri': 'rss://'}],
 'ResponseAttributes': [{'attributes-charset': 'utf-8',
                         'attributes-natural-language': 'en'},
                        {'notify-subscription-id': 23}],
 'StatusCode': 'successful-ok',
 'Successful': True,
 'notify-subscription-id': 23}

Copyright 2013 ezeep GmbH

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyipptool-0.4.2.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

pyipptool-0.4.2-py27-none-any.whl (13.8 kB view details)

Uploaded Python 2.7

File details

Details for the file pyipptool-0.4.2.tar.gz.

File metadata

  • Download URL: pyipptool-0.4.2.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyipptool-0.4.2.tar.gz
Algorithm Hash digest
SHA256 d27f6e1ffece88676690c263f946efe3d2362b24055f48710f4ffa81357fc87a
MD5 80f8aac8937ad529f86c0425b1d3b1ca
BLAKE2b-256 d7911bc66415e8185ee2b1d22413bd50f37de62ee3eeca665a5f2eb6ab20633d

See more details on using hashes here.

File details

Details for the file pyipptool-0.4.2-py27-none-any.whl.

File metadata

File hashes

Hashes for pyipptool-0.4.2-py27-none-any.whl
Algorithm Hash digest
SHA256 99a04a6465598469b05b7c89ca4606322af9012df4fda833ee97df05d038e437
MD5 b88a127ca29b49c63696e161630a9f89
BLAKE2b-256 98c3590c2a009e55fd627c1068522f5d30866d79f85802f769c1eb6a3f6a0713

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page