diff README @ 0:5bd9ee5c0cae

Initial version
author Ben Croston <ben@fuzzyduckbrewery.co.uk>
date Fri, 12 Aug 2011 21:40:12 +0100
parents
children 21c3229ed401
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Fri Aug 12 21:40:12 2011 +0100
@@ -0,0 +1,31 @@
+============
+Zebra-0.0.1a
+============
+
+Note:
+
+- Windows support is not yet available but is currently being developed.
+- Mac OSX may be supported but has not yet been tested.
+
+Usage:
+
+::
+
+    z = zebra( [printerqueue] )
+      - Constructor with optional printerqueue
+
+    z.getqueues()
+      - Return a list containing a list of printer queues
+
+    z.setqueue( printerqueue )
+      - Set the printer queue
+
+    z.setup(self, direct_transfer=None, label_height=None, label_width=None)
+      - Set up the printer
+
+    z.store_graphic(self, name, filename)
+       - Store a graphics .PCX file on printer
+
+    z.output(commands)
+       - Output EPL2 commands to the printer
+