Skip to main content

labeling for the EDC

Project description

pypi travis codecov downloads

edc-label

Print labels from for clinic/edc projects

CUPS and printer Installation

Install CUPS Print Server:

sudo apt-get install cups

sudo cp /etc/cups/cupsd.conf /etc/cups/cupsd.conf.original

sudo chmod a-w /etc/cups/cupsd.conf.original

Edit /etc/cups/cupsd.conf to listen on the public IP:

sudo  nano /etc/cups/cupsd.conf

Add the last line with your public IP:

    Listen 127.0.0.1:631           # existing loopback Listen
    Listen /var/run/cups/cups.sock # existing socket Listen
--> Listen PUBLIC_IP:631      # Listen on the LAN interface, Port 631 (IPP)

Restart CUPS:

sudo systemctl restart cups.service

Add a remote printer to a remote CUPS server

LOCAL_PRINTER_NAME: printer as named on the EDC, your server

REMOTE_IP_ADDRESS: IP of remote CUPS server

PRINTER_NAME: printer name installed on remote CUPS server

For example:

lpadmin -p LOCAL_PRINTER_NAME -E -v ipp://REMOTE_IP_ADDRESS/printers/PRINTER_NAME

Add an IP addressable remote printer

PRINTER_NAME: printer as named on the EDC, your server

REMOTE_IP_ADDRESS: IP of remote printer

lpadmin -p PRINTER_NAME -E -v ipp://REMOTE_IP_ADDRESS/ipp/print -m everywhere

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

edc_label-0.1.23-py3-none-any.whl (35.0 kB view details)

Uploaded Python 3

File details

Details for the file edc_label-0.1.23-py3-none-any.whl.

File metadata

  • Download URL: edc_label-0.1.23-py3-none-any.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for edc_label-0.1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 2ba392f7d6b4ca1ded3cb64bce16c3dc07233d11b731a5a542db3f1589106991
MD5 236f8005c1b6c05f59a7bbba3a308d91
BLAKE2b-256 6a84a4125af6925b41566bba46c6d9758b4b3643d446bc6540abb31e62401c3f

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