Metadata-Version: 1.1
Name: winrmmanager
Version: 1.1.0
Summary: A project to create winrm sessions via python utilizing the pywinrm library
Home-page: https://github.com/schubergphilis/winrmmanager.git
Author: Gareth Hawker
Author-email: ghawker@schubergphilis.com
License: MIT
Description: ============
        winrmmanager
        ============
        
        A project to create winrm sessions via python utilizing the pywinrm library
        
        
        * Documentation:
        
        Features
        --------
        
        * Return a winrm session in order of most secure to least secure.
        
        Todo
        ----
        
        * Certificate authentication across winrm currently not supported
        
        
        
        
        History
        -------
        
        0.1 (2018-07-06)
        ---------------------
        
        * First release
        
        
        1.0.0 (17-10-2018)
        ------------------
        
        * Ported the template part to python 3.7 and dropped support for python 2.7
        
        
        1.0.1 (15-01-2019)
        ------------------
        
        * Updated requests module
        
        
        1.1.0 (28-08-2020)
        ------------------
        
        * bumped pywinrm
        
Keywords: winrmmanager winrm pywinrm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
