Metadata-Version: 1.1
Name: pywinexe
Version: 1.0.0
Summary: A Python wrapper client for the winexe utility
Home-page: https://github.com/tonybaloney/pywinexe
Author: Anthony Shaw
Author-email: anthony.shaw@dimensiondata.com
License: APACHE2
Download-URL: https://github.com/tonybaloney/pywinexe/tarball/1.0.0
Description: PyWinEXE
        ========
        
        |Build| |PyPI1| |PyPI2| |PyPI3| |Coverage|
        
        Overview
        --------
        
        A Python wrapper class for WinEXE
        
        Installation
        ------------
        
        To install use pip:
        
        ::
        
            $ pip install pywinexe
        
        Or clone the repo:
        
        ::
        
            $ git clone https://github.com/tonybaloney/pywinexe.git
            $ python setup.py install
        
        Credit
        -----
        
        Original credit goes to Jakob Aarøe Dam
        
        .. |Build| image:: https://travis-ci.org/tonybaloney/pywinexe.svg?branch=master
           :target: https://travis-ci.org/tonybaloney/pywinexe
        .. |PyPI1| image:: https://img.shields.io/pypi/v/pywinexe.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/pywinexe
        .. |PyPI2| image:: https://img.shields.io/pypi/l/pywinexe.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/pywinexe
        .. |PyPI3| image:: https://img.shields.io/pypi/pyversions/pywinexe.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/pywinexe
        .. |Coverage| image:: https://coveralls.io/repos/github/tonybaloney/pywinexe/badge.svg?branch=master
           :target: https://coveralls.io/github/tonybaloney/pywinexe?branch=master
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
