Metadata-Version: 2.1
Name: robotframework-mainframelibrary
Version: 1.0.0
Summary: Robot Framework Library for Mainframe
Home-page: https://github.com/NadezhdaBaranova/robotframework-mainframelibrary
Author: Nadezhda Baranova
License: UNKNOWN
Description: # Robotframework Mainframe Library
        
        This library provides basic actions for IBM Mainframe: submit jcls, retreive spool and datasets, navigate to folder etc.
        
        ## GitHub
        [https://github.com/NadezhdaBaranova/robotframework-mainframelibrary](https://github.com/NadezhdaBaranova/robotframework-mainframelibrary)
        
        ## License
        LGPL 3.0
        
        ## Setup
        To install MainframeLibrary 
        <ul>
        <li>execute <b>"pip install robotframework-mainframelibrary"</b></li> 
        </ul>
        OR
        <ul>
         <li>download the folder and run "python setup.py install"</li>
        </ul>
        
        ## Keywords documentation
        [MainframeLibrary.html](https://nadezhdabaranova.github.io/robotframework-mainframelibrary/MainframeLibrary.html)
        
        ## Versions
        
        Version 1.0.0 released on April 12-th, 2019
        
        ## Usage
        [MainframeLibraryExample.txt](https://nadezhdabaranova.github.io/robotframework-mainframelibrary/MainframeLibraryExample.txt)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
