Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.34 KB

README.rst

File metadata and controls

41 lines (31 loc) · 1.34 KB

kirigami

Taking PaperCut to The Next Level.

About

The basic kirigami distribution contains tools for interacting with the Simon's Rock PaperCut managed print server from Python. The Connection class is publicly exported for use in other applications. The kirigami python package is a pure Python driver for using the school managed print services.

Support / Feedback

For issues with, questions about, or feedback for kirigami, please look into our support channels. Please do not email any of the kirigami developers directly with issues or questions - you're more likely to get an answer on the #kirigami channel on chat.

Please contact the primary maintainer, Dennis Chen, either on chat, or by other means such as email for any other concerns.

Installation

The latest master branch of kirigami can be installed with pip:

$ python3 -m pip install https://src-code.simons-rock.edu/git/print-central/kirigami/archive/master.tar.gz

You can also download the project source and do:

$ python3 setup.py install

Dependencies

netifaces is required for the enumeration of network devices.