Skip to main content

A online printer manager for Windows.

Project description

PrintOnline

A online printer manager for Windows.

Install

pip install PrintOnline

Use

cd to you working directory and run command:

PrintOnline

on Windows use:

PrintOnline.bat

if can’t find PrintOnline command, try:

python -m PrintOnline

open broswer with url http://127.0.0.1:8000

Other tips

1.set http port 80

PrintOnline 80

2.authenticate with username and password (admin admin)

PrintOnline -u admin -p admin

3.set the working directory (/tmp)

PrintOnline -d /tmp

4.bind address with 127.0.0.1

PrintOnline 127.0.0.1:8000

5.use as wsgi

# set username and passwor
export WSGI_PARAMS="-u admin -p admin"
# run wsgi with gunicorn
gunicorn -b 0.0.0.0:8000 PrintOnline.wsgi:application

CHANGES

0.0.1

  • init version.

0.0.2

  • first useable version.

0.0.4

  • wsgi suport

0.0.5

  • README of wsgi

0.0.7

  • fix wsgi bug

0.0.8

  • remove function

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

PrintOnline-0.0.1.zip (113.4 kB view details)

Uploaded Source

File details

Details for the file PrintOnline-0.0.1.zip.

File metadata

  • Download URL: PrintOnline-0.0.1.zip
  • Upload date:
  • Size: 113.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PrintOnline-0.0.1.zip
Algorithm Hash digest
SHA256 d5eee48043cc2b4286f81ee82564fc086ce16fc598deff3cd5eb65d206f5fa74
MD5 c9113cfa2999f63f077c4806e974cdf8
BLAKE2b-256 933897fb6156be86748f554f7a5a0701a4b8e9c9c8a08a36c84f28bfa9b685bc

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