Metadata-Version: 1.0
Name: MSWinPrint
Version: 1.1
Summary: MSWinPrint
Home-page: http://newcenturycomputers.net/projects/mswinprint.html
Author: Chris Gonnerman
Author-email: chris@gonnerman.org
License: UNKNOWN
Description: 
        MSWinPrint.py defines a class and utility functions for use by programs 
        needing to print complex output on Windows 2K/XP hosts.
        
        document is a class for creating and running print jobs.  Presently, the 
        source is the only documentation for this class.
        
        listprinters() returns a list of printer names.  The default printer is the 
        first element of the list, and all other printers follow in alphabetical order.
        
        desc(printer) returns a dictionary containing the descriptive fields
        for the named printer.  
        
        getfont(name, size) returns a win32ui font object for the named
        font scaled to the given size.  Font substitution may have been
        done by Windows, so don't be surprised if you don't get what you
        asked for.
        
        Development versions of this module may be found on **Github** at:
        
        https://github.com/Solomoriah/MSWinPrint
        
Keywords: windows printing
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2003
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2008
Classifier: Operating System :: Microsoft :: Windows :: Windows Vista
Classifier: Operating System :: Microsoft :: Windows :: Windows XP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Printing
