Metadata-Version: 1.0
Name: zebra
Version: 0.0.1a
Summary: A package to communicate with (Zebra) label printers using EPL2
Home-page: UNKNOWN
Author: Ben Croston
Author-email: ben@croston.org
License: MIT
Description: ============
        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(direct_thermal=None, label_height=None, label_width=None)
              - Set up the printer
        
            z.store_graphic(name, filename)
               - Store a graphics .PCX file on printer
        
            z.output(commands)
               - Output EPL2 commands to the printer
        
        
Platform: Windows
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Printing
