Metadata-Version: 2.4
Name: printserver
Version: 2.2.0
Summary: The missing JavaScript Printer API
Project-URL: Homepage, https://github.com/shortstorybox/print-server
Project-URL: Issues, https://github.com/shortstorybox/print-server/issues
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: brother-ql>=0.9.4
Requires-Dist: falcon>=4.0.2
Requires-Dist: pdf2image>=1.17.0
Requires-Dist: pillow>=11.1.0
Requires-Dist: platformdirs>=4.3.7
Requires-Dist: pycups>=2.0.4
Requires-Dist: pyusb>=1.3.1
Requires-Dist: requests>=2.32.3
Requires-Dist: waitress>=3.0.2
Description-Content-Type: text/markdown

# Installing Homebrew

    $ mkdir ~/Code; cd ~/Code; git clone git@gitlab.com:shortstory/print-server.git
    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

# Running the Print Server

    $ make run

