Metadata-Version: 1.1
Name: py-winusb
Version: 0.2.0.1
Summary: Tool that helps with creating bootable Windows USB drives
Home-page: https://github.com/Mati365/pyWinUSB
Author: Mateusz Bagiński
Author-email: cziken58@gmail.com
License: MIT
Description: pyWinUSB
        ========
        
        *A simple tool written in Python, made to help with creating a bootable
        USB Windows drives* 
        **Program support Windows Vista images and newer**
        
        Installation:
        -------------
        
        ::
        
            sudo pip install py-winusb
        
        or using source code:
        
        ::
        
            sudo ./setup.py install
        
        Running
        -------
        
        ::
        
            pywinusb
        
        
        License
        -------
        
        The MIT License (MIT)
        
        Copyright (c) 2015 Mateusz Bagiński
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the
        "Software"), to deal in the Software without restriction, including
        without limitation the rights to use, copy, modify, merge, publish,
        distribute, sublicense, and/or sell copies of the Software, and to
        permit persons to whom the Software is furnished to do so, subject to
        the following conditions:
        
        The above copyright notice and this permission notice shall be included
        in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
        OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
        CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
        TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
        SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
        
Keywords: windows,usb,installer
Platform: linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
