Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f83bde6ea | |||
| 53cae2e3cc |
@@ -22,6 +22,11 @@ So far, it's been tested with two Zebra printers: an LP2844 and a GK420t. The L
|
||||
a CUPS print queue feeding it through a network print server. The GK420t was driven by a Windows 11 system, connected to the
|
||||
printer via USB.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
This package is also available through [PyPI](https://pypi.org/project/partdb-labeler/) and [AUR](https://aur.archlinux.org/packages/python-partdb-labeler).
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
|
||||
@@ -115,7 +115,7 @@ def cli():
|
||||
parser.add_argument("-p", help="PartDB base URL")
|
||||
parser.add_argument("-k", help="PartDB API key")
|
||||
parser.add_argument("-r", help="printer resolution (default: 203 dpi)", type=int)
|
||||
parser.add_argument('-v', action='version', version='%(prog)s 0.1.2')
|
||||
parser.add_argument('-v', action='version', version='%(prog)s 0.3.1')
|
||||
args=parser.parse_args()
|
||||
id=args.id
|
||||
if args.x==None:
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "partdb_labeler"
|
||||
version = "0.3"
|
||||
version = "0.3.1"
|
||||
authors = [
|
||||
{name = "Scott Alfter", email = "scott@alfter.us"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user