Port variant | v12 |
Summary | Python bindings for libcups (3.12) |
BROKEN | |
Package version | 2.0.4 |
Homepage | https://github.com/OpenPrinting/pycups |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 09 AUG 2024, 21:24:17 UTC |
Port created | 21 APR 2020, 22:22:44 UTC |
single | This is a set of Python bindings for the libcups library from the CUPS project. >>> # Example of getting a list of printers >>> import cups >>> conn = cups.Connection () >>> printers = conn.getPrinters () >>> for printer in printers: ... print printer, printers[printer]["device-uri"] ... HP ipp://192.168.1.1:631/printers/HP duplex ipp://192.168.1.1:631/printers/duplex HP-LaserJet-6MP ipp://192.168.1.1:631/printers/HP-LaserJet-6MP EPSON-Stylus-D78 usb://EPSON/Stylus%20D78 |
Build (only) |
cups:dev:std cups:primary:std libiconv:dev:std python312:dev:std python-setuptools:single:v12 autoselect-python:single:std |
Build and Runtime |
libiconv:primary:std python312:primary:std |
Runtime (only) | cups:tools:std |
main | mirror://PYPI/p/pycups |
No other ports depend on this one. |